
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url("../images/bg-body.jpg") repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2 {

}

h1 {
	letter-spacing: -2px;
	font-size: 40px;
}

h1.style1 {
	margin-bottom: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2.style1 {
	font-size: 22px;
	color: #C2C2C2;
}

h4 {
	letter-spacing: -1px;
	font-size: 16px;
	color: #4F4F4F;
	margin: 0px 0px 5px 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 16px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #306D85;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text, textarea {
	border: 1px solid #c7c8c8;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 115px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 55px;
	background: url("../images/bg-menu.jpg") no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 72px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 27px;
	margin-right: 10px;
	padding: 6px 8px 0px 8px;
}

#menu a {
	outline: none;
	text-decoration: none;
	letter-spacing: -1px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #48869D;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url("../images/bg03.jpg") repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url("../images/bg06.jpg") no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background: url("../images/bg05.jpg") no-repeat right top;
}


#content ul {
	width: 100%;
	line-height: normal;
}

#content li {
	padding: 0px 0px 13px 22px;
	background: url("../images/check2.gif") no-repeat left top;

}


html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}

#navbar {
	width: 250px;
	height: 30px;
	float:left;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 75px 50px 0px 50px;
	background: url("../images/bg04-1.jpg") no-repeat left top;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #48869D url("../images/bg08.jpg") repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background: url("../images/bg07.jpg") no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
}

#sitebyivo {
	margin: 0px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#sitebyivo a {
	margin: 0px;
	color:#FFFFFF;
}

#footer .legal {
}

#footer .links {
}

#member-rotate-all {
	margin: 0px 0px 0px 20px;
	padding: 10px 10px;
	width:180px;
	height:360px;
	border: 1px solid #DFDFDF;
	overflow: hidden;
	float: right;
}

#member-rotate-member {
	height:300px;
	overflow: hidden;
}
#member-rotate-text {
	margin-top:10px;
	height:20px;
	text-align: right;
}

#memberlist {
	width:270px;
	float: left;
}