/*Scott Sivnksty
Created: Matthew Tanis
Date: 10/17/2007*/

/*Body Setup
-------------*/
*{

padding: 0;
margin: 0;

}

html,body{

font-size: 15px;
font-family:georgia;
background:#555555;
color:#333;
height:100%;



}

#wrap{

background:url("images/bg.jpg") repeat-y;
width:866px;!
width:866px;
margin:0 auto;
height:auto !important;
height:100%;
padding:0;


}

#header{
margin:0;
padding: 0;
}

#top_bar{
border: none;
position: relative;
left: ;
}

#main {
margin: 0 130px;
}


/*Globals
============*/

a {

color:#555;
text-decoration:none;
border-bottom:1px dotted;

}

a:hover{
color: #8C8B89;
}


#header a{

border-bottom:none;
background: none;

}


p{
padding: 10px 1px;
}

/*Headers
============*/

h1{

font-weight:100;
color:#999;
margin:0 0 0px;
font-size:58px;

}

h2{

display:inline;
font-weight:normal;
color:#bf1a13;
margin:0;
font-size: 48px;
padding: 0;
}



h3{

font-weight:00;
font-size:120%;
color:#783718;

}

h4{

font-weight:100;
font-size:small;
font-style:italic;
margin-top:10px;

}


/*Top Nav
============*/

#nav li{
list-style: none;
float: left;
position: relative;
left: 130px;

}

#nav a{
font-size: 18px;
color: #666;
border-bottom: none;
text-align: center;
padding: 15px 15px;
margin: 0 7px;
}

#nav ul{
margin-left: 25px;
position: relative;
top: -20px;
}


#nav a:hover {
color:#FFFFFF;
background: #da9f51;

}

#nav li#current a{
background: #bf1a13;
}

#nav li#current a:hover{
background: #bf1a13;
color: #eae8db;
}

#current a{
color: #fff;
}

/*Images
---------*/

#picture{

}

#header{
border: none;
}


#retro {
padding: 0 25px;
}

#team {
padding: 15px 15px;
}

#facultees{
padding: 5px 35px;
}

#left{
width: 45%;
float: left;
clear: left;
padding: 0 0 0 15px;
}


#right{
width: 45%;
clear: right;
float: right;
padding: 0 15px 0 0;
}


.shirts {
padding: 0 50px;
}



/*Main
-------------*/

#main{

width:545px;!
width:525px;
text-align: justify;
padding: 1px 26px 25px; 
line-height: 1.3;

}



/*Footer
-------------*/

#footer {
clear: both;
padding: 15px 110px 0;
font-size: 11px;
}

#scott {
float: right;
padding: 0 35px;
}

#tanis2web {
padding: 0 30px;
}

#bottom{
margin:auto;
width: 866px;
padding: 0;

}