@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 20px;
	text-align:justify;
}
.rollOverImageLink img
			{
				border:0px;
			}

			.rollOverImageLink .overImage, .rollOverImageLink .disabledImage
			{
				display:none;
			}	

			.rollOverImageLink .overImage
			{
				position:absolute;
			}	
			
			
#container {
	width: 770px;
	height: 400px;
	background: #666;
	margin: 75px auto 0px auto;
}
		
#footer {
	text-align:right;
	width: 770px;
	height: 100px;
	background: #FFF;
	margin: 10px auto 0px auto;
}

#about {
	width: 670px;
	height: 550px;
	margin: 75px auto 0px auto;
}

#flash {
	background: #666;
	float:left;
	width: 320px;
	height: 520px;
}

#content {
	float: right;
	width: 320px;
	height: 520px;
}

h1 { 
margin: 0px;
padding: 0px;
font-size:14px;
}

a { 
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #999;
}
