/*SETTINGS*/
body{
margin:0;
padding:0;
background:#130e0a;
color:#625e3d;
font-family:Arial;
}
/*GRID*/
#banner{
height:360px;
background:url(../img/banner.gif) no-repeat top center;
}
#navi{
margin:0 auto;
padding:170px 0 0 0;
width:1200px;
height:190px;
line-height:30px;
}
#container{
margin:0 auto;
width:1200px;
height:360px;
}
#content{
padding:24px 0 0 0;
width:970px;
height:360px;
float:left;
}
#sidebar{
padding:48px 0 0 0;
width:230px;
height:360px;
float:left;
text-align:right;
}
/*NAVI*/
#banner #navi .big, #banner #navi .small{
display:block;
color:#28271e;
font-family:'Arial Black';
font-size:36px;
font-weight:bolder;
text-decoration:none;
text-transform:uppercase;
}
#banner #navi .small{
font-size:24px;
}
#banner #navi .big:hover, #banner #navi .small:hover{
color:#FFFFFF;
}
/*HEADINGS*/
#container h1, #container h2{
margin:0;
padding:0;
color:#625e3d;
font-family:'Arial Black';
font-size:48px;
font-weight:bolder;
text-decoration:none;
text-transform:uppercase;
}
#container h2{
font-size:36px;
}
/*TABLES*/
#container table{
width:100%;
}
#container table tr:hover{
background:#2a291e;
}
#container table tr:first-child{
background:#625E3D;
font-weight:bold;
color:#FFFFFF;
border:none;
}
#container table td{
padding:5px;
border-bottom:1px solid #28271e;
}
/*LINKS*/
#container a{
padding:0 5px 0 5px;
color:#FFFFFF;
font-family:Arial;
text-decoration:none;
}
#container a:hover{
background:#28271e;
}
/*FORMS*/
#sidebar input{
margin:5px 0 0 0;
padding:5px;
background:#28271e;
color:#FFFFFF;
border:1px solid #2A291E;
}
#sidebar input:hover{
background:#625E3D;
}