/* CSS Document */

html {}


body {
text-align:center;
font: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
margin: 0px;
background: #339999;
color:#333333;
}

a:link, a:visited {
text-decoration:none;
color:#3399FF;
}

a:hover, a:active {
text-decoration:none;
color:#000000;
}

#container {
margin: 0 auto;
width:790px;
border-left: #006699 dotted 1px;
border-right: #006699 dotted 1px;
background:#FFFFCC;
}

#head {
height:100px;
border-bottom: #006699 dotted 1px;
background: url(../Images/header.gif) no-repeat;
text-align:right;
}

#content {
padding:15px;
text-align:justify;
border-bottom: #006699 dotted 1px;
}

#menu {
float:right;
border: #006699 dotted 1px;
margin:0px;
padding: 5px;
}

#menu a:link, #menu a:visited {
text-decoration:none;
color:#3300FF;
}

#menu a:hover, #menu a:active {
text-decoration:none;
color:#FFFF00;
background:#3366FF;
}