body {color: #000000;
background-color: #2e4490;
font-family: "Verdana", sans-serif;
font-size: 12px;
background-image: url('samplebg.png');
background-position: top center;
background-repeat: repeat-y;
margin: 0px 0px 0px 0px;}

a:link {color: #5a21c3; text-decoration: none;}
a:visited {color: #685985; text-decoration: none;}
a:hover {color: #2a0077; text-decoration: none; border-bottom: 1px dotted #2e4490;}

.heading {color: #2b4a93; font-size: 20px; font-family: "Garamond", serif; font-weight: bold; border-bottom: 1px dotted #6b76ba;}
.side {color: #495673; font-size: 20px; line-height: 20px; font-family: "Garamond", serif; font-style: italic; text-align: right; border-bottom: 1px dotted #6b76ba;}

#wrap {width: 900px; margin: 0px auto; padding: 0px;}
#img {width: 900px; height: 200px; padding: 0px; background-image: url('sampleimage.png');}
#nav {width: 900px; height: 30px; padding: 0px; background-color: #7999eb; font-size: 20px; line-height: 30px;}
#nav a {color: #FFFFFF; margin: 0px 10px 0px 10px; border: 1px solid #7999eb;}
#nav a:hover {color: #FFFFFF; background-color: #6877b4; border: 1px solid #c8d0f3;}
#content {float: left; width: 590px; min-height: 300px; padding: 5px;}
#sidebar {float: right; width: 290px; padding: 5px; min-height: 300px;}
#footer {clear: both; width: 900px; padding: 10px; font-size: 10px;}