@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:#fff;
}
 
/***** 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:#330000;}
a:visited{color:#330000}
a:hover{color:#00CCFF}
a:active{color:#FFF;}
 
/***** 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:url(container.jpg) top no-repeat;
margin:0 auto;
width:780px;
}
#header{
}
#navigation{
width:780px;
}
#navigation ul{
margin:0px 0 0 0;
padding:0 0 0 0;
}
#navigation ul li{

display:inline;
margin:0px 0 10px 8px;
padding:10px 0 0 25px;
list-style-type:none;
}

#side1{
background:transparent;
margin:0 0 0 0px;
padding:5px 20px 0 15px;
width:745px;
}
#footer{
background:transparent;
text-align:center;
margin:10px 0 5px 0;
clear:both;
}










