@import url(/include/css/editor.php);

/** =COLORS **
f6d22a bg yellow
0067bc blue
333333 font gray

*/


body {
	background: #f6d22a url(/image/body_bg.gif) repeat-x top left;
	}


/** =LAYOUT **/

#container {
	width: 984px;
	margin: 0 auto;
	margin-top: 8px;
	background: url(/image/cont_bg_mid.gif) repeat-y;
	}


/** =HEADER **/

#header {
	background: url(/image/cont_bg_top.gif) no-repeat top left;
	
	}
#prenav {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-right: 22px;
	color: #0067bc;
}
	#prenav a {
		margin: 0 5px;
		color: #0067bc;
		text-transform: lowercase;
	}
	#prenav a.last {
		margin: 0;
		padding: 0;
	}
#logo {
	position: relative;
	}
		#logo a {
			position: absolute;
			z-index: 10;
			width: 490px;
			height: 42px;
			line-height: 42px;
			top: 20px;
			right: 2px;
			font-size: 200%;
			text-align: center;
			color: #0067bc;
		}
		#logo a:hover, #logo a:active {
			text-decoration: none;
		}
		#overlay {
			width: 984px;
			height: 218px;
			position: absolute;
			z-index: 10;
			top: 0px;
			left: 0px;
			background: url(/image/overlay2.png) no-repeat top left;
		}
		#logo .slideshow {
			background: white;
			height: 218px;
		}
			#logo .slideshow img {
				display: none;
			}

#navigation {
	}


/** CONTENT - DEFAULT **/

#wrapper {
	padding: 0 12px;
	margin-top: 20px;
	overflow: auto;
}
	#minheight {
		display: block;
		float:left;
		height:500px;
	}

#content {
	width: 700px;
	margin-right: 10px;
	float: right;
	display: inline;
	}

#sidebar {
	width: 220px;
	margin-left: 10px;
	float: left;
	display: inline;
	}


/** =FOOTER **/

#footer {
	background: #f6d22a url(/image/cont_bg_bottom.gif) no-repeat top left;
	padding: 15px 0;
	text-align: center;
	}
#footer p {
	}
#footer a {
	}


/** =CLASSES **/


