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

/* LAYOUT */
body{ margin:0px; padding:0px; background-color:#000; color:#FFF; font-family:A rial, Helvetica, sans-serif; font-size:11px; line-height:16pt; }

/* DIV ID */
#container{ width:913px; margin:0px; padding:0px;}
#navigation{ width:913px; height:195px; padding:0px; margin:0px;}
#footer{ width:913px; height:119px; padding:0px; margin:0px;}

/* FONTS */
.yellow-text{color:#e5af12;}
.sub-title{color:#e5af12; font-weight:bold;}



/* CONTENT AREA */
.content-seperator{ width:913px; height: 38px; padding:0px; margin:0px;}
#content-container-small{ width:450px; height:350px; padding: 0px 0px 0px 40px; margin:0px;}
#content-small{float:left; overflow:hidden; text-align:left; width:390px; height:350px;}

#content-container-large{ width:640px; height:350px; padding:0px; margin:0px;}
#content-large{float:left; overflow:hidden; text-align:left; width:580px; height:350px;}


#content-container-contact{ width:200px; height:350px; padding:0px; margin:0px;}
#content-contact{text-align:left; width:200px; height:325px; vertical-align:middle; padding-top:25px;}

/* SCROLL BARS */
#scrollbars{ height:350px; float:left; padding-left:5px;}

/*LINKS */
a:link, a:active, a:hover, a:visited{ color:#e5af12; text-decoration:none;}