/* CSS Document */

*{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
}

body{
	background:#666666;
}

#wrapper{
	width: 843px;
	height: 643px;
	background: #666666;
	margin-top: 30px;
	display: block;
}

#top{
	width: 843px;
	height: 26px;
	background: top url(Images/top_shadow.jpg) no-repeat #FFFFFF;
}

#left{
	width: 21px;
	height: 595px;
	background: url(Images/left_shadow.jpg) no-repeat;
	float: left
}

#content{
	width: 800px;
	height: 595px;
	float:left;
	display: block
}

#mast-head{
	background: url(Images/mast-head.jpg) repeat-x;
	height: 134px;
	width: 800px;
}

#logo{
	background: #ffffff;
	width: 300px;
	height: 95px;
	margin-top: 25px;
	float: left;
}

#stripes{
	margin-top: 6px;
	margin-right: 6px;
	width: 494px;
	height: 120px;
	background: url(Images/header.png) repeat-x;
	float:right;
}

#left-nav{
	background: #FFFFFF;
	height:461px;
	width: 310px;
	float: left;
	padding: 6px 0;
}

#lady-img{
	background:url(Images/img_lady.jpg) no-repeat;
	width: 298px;
	height: 239px;
	display: block;
}

#nav{
	background: url(Images/blue_gradient.jpg) no-repeat;
	width: 298px;
	height: 210px;
}

#main{
	background: url(Images/content_area.jpg) repeat-y;
	width: 490px;
	height: 461px;
	float: right;
	
}

#text{
	color: #000000;
	padding: 20px 20px 20px 40px;
	display: block;
}

#text a{
	color: #000000;
	text-decoration: none;
}

.title{
	color: #338eb5;
	font-size: 18px;
	font-weight: bold;
}

.title-large{
	color: #338eb5;
	font-size: 24px;
	font-weight: bold;
}

.small_text{
	font-size: 10px;
	color: #338eb5;
}

.small_text a:hover{
	font: 10px;
	text-decoration: underline;
}

#participant{
	float: left;
	width: 300px;
}

#links{
	float: right;
	width: 193px;
}
		
#right{
	width: 22px;
	height: 595px;
	background: url(Images/right_shadow.jpg) no-repeat #666666;
	float:right;
}

#bottom{
	width: 843px;
	height: 22px;
	background: url(Images/bottom_shadow.jpg) no-repeat #666666;
	float:left;
}

#footer{
	width: 800px;
	height: 30px;
	font-size: 10px;
	display: block;
	color: #ffffff;
}
