body {
	margin:0; 
	text-align:center;
	background-image:url(img/bg_nooffense.jpg);
	color:#000;
}
#wrapper {
	position:relative;
	margin:auto;
	text-align:left;
	width:983px;
	background-color:#fff;
	border:0;
	min-height:100%;
}



/* header styles */
#banner {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#logo {
	position:absolute;
	top:14px;
	left:189px;
	z-index:3;
}
#tag {
	position:absolute;
	top:42px;
	left:446px;
	z-index:4;
}
#navigation {
	position:relative;
	top:308px;
	left:0;
	width:983px;
	height:37px;	
	background-image:url(img/bg_navigation.gif);
	z-index:5;
}
#navlinks {
	position:absolute;
	left:189px;
	top:12px;
	width:779px;
}
#navlinksright {
	position:absolute;
	right:30px;
	top:0;
}






/* other styles */
#content {
	position:absolute;
	top:308px;
	padding-top:60px;
	left:auto;
	width:983px;
	background-color:#fff;
}
#focus {
	position:relative;
	width:280px;
	height:287px;
	background-image:url(img/focus_postit.gif);
}
#focuscontent {
	position:absolute;
	top:65px;
	left:30px;
	width:228px; 
}
td#maincontent {
	padding-top:15px;
}



/* link styles */
a:link, a:visited {
	color:#ce410a;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}

#navlinks a:link, #navlinks a:visited {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
}
#navlinksright a:link, #navlinksright a:visited {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-left:20px;
	margin-right:0;
}

#navlinks a:hover, #navlinks a:active, #navlinksright a:hover, #navlinksright a:active  {
	text-decoration:underline;
}	

#navlinks a.navselected{
	text-decoration:underline;
}


#largelinks h1 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:normal;
}

#recommend {
	font-size:12px;
	line-height:16px;
}
#recommend img {
	border:0;
	text-decoration:none;
}


/* text styles */
#content, table, div {
	font:13px Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
}

h1, h2, h3, h4 {
	color:#46b1ad;
	line-height:normal;
	letter-spacing:-1px;
	margin-bottom:5px;
}
h1 {
	font-size:23px;
}
h1#sub {
	font-size:18px;
}
h2 {
	font-size:18px;
}

p {
	margin-top:0; 
	margin-bottom:20px;
}

#focuscontent, #focuscontent table, .tip {
	font-size:12px;
	line-height:16px;
}
.tip h2 {
	color:#e4794f;
}


/* layout stuff */
#leftmargin {
	margin-left:15px;
}
input.submit {
	width:135px;
	height:32px;
	background-image:url(img/button_submit.gif);
	border:0;
	cursor:pointer;
}
input.submitwhite {
	width:136px;
	height:33px;
	background-image:url(img/button_submit_white.gif);
	border:0;
	cursor:pointer;
}
.tip {
	float:left;
	margin:0 20px 10px 0;
	width:210px;
	padding:0 10px 10px;
	border:1px solid #e4794f;
}
#floatright {
	float:right;
	margin:0 0 10px 20px;
}
#adleft {
	margin-top:0;
}
ul li ul {
	margin-top:0;
}

#recommend {
	width:230px;
	border:1px solid #E8E8E8;
	margin-top:0;
	padding:10px;
}

/* lists */
ul li {
	margin-bottom:10px;
}
