/* reset * /

/* Standard CSS - normalizing browser spacing and behavior */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:  0px;
	padding: 0px;
}

a { 
	text-decoration: none;
	color: #0961a7;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}
img, embed, object {
	vertical-align: bottom;
}

/* end reset */

html, body {
	padding-top: 50px;
	background-color: #eeeeee;
	text-align: center;
}

/* Main Site */

#outer {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 730px;
}

#body {
	padding-top: 30px;
}

#logo {
	float: left;
}

#powering {
	padding-top: 50px;
}

#twitter {
	padding-top: 10px;
	text-align: right;
}

/* Content */

.content {
	text-align: left;
	font-family: Verdana;
	font-size: 15px;
}

/* Top Navigation */

#logonav {
	width: 730px;
	height: 70px;
	line-height: 70px;
}