/* ---- CSS Document---- */

body{ font-size: 65%; color: #000000; font-family: Verdana, sans-serif; text-align: center; margin: 0px auto; background-color: #2D2929;} div, p, ul, h1, h2, h3, form, img{padding:0px; margin:0px;} ul{list-style-type:none;}

/* ---- Sets the top background detail ---- */
 
#bg { width: 780px; height: 1020px; margin: auto; background: url(images/bg.jpg); background-repeat: no-repeat; background-color: black;}

/* ---- Top nav ---- */

#topnav { width: 750px; text-align: right; height: 440px; padding-top: 10px; padding-right: 30px; margin: 0px auto;}

/* ---- Content ---- */

#content { width: 780px; padding: 0px; margin: 0px auto;}
 
#contentlefttop { width: 320px; height: 245px; float: left; text-align: left; margin-left: 10px; color: #ffffff; padding: 20px; font-size: 120%;}
#contentlefttopleftinsert { width: 160px; height: 130px; float: left; text-align: left; color: #ffffff;}
#contentlefttoprightinsert { width: 150px; height: 90px; float: right; margin-top: 40px; text-align: left; color: #ffffff;}

#contentrighttop { width: 320px; height: 245px; float: left; text-align: left; margin-left: 20px; color: #ffffff; padding: 20px; font-size: 120%;}

#contentleftlow { width: 320px; height: 240px; float: left; text-align: left; margin-left: 10px; color: #ffffff; padding: 20px; font-size: 120%;}
 
#contentrightlow { width: 320px; height: 240px; float: left; text-align: left; margin-left: 40px; color: #ffffff; padding: 5px; font-size: 120%;} 
#contentrightlowleftinsert { width: 110px; height: 80px; float: left; text-align: left; color: #ffffff;}
#contentrightlowrightinsert { width: 200px; height: 80px; float: right; text-align: left; color: #ffffff;}

/* ---- Copyright ---- */

#copyright { width: 780px; height: 50px; text-align: center; margin: auto; color: #ffffff; background-color: black;}

/* ---- Links ---- */

#topnav { font-weight: bold; color: #ffffff; text-decoration: none;}
#topnav A:link { font-weight: bold; color: #ffffff; text-decoration: none ;}
#topnav A:visited { font-weight: bold; color: #ffffff; text-decoration: none ;}
#topnav A:hover { font-weight: bold; color: #FE0002; text-decoration: none ;}
#topnav A:active { font-weight: bold; color: #ffffff; text-decoration: none ;} 

#content { font-weight: normal; color: #ffffff ;}
#content A:link { font-weight: normal; color: #ffffff; text-decoration: none ;}
#content A:visited { font-weight: normal; color: #ffffff; text-decoration: none ;}
#content A:hover { font-weight: normal; color: #FE0002; text-decoration: none ;}
#content A:active { font-weight: normal; color: #ffffff; text-decoration: none ;}

#copyright { font-weight: bold; color: #ffffff; text-decoration: none ;}
#copyright A:link { font-weight: normal; color: #ffffff; text-decoration: none ;} 
#copyright A:visited { font-weight: normal; color: #ffffff; text-decoration: none ;} 
#copyright A:hover { font-weight: normal; color: #FE0002; text-decoration: none ;}
#copyright A:active { font-weight: normal; color: #ffffff; text-decoration: none ;} 


