/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-family : verdana, arial;
	background-color : #FFFFFF;
	background-image : url('images/bg.png');
	background-repeat : no-repeat;
	background-position : top center;
	color : #333333;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

#container {
	width : 900px;
	margin : 0 auto;
}

#container * {
	margin : 0;
	padding : 0;
	border : 0;
	line-height : 20px;
}

#container a {
	text-decoration : none;
	color : #333333;
	padding-bottom : 1px;
	border-bottom : 1px solid #CCCCCC;
}

#container p {
	margin : 0;
	padding : 0;
	margin-bottom : 10px;
}

#container input, #container textarea {
	margin : 3px;
	padding : 3px;
	border : 1px solid #CCCCCC;
	font-family : verdana, arial;
	font-size : 12px;
color : #666666;
}

#container input {
width : 300px;
}

#container textarea {
height : 100px;
width : 300px;
}

#container h1 , #container h2, #container h3 {
	margin : 0;
	padding : 0;
	font-weight : normal;
}
	
	#container #header {
		height : 480px;
	}
		
		#container #header #logo {
			float : left;
			margin-top : 30px;
			margin-bottom : 30px;
			width : 340px;
			height : 95px;
		}
		
		#container #header #menu {
			margin : 0 0 0 420px;
			font-size : 15px;
			position : relative;
			top : 20px;
		}
			
			#container #header #menu ul, #container #header #menu ul li {
				margin : 0;
				padding : 0;
				list-style-type : none;
			}
			
			#container #header #menu ul li {
				float : left;
			}
			
			#container #header #menu a {
				padding : 0;
				border : 0;
				color : #411601;
				border-right : 1px solid #000000;
				margin-right : 15px;
				padding-right : 15px;
				outline : 0;
			}
		
		#container #header #banner {
			height : 344px;
		}
	
	#container #content {
		position : relative;
z-index : 99;
	}
		
		#container #content #content-left {
			width : 640px;
			padding-right : 20px;
			border-right : 1px solid #CCCCCC;
		}
			
			#container #content h1 {
				font-size : 22px;
				color : #FF4500;
padding-bottom : 6px;
			}
			
			#container #content h2 {
				font-size : 20px;
				color : #FF4500;
				margin-bottom : 4px;
			}
			
			#container #content #content-left ul {
				margin-left : 25px;
				margin-bottom : 10px;
			}
		
		#container #content #content-right {
			float : right;
			width : 200px;
			color : #666666;
		}
			
			#container #content #content-right h2 {
				font-size : 22px;
				color : #000000;
				font-family : "Trebuchet MS", verdana, arial;
			}

			#container #content #content-right p {
margin-bottom : 40px;
}
			
	#container #footer {
		clear : both;
		position : relative;
		top : 30px;
		font-size : 11px;
		color : #999999;
		height : 30px;
		padding-top : 10px;
		border-top : 1px solid #CCCCCC;
		text-align : center;
	}
/* End of 'Layout: Left sidebar + 1 column' */

