/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	font-size : 13px;
	font-family : "Trebuchet MS", verdana, arial;
	background-color : #FFFFFF;
	background-image : url('../images/bg.gif');
	background-repeat : repeat-x;
}

#container a {
	text-decoration : none;
	color : #000000;
}

#container em {
	font-style : italic;
}

#container {
	width : 900px;
	margin : 0 auto;
	background-color : #FFFFFF;
	color : #666666;
}

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

#container h1 , #container h2, #container h3 {
	margin : 0;
	padding : 0;
	font-weight : normal;
}

#container a {
	margin : 0;
	padding : 0;
	color : #333333;
	border-bottom : 1px solid #CCCCCC;
	outline : 0;
}

#container input {
	margin : 3px;
	padding : 5px;
	border : 1px solid #CCCCCC;
	font-size : 13px;
	font-family : "Trebuchet MS";
	color : #666666;
}
#container textarea {
	margin : 3px;
	padding : 5px;
	border : 1px solid #CCCCCC;
	font-size : 13px;
	font-family : "Trebuchet MS";
	color : #666666;
}

#container strong {
	font-weight : bold;
}

#container ul {
	margin : 0;
	padding : 0;
	margin-left : 20px;
	margin-bottom : 10px;
}
	
	#container ul li {
		list-style-type : disc;
	}

#container h1 {
	margin : 0;
	padding : 0;
	font-weight : normal;
	font-size : 25px;
	color : #333333;
	margin-bottom : 6px;
}

#container h2 {
	margin : 0;
	padding : 0;
	font-weight : normal;
	font-size : 20px;
	color : #333333;
	margin-bottom : 6px;
}

	#container #header {
		height : 400px;
	}
		
		#container #header #banner {
			width : 923px;
			height : 238px;
			background-image : url('../images/banner.jpg');
			background-repeat : no-repeat;
		}
		
			#container #header #banner #menu {
				font-size : 20px;
				margin-left : 20px;
				position : relative;
				top : 20px;
				font-family : "Trebuchet MS";
				font-style : italic;
			}
				
				#container #header #banner #menu a {
					color : #FFFFFF;
					display : block;
					margin-bottom : 20px;
					border : 0;
				}
					
					#container #header #banner #menu .menu1 {
						margin-left : 10px;
					}
					
					#container #header #banner #menu .menu2 {
						margin-left : 40px;
					}
					
					#container #header #banner #menu .menu3 {
						margin-left : 50px;
					}
					
					#container #header #banner #menu .menu4 {
						margin-left : 30px;
					}
				
		
	#container #content {
		clear : both;
	}
		
		#container #content p {
			color : #666666;
			font-size : 13px;
			display : block;
			margin-bottom : 20px;
		}
		
		#container #content #content-left {
			width : 580px;
		}
		
		#container #content #content-right {
			width : 200px;
			float : right;
			padding-left : 60px;
			border-left : 6px solid #E2E2E2;
		}
		
	#container #footer {
		clear : both;
		height : 50px;
		position : relative;
		top : 40px;
		padding-top : 15px;
		text-align : center;
		border-top : 1px solid #CCCCCC;
		font-family : verdana;
	}
		
		#container #footer p {
			color : #666666;
			font-size : 10px;
		}	

