
/* CSS Document */

#container { width: 750px; margin:0px auto; padding: 0px 25px; background-color:#FFFFFF; }

#header { position:static; width:750px; height:140px; }

#main { position:static; width: 750px; }

#footer { position:static; width:750px; padding-top:28px; padding-bottom:28px; }

#overlay { position:static; width: 750px; height:472px; background-image:url(../images/main-overlay.png); background-repeat:no-repeat; padding-left:222px; }

img, #overlay { behavior: url(includes/iepngfix.htc); }

#textarea {
	float:left;
	width:327px;
	margin-top: 30px;
	margin-left: 30px;
}

#buttoncontainer { width: 126px; float:left; z-index:2; }

#buttoncontainer ul
{
float:left;
margin-top: 100px;
margin-left: 0;
padding-left: 0;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 14px;
}

#buttoncontainer a
{
display: block;
padding: 9px 20px;
width: 86px;
text-decoration:none;
color: #ff0000;
}

#buttoncontainer a:link, .navlist a:visited
{
color: #ff0000;
text-decoration: none;
}

#buttoncontainer a:hover
{
background-color: #ffffff;
font-weight:bold;
opacity: .75;
filter: alpha(opacity=75);
-moz-opacity: 0.75;
}

