@charset "utf-8";
/* CSS Document */

BODY {

	background-color: #77424d;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	padding:0;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;


}

a {

	text-decoration: none;
	color: #ff369c;

}

a:visited {

	text-decoration: none;
	color: #ff369c;

}

.mainbody {
	width: 808px;
	align: center;
	height: auto;
	background-color: #FFFFFF;
	margin-top: -8px;
	border-style: solid;
	border-width: 8px;
	border-color: #542731;
	padding-top: 0px;
	overflow: hidden;
	margin-bottom: -20px;
}


.innerbody {
	width: 640px;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: 25px;

}

.sidebar {
	width: 136px;
	float:left;
	font-size: 13px;
	padding-left: 2px;
	margin-top: -4px;
	padding-top: 0px;
	font-size: 18px;
	text-align: center;
	min-height: 505px;
	background: #FFFFFF url('images/side-bg.jpg');
	background-repeat: no-repeat;
}


.sidebar a {
	color: #000000;
	text-decoration: none;

}


.sidebar a:hover {
	color: #ff369c;
	text-decoration: none;
}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
..clearfix {display: block;}
/* End hide from IE-mac */


H3 {
	font-size: 14px;
	text-align: center;
	background: #FFFFFF url('images/header.jpg');
	width: 642px;
	height: 26px;
	padding-top: 7px;
}

H2 {
	font-size: 16px;
	margin-bottom: -10px;
	color: #ed879c;
}

H1 {
	font-size: 18px;
	color: #ff369c;
}

