/* CSS Document */

a {
color:ffffff;
text-decoration:underline;
}

#main_wrapper {
width: 875px;
}

#logo {
float:left;
}

#body_main {
float:right;
text-align:center;
width:370px;
}

#main_menu {
text-align:center;
background-image:url(../images/menu_bkgd.gif);
background-position:top center;
background-repeat:no-repeat;
width:370px;
height:36px;
padding-top:7px;
}

#main_copy {
width:300px;
margin-top:113px;
padding:30px 35px 35px 35px;
/*background-color:#9699a7;*/
font-size:16px;
line-height:28px;
text-align:left;

	background-image:url(../images/copy_bkgd.png);
	background-position:top left;
	background-repeat:repeat;

	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	background: #a4b1cd;*/

}

#bottom_btns {
padding-top:22px;
	
	filter:alpha(opacity=100);
}

#footer {
clear:both;
font-size:10px;
padding:140px 0px 40px 0px;
text-align:left;
color:#eae4df;
}