/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#666666;
background-image:url(../images/main_background.gif);
background-repeat:repeat-x;
}


/* start of header */

#top {
width:100%;
height:65px;
background-color:#333333;
background-image:url(../images/top_bg.gif);
background-repeat:no-repeat;
}

ul {
text-align:right;
}

ul li {
display:block;
float:left;
style:none;
}

/* end of header */

/* top navigation */

#topnav {
width:100%;
height:35px;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;

}

#topnav_int {
width:900px;
height:35px;
margin-left:auto;
margin-right:auto;
}



#menu {
height:35px;
width:700px;
float:left;
text-align:right;
margin-left:263px;
}

#menu a:link, #menu a:visited {
display:block;
float:left;
color:white;
font-family:trebuchet ms, arial, verdana;
font-size:13pt;
line-height:35px;
text-decoration:none;
padding: 0px 15px 0px 15px;
margin-top:-16px;

}

#menu a:hover {
background-image:url(../images/nav_bg_over.gif);
}




/* end of navigation */

/* start of content */

#container {
width:900px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#main_image {
width:870px;
height:210px;
border-style: solid none solid none;
border-width: 1px 0px 1px 0px;
border-color:#330000;
font-family:trebuchet ms, arial;
font-size:11.5pt;
line-height:17pt;
padding:15px;
margin-top:10px;
background-image:url(../images/main_image.gif);
}

#content {
width:900px;
height:270px;
margin-left:auto;
margin-right:auto;
background-color:#330000;
}

.header {
font-family:trebuchet ms, arial, verdana;
font-size:13pt;
color:white;
margin-top:20px;
}

#left {
width:260px;
margin:20px 0px 0px 20px;
float:left;
font-face:verdana;
color:#CCCCCC;
font-size:14px;
line-height:16px;
}

#middle {

width:260px;
margin:20px 0px 0px 20px;
float:left;
font-face:verdana;
color:#CCCCCC;
font-size:14px;
line-height:16px;

}

#right {

width:260px;
margin:20px 0px 0px 20px;
float:left;
font-face:verdana;
color:#CCCCCC;
font-size:14px;
line-height:16px;
}



/* end of content */

/* start of footer */
#footer {
width:900px;
margin-left:auto;
margin-right:auto;
height:35px;
background-image:url(../images/top_bg.gif);
color:white;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
}

#footer a:link, #footer a:visited {

color:white;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
text-decoration:underline;

}

#footer a:hover {
text-decoration:none;
}

/*
#logo_right {
float:left;
width:400px;
text-align:right;
margin-top:65px;
}*/

#logo_right {
float:left;
width:400px;
text-align:right;
margin-top:2px;
#margin-top:5px;
}

#logo_right a:link, #logo_right a:visited {

color:#660000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
text-decoration:underline;

}

#logo_right a:hover {
text-decoration:none;
}




/* end of footer */