@charset "utf-8";

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
}

#site {
	width:100%;
	min-width:960px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#241e1e;
	background-image:url(../images/site-background.png);
	background-repeat:repeat-x;
}

#header {
	width:100%;
	height:200px;
}

#header_content {
	width:100%;
	height:100%;
	background-image:url(../images/header-girl.png);
	background-position:center;
	background-repeat:no-repeat;
}

#logo {
	float:left;
	width:182px;
	height:150px;
	margin-left:54px;
	margin-top:24px;
}

#topmenu {
	float:right;
	margin-right:41px;
	margin-top:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:right;
}

#topmenu a {
	color:#241e1e;
	text-decoration:none;
	padding-bottom:2px;
}

#topmenu a:hover {
	padding-bottom:0px;
	border-bottom:2px solid #ef6fb8;
}

#topmenu-pages {
	width:100%;
}

#topmenu-languages {
	width:100%;
	margin-top:20px;
	font-size:10px;
}

#topmenu-languages a {
	color:#999999;
	text-decoration:none;
	padding-bottom:1px;
}

#topmenu-languages a:hover {
	text-decoration:underline;
	padding-bottom:0px;
	border-bottom:1px solid #ee45a5;
}

#leftsection {
	float:left;
	width:305px;
}

#leftcontainer {
	width:100%;
}

#leftmenu-top {
	float:left;
	width:305px;
	height:45px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#leftmenu-top a {
	width:215px;
	height:31px;
	display:block;
	padding-left:90px;
	padding-top:14px;
	color:#241e1e;
	text-decoration:none;
	background-image:url(../images/leftmenu-top.png);
	background-position:top;
}

#leftmenu-top a:hover {
	background-image:url(../images/leftmenu-top.png);
	background-position:bottom;
}

#leftmenu-separator {
	float:left;
	width:305px;
	height:2px;
	background-image:url(../images/leftmenu-separator.png);
}

#leftmenu-item {
	float:left;
	width:305px;
	height:45px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#leftmenu-item a {
	width:215px;
	height:31px;
	display:block;
	padding-left:90px;
	padding-top:14px;
	color:#241e1e;
	text-decoration:none;
	background-image:url(../images/leftmenu-item.png);
	background-position:top;
}

#leftmenu-item a:hover {
	background-image:url(../images/leftmenu-item.png);
	background-position:bottom;
}

#leftmenu-item-pink {
	float:left;
	width:305px;
	height:45px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#leftmenu-item-pink a {
	width:215px;
	height:31px;
	display:block;
	padding-left:90px;
	padding-top:14px;
	color:#241e1e;
	text-decoration:none;
	background-image:url(../images/leftmenu-item-pink.png);
	background-position:top;
}

#leftmenu-item-pink a:hover {
	background-image:url(../images/leftmenu-item-pink.png);
	background-position:bottom;
}

#rightsection {
	float:right;
	width:185px;
	margin-right:41px;
}

#rightcontainer {
	width:100%;
	padding:10px 0px;
}

#content {
	margin-left:305px;
	margin-right:226px;
	padding:60px 50px;
	min-height:550px;
	line-height:130%;
}

#content_heading {
	width:100%;
	margin-bottom:40px;
}

#content_leftcolumn {
	width:45%;
	float:left;
}

#content_rightcolumn {
	width:45%;
	float:right;
}

#footer {
	clear:both;
	width:100%;
	background-color:#eeeeee;
	padding-top:25px;
	font-size:11px;
	text-align:center;
}

#footer a {
	color:#241e1e;
	text-decoration:none;
}

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

#copyright {
	padding-top:5px;
	padding-bottom:25px;
}

h1 {
	font-size:30px;
	font-weight:normal;
	line-height:100%;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:10px;
	color:#999999;
	font-weight:normal;
	margin-bottom:0px;
}

.news h2 {
	margin-top:0px;
	margin-bottom:0px;
}

.news p {
	margin-top:4px;
}

a {
	text-decoration:underline;
	color:#ef0088;
}

a:hover {
	text-decoration:none;
}

#search {
	padding:15px 0px 15px 40px;
}

#status {
	color:#ffffff;
	background-color:#090;
	padding:5px;
}

#login {
	padding-top:100px;
	text-align:center;
	height:200px;
}

.note {
	font-size:11px;
	color:#666;
	font-style:italic;
}

.poll_percent {
	font-size:10px;
	padding-left:2px;
	font-weight:bold;
}

#adsense {
	width:300px;
	height:250px;
	float:right;
	margin-top:30px;
	margin-bottom:10px;
}

a img {
	border:0;
}

.error {
	font-weight:bold;
	color:#900;
}