@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	width: 90%;
	color: #90121f;
	padding-bottom: 15px;
	clear: both;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	width: 90%;
	color: #90121f;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	}

#container {
	width: 730px;
	margin: 0 auto;
	}	
	
	#header {
		width: 730px;
		height: 93px;
		clear: both;
		}
	
	#top {
		width: 730px;
		height: 34px;
		clear: both;
		}
	
	#main {
		width: 730px;
		clear: both;
		display: block;
		background-image:url(../img/background_content.jpg);
		}
	
		#menu {
			width: 211px;
			float: left;
			background-image:url(../img/under_menu.jpg);
			background-repeat:no-repeat;
			}
			
		#menu ul {
			padding-left: 10px;
			list-style: none;
			text-align:left;
			}
			
		#menu ul li {
			clear: both;
			}
		
		#menu ul li a {	
			padding-bottom: 5px;
			padding-left: 20px;
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			}
			
		#menu ul li a:hover {
			font-weight: bold;
			color: #FFFF00;
			background-image:url(../img/dot.jpg);
			background-repeat:no-repeat;
			background-position: 0px 1px;
			}
			
		#menu ul li ul {
			padding-left: 25px;
			}
			
		#menu ul li ul li {
			clear: both;
			}
			
		#menu ul li ul li a {
			text-decoration: none;
			}						

		#menu ul li ul li a:hover {
			font-weight: normal;
			}						

						
		#content {
			width: 500px;
			float: right;
			padding-right: 19px;
			text-align:left;
			padding-bottom: 15px;
			}
			
		#content a {
			color: #000000;
			text-decoration: none;
			font-weight: bold;
			}
			
		#content a:hover {
			color: #990000;
			text-decoration: underline;
			}
		
	#footer {
		width: 730px;
		height: 45px;
		clear: both;
		background-image:url(../img/footer.jpg);
		padding-top: 30px;
		font-size: 11px;
		}
		
	#footer a {
		color: #999999;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #FFF;
		}

			
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  		
		
