@charset "utf-8";
/*---------------------------------------------------------------------*\
|                                                                       |
|    GroupClean CSS                                                     |
|    Sculpted from binary at Oast One by James Marett, October 2008     |
|    oastone.co.uk														|
|                                                                       |
|    IMPORTANT NOTES:                                                   |
|                                                                       |
\*---------------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 0;
	background: #2C1A5D url(../images/background_top.jpg) top center no-repeat;
	/*font-size: 62.5%;*/
}

/*-- fonts --*/

body,
input,
textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2,
#contenttop h2,
#content h3,
#content .openbutton a
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#page {
	width: 750px;
}

#header {
	padding-top: 80px;
	height: 70px;
}
#header h1 {
	display: none;
}
#header img {
	border: none;
}

#menu {
	height: 30px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
	text-align: left;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
}
#menu img {
	border: none;
}

#contentwrapper {
	background: url(../images/sidebar_bg.gif) #fff repeat-y top right; 
	width: 750px;
	position: relative;
	top: 0;
	left: 0;
}
#innerwrapper {
	background: url(../images/sidebar_bottom_01.gif) no-repeat bottom right;
	width: 750px;
	min-height: 300px;
	position: relative;
	top: 0;
	left: 0;
}

#contenttoptop {
	background: url(../images/content_top.jpg) #74CEDE top no-repeat;
	height: 25px;
	margin: 0;
	margin-top: 10px;
}
#contenttop {
	background: url(../images/content_top_stars.jpg) #74CEDE top right no-repeat;
	height: 55px;
	margin: 0;
	padding: 20px 0 0 20px;
	text-align: left;
}
#contenttop h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	line-height: 45px;
}

#content {
	/*background: #fff;*/
	min-height: 300px;
	margin: 0;
	padding: 20px 0 40px 20px;;
	text-align: left;
	width: 530px;
	float: left;
	font-size: 12px;
	color: #2C1A5D;
}
#content h2 {
	color: #DB4599;
	font-weight: bold;
	font-size: 18px;
	border-bottom: #DB4599 2px dotted;
	margin-top: 0px;
	padding-bottom: 4px;
	line-height: 24px;
}
#content h3 {
	color: #DB4599;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
#content p {
	line-height: 18px;
	text-align: justify;
}
#content ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #D5F0F5;
}
#content li {
	list-style-type: none;
	line-height: 25px;
	border-bottom: 1px solid #D5F0F5;
}
#content a {
	text-decoration: none;
	color: #2C1A5D;
	border-bottom: 1px dotted #DB4599;
}
#content a:hover {
	text-decoration: none;
	color: #2C1A5D;
	border-bottom: 1px solid #DB4599;
}
a:focus {
	outline: none;
} 
#content .openbutton {
	background: url(../images/openner_bg.gif) #DB4599 repeat-x top left;
	height: 25px;
	padding-left: 5px;
	border-top: 1px solid #fff;
	color: #fff;
	padding-right: 5px;
	font-size: 10px;
}
#content .openbutton a {
	color: #fff;
	margin: 0;
	line-height: 24px;	
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	width: 400px;
	display: block;
}
#content .openbutton a:focus {
	outline: none;
} 
#content .openbutton .left {
	float: left;
}
#content .openbutton .right {
	float: right;
	line-height: 25px;
}
#content .more {
	
}
#content .more .left {
	padding: 20px 0;
	float: left;
	width: 330px;
}
#content .more .right {
	padding: 20px 0;
	float: right;
	width: 180px;
}
#content .hline {
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #D5F0F5;
}
#content b {
	color: #74CEDE;
	font-weight: bold;
}

/* -- form stuff --*/

#content .former {
	margin: 10px 0;
}
#content label {
	display: block;
	float: left;
	font-weight: bold;
	width: 180px;
	text-align: left;
}
#content .former input,
#content textarea,
#content select
{
	display: block;
	width: 320px;
	float: right;
	color: #666; /*#74CEDE;*/
	font-size: 12px;
	border: 1px #2C1A5D solid;
	padding: 2px;
}

/*-- sidebar --*/

#sidebar {
	background: url(../images/sidebar_stars.jpg) no-repeat top right; /* #D5F0F5 */
	margin: 0;
	padding: 20px;
	padding-bottom: 140px;
	text-align: center;
	width: 140px;
	float: right;
}
#sidebar .time {
	color: #2C1A5D;
	line-height: 24px;
	font-size: 12px;
	border-bottom: #2C1A5D 2px dotted;
	margin-top: 0px;
	padding-bottom: 4px;
}
#sidebar .section {
	color: #2C1A5D;
}

#contentbottom  {
	clear: both;
	background: url(../images/content_bottom_bg.jpg) no-repeat bottom center; 
	height: 5px;
}

#footer {
	background: url(../images/bottom_bg.jpg) no-repeat top center;
	padding-top: 10px;
	color: #fff;
	height: 180px;
	font-size: 11px;
}
#footer p {
	margin: 3px 0;
}
#footer strong {
	color: #74CEDE;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.clearer {
	clear: both;
	height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}