@charset "utf-8";
/* CSS Document */
/*Global Styles*/
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
color:#000;
background: url(back.jpg) #333;
}
 
/***** 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:#333333;}
a:visited{color:#000033;}
a:hover{color:#000066;}
a:active{color:#330000;}
 
/***** 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:#fff;
border:1px dashed #fff;
margin:0 auto;
width:780px;
}
#header{
}
#navigation{
background-image:url(nav.jpg);
width:780px;
height:39px;
}
#navigation ul{
margin:0px 0 0 0;
padding:8px 0 0 0;
}
#navigation ul li{
display:inline;
margin:0px 0 10px 8px;
padding:0px 0 0 25px;
list-style-type:none;
}
#side1{
background:#fff;
border:1px dashed #fff;
margin:0 0 0 0px;
padding:5px 4px 0 9px;
width:766px;
}
#footer{
text-align:center;
margin:10px 0 5px 0;
clear:both;
}

