html,body {
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-size:14px;
background:#000;
color:#333;
}

a {text-decoration:none;}
a:link {color:#999;}
a:visited {color:#666;}
a:hover {color:#9ff8f5;}
/* main div tags, container top middle bottom
--------------------------------------------- */
#container {
margin-top:0;
margin-left:0;
margin-right:auto;
width:100%;
}
#top {
width:100%;
height:344px;
background:url(images/bgHeader.jpg) repeat-x;
color:#74dbbf;
}
#middle {
width:820px;
margin-left:0;
}
#bottom {
clear:both;
width:100%;
margin-left:0;
margin-bottom:0px;
height:146px;
background:url(images/bgFooter.gif) repeat-x;
}
/* menu bar
--------------------------------------------- */
#menu {
padding-top:142px; 
padding-left:345px;
color:#74dbbf;
}
/* content
--------------------------------------------- */
#form {
padding-top:200px; 
padding-left:330px;
color:#dceae6;
width:440px;
text-align:justify;
}

#contentLeft { 
float:left;
margin-top:10px;
}
#contentLeft p.content { 
margin-left:125px;
width:200px;
padding-top:0px; 
text-align:justify;
}
#contentLeft p.contentS { 
margin-left:40px;
width:200px;
text-align:justify;
}
#contentLeft img.main { 
margin-left:62px;
}
#contentLeft p.topPic {
background:url(images/sTop.gif) no-repeat;
width:209px;
height:37px;
margin-left:62px;
padding-left:52px;
padding-top:3px;
font-size:18px;
color:#fff;
position: absolute;
}
#contentLeft p.bottomPic {
background:url(images/sBottom.gif) no-repeat;
width:209px;
height:31px;
margin-left:62px;
}
#contentLeft ul {
margin-left:0px;
margin-top:30px;
margin-bottom:0px;
}
#contentLeft li {
margin-left:24px;
margin-top:0px;
margin-bottom:0px;
padding-left:50px;
width:153px;
list-style-type:circle;
border-bottom: 1px solid #3c9d0c;
line-height: 1.5em;
}
#contentLeft li:hover {
background: #431453;
}

#contentRight {
padding-top:175px; 
padding-left:330px;
color:#dceae6;
width:440px;
text-align:justify;
}
#contentRight img.thumb {
padding:7px;
margin:0px;
width:123px;
height:120px;
background:#999;
}
#contentRight img.thumbHolder {
padding:8px;
margin:0px;
width:123px;
height:120px;
}
#contentRight img.main {
margin-left:10px;
}
#contentRight img.icon {
float:left; 
padding-bottom:5px;
}
/* Footer
--------------------------------------------- */
#footer { 
clear:both;
margin:0;
padding-top:128px; 
padding-left:324px;
font-size:11px;
}
#footer p.timeDate {
color:#333;
}
#footer p.firefox {
font-size:9px; 
margin-left:655px; 
clear:right;
}
/* misc
--------------------------------------------- */
h2 {
margin:0;
color:#431453;
font-family:NuevaStd,times, serif;
}
img.floatleft { /* <img src=... class="floatleft"> */
float:left; 
margin:4px; 
}
p {
margin:0;
}
select {
color:#999;
font-family:verdana, monaco, helvetica, sans-serif;
font-size:11px;
}
b {
color:#c7e2c7;
font-family:georgia, times, serif;
font-size:15px;
}