* {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#header {
	border-top: 3px solid #000000;
	margin-top: 23px;
}

#header_left {
	margin-top: 30px;
	float: left;
}

#header_right {
	margin-top: 30px;
	float: right;
}

#main_content {
	clear: both;
	padding-top: 20px;
}

#main_content_text{
	float: left;
	padding-right: 30px;
	width: 620px;
	padding-bottom: 20px;
}

#main_content_text_welcome {

}

#main_content_text_welcome h1{
	color: #c05d52;
	font-size: 19px;
}

#main_content_text_welcome h1 span{
	color: #c05d52;
	font-size: 22px;
	font-style: italic;
}

#main_content_text_welcome p{
	font-family: Georgia;
	font-size: 14px;
	padding: 5px 0;
}

#main_content_text_welcome a{
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #C05D52;
}
#main_content_text_ruler {
	width: 100px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
}

#main_content_text_news {
	padding-top: 10px;
}

#main_content_text_news h2{
	color: #c05d52;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#main_content_text_news p{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

#main_content_text_news a{
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
}

#main_content_portrait p{
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
}

#main_content_portrait{
	width: 230px;
	float: right;
	padding: 0 10px 20px;
}

#footer {
	clear: both;
	border-top: 3px solid #000000;
}

#footer ul {
	list-style: none;
}

#footer li {
	padding-right: 10px;
}

#footer li img {
	float: left;
	padding: 0 10px;
}

#footer li a {
	text-decoration: underline;
	color: #000000;
	float: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 23px;
}

#footer table img {
	padding: 10px 0 0;
}

#footer table a {
	text-decoration: underline;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 23px;
}

/* --------------------------------------------------------------------------------------------------------- */

#overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.6;
}

.popbox {
	z-index: 99;
	float: left;
	height: auto;
	display: none;
	position: absolute;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 35px #000000;
	-webkit-box-shadow: 0 0 35px #000000;
	box-shadow: 0 0 35px #000000;
}

	.popbox .close {
		right: 5px;
		top: 5px;
		width: 100px;
		height: 19px;
		font-size: 11px;
		color: #000000;
		font-weight: bold;
		line-height: 19px;
		text-align: right;
		position: absolute;
		text-decoration: none;
	}

	.popbox .close span {
		float: right;
		width: 19px;
		height: 19px;
		margin-left: 7px;
		background: transparent url(../images/arrows.gif) 3px -43px no-repeat;
	}
	
	.popbox .pages li {
	}
	
	.popbox .pages li.loader {
		width: 300px;
		height: 250px;
		background: url(../images/loader.gif) no-repeat center center #000;
	}
	
	.popbox .pages li * {
		float: left;
	}
	
#overlay.grey {		background-color: #000000; }

.grey.close span {	background-color: #ffffff; }


#newsletter {
	width: 400px;
	padding: 5px 15px 15px 15px;
}

#subscribe {
	width: 400px;
	padding: 25px 15px 15px 15px;
}

#subscribe h3,
#newsletter h3 {
	width: 300px;
}

#subscribe h3,
#newsletter h3 {
	float: left;
	height: 29px;
	color: #000000;
	line-height: 30px;
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
	margin-left: 90px
}

#subscribe p,
#newsletter p {
	display: block;
}

#newsletter .form td {
	vertical-align: top;
}

#newsletter .form label {
	display: block;
	font-size: 11px;
	font-family: Arial;
}

#newsletter .form textarea {
	display: block;
	font-size: 13px;
	font-family: Arial;
	height: 100px;
	resize: none;
	width: 350px;
}

#subscribe ul,
#newsletter ul {
	float: left;
	width: 506px;
}

#subscribe ul li,
#newsletter ul li {
	width: 506px;
	padding: 5px 0;
	border-top: 1px solid #40688a;
}

#subscribe ul li,
#newsletter ul li,
#ev_contents ul li {
	float: left;
}

#newsletter .form {
	margin-top: 25px;
}

	#newsletter .form td {
		width: 164px;
		text-align: left;
		padding: 0 15px 5px 0;
	}
	
	#newsletter .form input[type=text] {
		width: 164px;
		padding: 0px 3px;
	}
	
	#newsletter label.error {
		color: #c05d52;
	}
/* */

.social {
	margin: 16px auto;
	width: 101px;
	height: 27px;
}
.social a {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	margin-left: 10px;
	background-image: url(../images/icons.jpg);
}
.social a.fb {
	margin-left: 0;
}
.social a.tw {
	background-position: -37px 0;
}
.social a.pin {
	background-position: -74px 0;
}