* {
	margin: 0;
	padding: 0;
}
html, body {
	background:url(/aceer/onj/images/bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin:0 0 0 6px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:#323232;
	height:17px;
}
#wrapper {
	width:980px;
	background:url(/aceer/onj/images/shadow.png) repeat-y;
	margin:0 auto;
}
#container {
	background:#f7f7f7;
	overflow:hidden;
	width:950px;
	position:relative;
	margin:0 auto;
}
#topcurve {
	width:980px;
	height:24px;
	background:url(/aceer/onj/images/topcurve_homepage.png) no-repeat;
	margin:0 auto;
}
#header {
	width:950px;
	height:161px;
	background:url(/aceer/onj/images/header.jpg);
	border-bottom:3px solid #000;
}
#navigation {
	padding:0;
	float:left;
}
#navigationTop {
	height:28px;
	width:174px;
	position:relative;
}
#navigationContent {
	width:180px; /* +6px off of navigationTop for the right curve */
	position:relative;
	background:#f2f2f2;
	margin:-1px 0 0 0;
	border-top:3px solid #b7cdee;
}
#navigationContent a {
	width:160px;
	color:#000;
	display:block;
	padding:10px;
	border-bottom:1px solid #ababab;
	text-decoration:none;
}
li#seal a {
	background:#e8e8e8;
}
li#seal a:hover {
	background:#d4d4d4;
}
li#seal a img {
	border:0;
	margin:5px 0 0 6px;
}
li#seal p {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:8px 0 0 0;
}
#navigationContent a:hover {
	background:#d4d4d4;
}
#navigationContent ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#main {
	float:left;
	margin:0;
	font-size:13px;
	line-height:17px;
}
#mainTop {
	height:28px;
	width:504px;
	position:relative;
}
#mainContent {
	width:490px; /* 6 pixles larger than top width because of padding + size of right curve */
	padding:10px;
	background:#f2f2f2;
	margin:-1px 0 0 0;
	border-top:3px solid #b7cdee;
	position:relative;
	line-height:18px;
}
#mainContent h2 {
	font-size:30px;
	margin:0 0 20px 0;
}
#mainContent img {
	float:left;
	margin:0 15px 1px 0;
}
#mainContent ul {
	line-height:22px;
	margin:0 0 10px 30px;
}

#linksTop {
	height:28px;
	width:174px;
	position:relative;
}
#linksContent {
	width:160px;
	padding:10px;
	position:relative;
	background:#f2f2f2;
	margin:-1px 0 0 0;
	border-top:3px solid #b7cdee;
}
#linksContent p {
	text-align:center;
	font-size:13px;
	padding:4px 0 17px 0;
}
#linksContent a p {
	color:#000;
	text-decoration:underline;
}
#linksContent a:hover p {
	color:#8a0000;
	text-decoration:underline;
}
#left {
	position:absolute;
	left:0;
}
#right {
	position:absolute;
	right:-6px;
	top:0;
}
#fleft {
	float:left;
}
#fright {
	float:right;
	text-align:right;
}
#footer {
	margin:0 auto;
	padding:10px;
	width:930px;
	background:#000;
	color:#fff;
	font-size:12px;
	position:relative;
}
#footer p {
	margin:0;
	padding:5px 0 0 0;
}
#bottomcurve {
	width:980px;
	height:24px;
	background:url(/aceer/onj/images/bottomcurve.png) no-repeat;
	margin:0 auto;
}
.clear {
	clear:both;
}
.noBold {
	font-weight:normal;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.columnLeft {
	float:left;
	background:#f2f2f2;
	width:179px;
	margin:20px 0 -2000px 20px;
	padding-bottom:2000px;
}
.columnRight {
	float:left;
	background:#f2f2f2;
	width:179px;
	margin:20px 20px -2000px 0;
	padding-bottom:2000px;
}
.columnCenter {
	float:left;
	background:#f2f2f2;
	width:509px;
	margin:20px 20px -2000px 20px;
	padding-bottom:2000px;
}
blockquote {
	margin:0 0 10px 20px;
}
