@import url("default_modules.css");

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #E04A92;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

h2, h3 {
	margin-top: 10px;
	color: #DA3287;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}
img {
	border-width: 0px;
}

a {
	color: #DA3287;
}

a:hover {
	text-decoration: none;
}

.sponsor_snippit{
width : 170px;
margin-left: 0px;
padding-top : 10px;
padding-bottom : 10px;
padding-left: 5px;
padding-right: 5px;
	background-color : #F7F7F7;
	clear : both;
}

/* Header */

#header {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 900px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
	font-family: verdana, sans-serif;
	background: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

/* 370 */

#menu ul {
	width: 500px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 15px 0px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 89px;
	background: url(images/button_up.gif) no-repeat left top;
	height: 32px;
	line-height: 115%;
}

#menu a:hover {
	background: #FFFFFF url(images/button_over.gif) no-repeat left top;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

/* Content */

#content {
	width: 880px;
	margin: 0 auto;
	padding: 15px 10px 0;
	background: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#copycontent {
	float: left;
	width: 450px;
	padding: 0;
	margin-left: 12px;
}
#copycontent  .advert {
	font-family: verdana, sans-serif;
}
#sidemenu {
	float: left;
	width: 180px;
}

/* Footer */

#footer {
	width: 900px;
	background: #FFFFFF no-repeat;
	padding-top: 1px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#footer p {
	text-align: center;
	padding-bottom: 2px;
	font: 80% verdana, sans-serif;
}
#rightcolumn {
	float: right;
	width: 225px;
	padding: 0 0 0 15;
}
#doublecolumn {
	float: left;
	width: 680px;
	padding: 0;
	margin-left: 12px;
}

