@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
#contentarea {
	background-color: #FFFFFF;
	width: 955px;
}


#container {
	width: 955px;
	margin: 0 auto;
}
.top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 955px;
}
.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 955px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	padding: 20px 0 0 12px;
}

.navbar ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.navbar li {
	display: inline;

}
.navbar a {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding: 15px 9px 20px 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbf395;
}
.navbar  a:hover, #current {
	font-weight: normal;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #785391;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: ##dbf395;
	color: #7C5A96;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 186px;
	width: 955px;
}
.header h1 {
	font-family: Georgia;
	font-size: 48px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 30px 339px 0 126px;
	text-align: right;
}
.content {
	float: left;
	width: 770px;
}

.contents {
	padding: 0 25px 0 20px;
	margin: 0 0 20px 0;
}
.contents h1 {
	font-family: Arial;
	font-size: 34px;
	font-weight: normal;
	color: #4c5cab;
	margin: 0 0 0 5px;
	letter-spacing: -2px;
}

.top-ad {
	background-image: url(images/topad.gif);
	height: 90px;
	width: 768px;
	background-repeat: no-repeat;
	padding: 15px 0px 0 0px;
	text-align: center;
	margin: 0 0 20px 0;
	float: left;
}

.side {
	font-family: Arial;
	font-size: 11px;
	background-image: url(images/side-top.gif);
	background-repeat: no-repeat;
	width: 137px;
	text-align: center;
	float: right;
	padding: 0 23px 0 23px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.side h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 101px;
	margin: 10px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0 0 0;
	background-color: #775290;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}

.footer-txt {
	color: #d4b7e8;
	padding: 10px 0 0 0;
}


.adline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c7c7c7;
	margin: 15px 0px 15px 0px;
}
.padding {
	padding-left: 8px;
}

.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding: 0 1px 0 1px;
	margin: 15px 0 15px 0;
}

.clearboth {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*

/* */
