/* CSS Document */

body {
margin : 0;
padding : 0;
text-align : left;
color : #666;
background : #00173F url(images/bggradiant.jpg) repeat-x;
font : 75% "Trebuchet MS", verdana, arial, sans-serif;
}
#container {
width : 800px;
border : 10px solid #fff;
margin : auto;
padding : 10px;
line-height : 1.5em;
color : #666;
background : #CAD0E4;
}
#banner {
float : left;
width : 800px;
height : 220px;
padding : 0;
margin : 0;

}

#content {
padding : 10px;
margin-left : 150px;
margin-right : 225px;
margin-top: 5px;
background : #eee;
color : #666;
}
#content h1 {
margin : 5px 0 10px 0;
font : normal 18px/30px verdana, arial, tahoma, sans-serif;
color : #B70606;
background : inherit;
}

#content_big {
width: 770px;
padding : 10px;
margin-left : 5px;
margin-right : 5px;
margin-top: 5px;
background : #eee;
color : #666;
}
#content_big h1 {
margin : 1px 0 10px 0;
font : normal 18px/20px verdana, arial, tahoma, sans-serif;
color : #B70606;
background : inherit;
}

#sidebar {
float : left;
width : 130px;
margin : 3px 5px 0 0;
padding : 0px;
color : #666;
background-color : #CAD0E4;
}

#sidebar-b {
float : right;
width : 200px;
margin : 5 0 0 5px;
padding : 0 10 10 10px;

background-color : #CAD0E4;
color : #6e6a5a;
}
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
font-size : 0.8em;
line-height : 1.5em;
color : #bbd2e0;
background : #6e6a5a;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
text-decoration : underline;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}
h1 {
width : 40%;
margin : 10px 0 10px 0;
font : normal 18px/20px verdana, arial, tahoma, sans-serif;
color : #B70606;
background : inherit;
}
h2 {
padding-left : 5px;
font : bold 10px/12px verdana, arial, tahoma, sans-serif;
color : #5d775a;
background : inherit;
}
h3 {
margin-top : 160px;
font : bold 200% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
letter-spacing : 5px;
color : #6972a9;
background : transparent;
}
a {
color : #5d775a;
font-weight : bold;
text-decoration : underline;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #369;
background : inherit;
}


.imgleft {
float : right;
}



