@charset "utf-8";
/* CSS Document */
/*Global Styles*/
html, body {
border:0;
margin:0;
padding:0;
font: Arial, Helvetica, sans-serif;
font-size:100.1%;
color:#000;
background:#333333;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}

img {
border:0;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
font-weight:bold;
font-size:14px;
}
a:link{color:#000;}
a:visited{color:#333;}
a:hover{color:#000;}
a:active{color:#fcfcfc;}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.img-left      { float:left;margin:4px 15px 4px 5px; }
.img-right     { float:right;margin:4px 15px 4px 5px; }

.nobullet      { list-style:none;list-style-image:none; }
/*End*/

/****Begin Style***/
#wrapper{
background:#faf8e7;
border:1px solid #ccc;
margin:0 auto;
width:780px;
}
#header{
background:url(header.jpg) top repeat-x;
border-bottom:1px solid #330000;

}
#navigation{
background:url(nav.jpg) top;
}
#navigation ul{
margin:0px 0 0 590px;
padding:8px 0 0 0;
}
#navigation ul li{

display:block;
margin:10px 0 10px 0px;
padding:20px 0 8px 0px;
list-style-type:none;
text-align:center;
}
#navigation ul li:hover{background:url(navhover.png) no-repeat}
#side1{
background:#faf8e7;
border:1px dashed #fff;
float:left;
margin:0 0 0 0px;
padding:5px 4px 0 9px;
width:575px;
}

#footer{
text-align:center;
margin:10px 0 5px 0;
clear:both;
}

