﻿#wrapper {
	margin: 20px auto; padding:0;
	width:846px;
	height:724px;
	background-color: white;

}

#body {
	width:846px;
	height:724px;
	padding:0; margin:0;
	background-color: white;
}

.content_tabs {
	background-image:url('../img/content_tabs.gif');
	background-repeat:no-repeat;
	height:33px;
}


.content_top {
	background-image:url('../img/content_head.gif');
	background-repeat:no-repeat;
	height:78px;
}

.content_area {
	background:url('../img/content_area.gif');
	background-repeat:repeat;	
		min-height:580px;
}

.content_area_login {
	background:url('../img/content_area.gif');
	background-repeat:repeat;
	min-height:438px;
}


.content_bottom {
	clear:both;
	background-image:url('../img/content_bottom.gif');
	background-repeat:no-repeat;
	height:87px;
	z-index:5;
	
}


.content {
	min-height:580px;
	margin:0 18px 0 18px;

}

.content_login {
	height:438px;
}

.content .left {
	padding-top:20px;
	float: left;
	width:500px;
}

.content .left h1 {
	padding: 10px 10px 10px 10px;
	font-size:28px;
}

.content .left h3 {
	padding: 10px 10px 10px 10px;
	font-size:16px;
}

.content .left p {
	padding: 10px 10px 10px 10px;
	font-size:14px;
	line-height: 17px;
}

.content .right {
	float: left;
	width:273px;
	
}


.content .right .top {
	float: left;
	width:100%;
	height:278px;
}

.content .right .top h1 {
	padding-top:10px;
	padding-bottom:10px;
	font-size:28px;
	text-align:center;
}

.content .right .top p {
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height: 15px;	
}



.content .right .bottom {
	float: left;
	width:100%;
	height: 280px;
}