/* CSS Document */





body{
	/*background-color:#f5f5f5;*/
	background-color:#5B5B5B;
	color:#000000;
	font-family: Gill Sans, Helvetica, sans-serif, Gill Sans, Arial;
	font-weight:100;
	line-height: 1.5em;
	letter-spacing: 1pt;
	font-size:small;
	text-align:justify;
}

#image{
	margin-top:39px;
	margin-left:15px;
}


#right-flash{
	margin-top:39px;
	margin-left:15px;
}

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

a:hover {
	color:#666666;
	text-decoration:underline;
}



/*begin positioning of content*/

#page{
	margin: 0 auto;
	width: 911px;
}
	
#navigation_main{
}
	
#navigation{
	margin-top:50px;
	float:left;
}

#content{
	margin-top:75px;
	padding:30px;
	width:851px;
	clear:both;
	background-color:#000000;
	
}

#lt-image{
	float:left;
}

#rt-image{
	float:right;
}

#text{
	padding-top:25px;
	display:block;
	clear:both;
}

#bot-logo{
	padding-top: 40px;
}

#bg-bottom{
	background-image:url(images/bg_footer.png);
	width:911px;
	height:9px;
}
	

/*end positioning of content*/


/*begin styling of content */

.content{
	
	/*border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;*/
	background-color:#000000;
}

.image{
	background-color:#000000;
	display:block;
	width: 410px;
	height: 330px;
}

.right-flash{
	margin-top:39px;
	margin-left:15px;
}

/*end styling of content */