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

body {
background: url(images/bg.gif) center top repeat-y #000000;
margin: 0px 0px;
}

p {
font: 12px tahoma, Arial, Helvetica, sans-serif;
margin: 0px 0px;
color: #FFFFFF;
}

h1 {
font: 14px;
}

/*Layout*/

#container, #footer {
margin: 0px auto;
width: 770px;
height: 519px;
}

#footer {
height: 20px;
text-align: right;
}

#footer p {
font: 11px tahoma;
color: #484848;
padding-right: 30px;
}

#nav, #mic, #contact_info, #content, #link_footer {
	position: absolute;
	margin: 126px 0px 0px 26px;
	background-color: #1a1a1a;
}

#content, #link_footer {
padding: 15px 15px;
margin: 126px 0px 0px 235px;
width: 475px;
height: 336px;
background: #1a1a1a;
}

#link_footer {
padding: 0px 0px;
font: 11px;
width: 505px;
margin-top: 492px;
height: 19px;
text-align: center;
}

#mic {
margin: 295px 0px 0px 25px;
}

#contact_info {
padding: 10px 15px;
margin: 420px 0px 0px 25px;
width: 147px;
background: url(images/contactinfo_bg.gif) repeat-y;
height: 70px;
}

/*Links*/
a:link, a:visited { color: #484848; }
a:hover, a:active { color: #ffffff; }

#contact_info a:link,#contact_info a:visited { color: #ffffff; text-decoration: none; }
#contact_info a:hover,#contact_info a:active { color: #ffffff; text-decoration: underline; }
