/* LAYOUT */
html 
{
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: "Trebuchet MS", verdana, tahoma, arial, helvetica;
	font-size: 12px;
	text-align: center; /* IE nonsense */
}

#wrapper
{
	width: 900px;
	margin: auto;
	background: #FF00FF;
	text-align: center;
}

#logoleft
{
	margin-top: 20px;
	float: left;
}
#main
{
	margin-top: 20px;
	width: 540px;
	text-align: left;
	float: left;
}
#menus
{
	margin-top: 20px;
	width: 195px;
	float: right;
	text-align: left;
}

#footer
{
	border-top: 2px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 45px;
}

div.moduletable
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
div.moduletable h3
{
	font-size: 16px;
	margin: 0px;
	margin-bottom: 8px;
}
div.submenu
{
	padding-right: 5px;
}
div.submenu a
{
	margin-bottom: 5px;
}

/* STYLES */
a
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a.mainlevel
{
	text-transform: uppercase;
}


.contentheading,
.componentheading
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

/* LOGIN */
#mod_login_username,
#mod_login_password
{
	width: 170px;
}

/* CB */
div.cbIconsTop
{
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* COMMENTS */
div.comment_inner
{
	background: white;
	padding: 3px;
	border: 2px solid #CDCDCD;
}
.td_commentnumber
{
	width: 60px;
}
.commentname
{
	font-weight: bold;
}

/* RSS */
.dsmodule img
{
	border: 1px solid white;
	margin-bottom: 6px;
}
