body
{
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

#top
{
	width:1000px;
	height:253px;
	margin-left:100px;
}

#top img
{
	float:left;
}
#topcenter
{
	height:100%;
	width:530px;
	float:left;
}
#topcentertext
{
	height:auto;
	width:400px;
	margin:40px 0px 0px 40px;
	font-size:24px;
	font-size:34px;
	color:#FFFFFF;
	text-transform:capitalize;
	text-shadow:#000000;
}

#topcenter a
{
	color:#FFFFFF;
	text-decoration:none;
}
#topmenu
{
	background-image:url(topmenubg.jpg);
	height:100%;
	width:253px;
	float:left;
}

h1
{  
	margin:50px 0px 0px 0px;
	padding:0px;
	font-size:30px;
}

#shoutbox
{
	width:740px;
	margin-left:100px;
	float:left;
}

#rightmenu
{
	margin-left:847px;
	margin-top:2px;
	border-left:1px dashed #525368;
	border-right:1px dashed #525368;
	background-color:#EDEAFF;
	width:251px;
	height:100%;
}
#rightmenu p
{
	margin:0px;
	padding-top:15px;
	margin-left:15px;
	font-size:20px;
	color:#5e6985;
}

.roundcont {
	width: 740px;
	background-color: #5e6985;
	color: #fff;
}

.topic
{
	width:100%;
	margin-bottom:20px;
}

.topic a
{
	margin-left:20px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.topic p
{
  font-weight:bold;
  font-size:20px;
}

.topicadd
{
	text-decoration:overline;
	width:auto;
	padding-left:25px;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#overbottom
{
	height:15px;
	width:100%;	
	clear:both;
}
#bottom
{
		background-color: #5e6985;
		height:50px;
		width:100%;
		clear:both;
		padding-top:30px;
}

ul
{
	list-style:none;
	margin-left:20px;
	padding:0px;
}


li a {
	height: 35px;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
	border-bottom:2px solid #FFFFFF;
	}	
li a:link,  li a:visited {
	color:#5e6985;
	font-size:20px;
	display: block;
	padding:0;
	}
li a:hover {
	color: #FFF;
	background-color:#5e6985;
	padding:0;
	border-left:5px solid #FF9900;
	}	
	
