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

html,body {
margin:0;
padding:0;
color:#fff;
font-size:10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color:#000;
height:100%
}


a {	color: #b32e2b;	text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}

a.bread {color: #808080;text-decoration: none;}
a.bread:hover {color: #808080;text-decoration: underline;}

ul
{
list-style-type: none;
display: inline;
margin-left: 0;
padding-left: 0;
}

li
{
display: inline;
list-style-type: none;
padding-right: 0.6em;
*padding-right: 0.3em;
text-align:center;

}

h1 {font-size:11px; font-weight:normal; line-height:1.5; text-align:justify;}

#container {
position: relative;
margin: 0 auto;
width: 930px;
height:auto !important;
height:100%; /* IE6: treaded as min-height*/
min-height:100%;
padding:0px;
}

#header {
position: relative;
height:231px;
margin: 0px;
padding:0px;
background: url(../img/logo.gif) no-repeat top;
}

#nav {
position: relative;
width:950px;
margin-top:-90px;
padding-left:0px;
margin-left:0px;
}


#main {
position: relative;
width: 890px;
margin-top: 10px;
padding:30px;
height: 517px;
border: 1px dashed #b32e2b;
}

#pic {
position: relative;
float:left;
width: 393px;
}

#copy {
position: relative;
width:377px;
margin-right:30px;
float:right;
}
#portfolio {
position: relative;
margin-right:15px;
float:right;}
 

#footer {
position:relative;
width: 950px;;
font-size:10px;
color: #b32e2b;
clear:both;
padding:10px 0px 0px 0px;
}

/* Navigation On-status. The following are body attributes specificities. Depending on the body ID, a different on-status will be shown in the navigation */

#home #nav1 a{color:#fff;}

#about #nav2 a{color:#fff;}

# #nav3 a{color:#fff;}

#awards #nav4 a{color:#fff;}

#enter #nav5 a{color:#fff;}

#sponsors #nav6 a{color:#fff;}

#news #nav7 a{color:#fff;}

#contact #nav8 a{color:#fff;}
