body {
padding: 0; 
margin: 0;  
background: #226ae2;
text-align: center;
background-image: url(images/line.jpg);
background-repeat: repeat-x;
background-position: 0px 102px;
}

#container {
width: 1000px;
text-align: left;
margin: 0 auto;
}

/* ----------------- HEADER AND BANNER GRAPHIC ------------------ */

#header {
width: 1000px;
height: 350px;
background-image: url(images/headerBG.jpg);
}

/* ----------------- NAVIGATION ------------------ */

#topnav {
width: 1000px;
height: 30px;
background-color: #226ae2;
}

ul#topnav {
list-style: none;
margin: 0;
padding: 0;
font-family: Courier New, Courier, Mono;
font-weight: bold;
font-size: 1.0em;
width: 670px ;
margin-left: auto ;
margin-right: auto ;
}

ul#topnav li {
float: left;
margin: 0;
padding: 0;
}

ul#topnav li {
float: left;
margin: 0;
padding: 0;
}

.rest {
background: url(images/dividing_line.jpg) no-repeat left center;
}
 
ul#topnav li a {
color: #FFFFFF;
padding: 0px 20px 0px;
text-decoration: none;
}

ul#topnav li a:hover {
background-color: #6699FF;
color: #000;
}

/* ----------------- LEFT CONTENT ------------------ */

#left-content {
background-color: #226ae2;
float: left;
width: 620px;
}

#left-content img {
float: left;
margin-right: 10px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* ----------------- RIGHT CONTENT ------------------ */

#right-content {
background-color: #226ae2;
float: left;
width: 295px;
background: url(images/vline.gif) no-repeat left;
padding: 2px;
}

#right-content img {
float: right;
}

/* ----------------- FOOTER ------------------ */

#footer {
background-color: #226ae2;
clear: both;
}

/* ----------------- COPYRIGHT ------------------ */

#copyright {
background-color: #226ae2;
margin: 0px;
padding: 0px;
clear: both;
text-align: center;
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.6em;
color: #FFFFFF;
letter-spacing: 1px;
}

#copyright a:link, #copyright a:visited {
color: #333333;
text-decoration: none;
}

#copyright a:hover {
color: #FF0000;
text-decoration: underline;
}