body {
	background: #244d94 url(graphics/background.jpg) no-repeat fixed center top;
	width:100%;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin:0 auto;
	text-align: center;
}
#header {
	background: url(graphics/header.png) top no-repeat;
	border-top: 0px solid #000000;
	margin: 0 auto 0 auto;
	text-align:left;
	width:1000px;
	height: 244px;
}
#content {
	margin: 0 auto 0 auto;
	text-align:left;
	width: 1000px;
	height:auto;
}
#contentexpand {
	float: left;
	position:relative;
	background: url(graphics/background_content.png) repeat-y;
	width:1000px;
}
#menu {
	float: left;
	position:relative;
	padding-top: 10px;
	padding-left: 20px;
	width:243px;
}
#detail {
	float: left;
	position:relative;
	padding-left: 51px;
	padding-bottom: 20px;
	width:662px;
	color: #244d94;
	
}
#nav {
	float: left;
	position:relative;
	width:auto;
	margin:0px 0px 0px 5px;
	padding: 15px 0px 0px 0px;
	height:auto;
}
.qa {
	color: #199f6d;
	font-weight: bold;
}
.q {
	font-weight: bold;
}
.title {
	font-size: 18px;
	color: #199f6d;
	font-weight: bold;
}
.tech {
	font-size: 11px;
}
a {
	color: #244d94;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}
#footer {
	background:url(graphics/footer.png) top no-repeat;
	position:relative;
	clear: both;
	margin: 0 auto 0 auto;
	padding:0px 0px 0px 0px;
	width: 1000px;
	height: 150px;
}
#footer_content {
	background:url(graphics/footer.png) top no-repeat;
	text-align: right;
	margin: 0 auto 0 auto;
	height: 40px;
	width:960px;
}
