@import url( '../../../stylesheets/base.css' );


p{
	line-height:			16px;
}

#wrapper{
	background-image:		url('../../../images/content_bg.gif');
	background-repeat:		repeat-y;
}

#topContent{
	width:					770px;
	padding:				30px 20px 20px 95px;
}
#topContent #formRight{
	float:					right;
}
#topContent #formRight input{
	width:					143px;
	height:					18px;
	border:					1px solid #315c73;
	color:					#315c73;
	font-size:				11px;
	margin:					0px 0px 20px 0px;
}
#topContent #formRight #submit{
	width:					60px;
	height:					22px;
	border:					none;
	color:					#FFFFFF;
	background-image:		url('../../../images/formBtn.gif');
}

#leftContent{
	width:					180px;
	min-height:				100%;
	float:					left;
	padding:				0px 20px 20px 95px;
}

#middleContent{
	width:					280px;
	line-height:			16px;
	padding:				30px 30px 0px 30px;
	margin:					0px 0px 20px 0px;
	float:					left;
	background-color:		#f0eceb;
	border:					2px solid #6d6b6c;
}
#middleContent input{
	width:					100%;
	height:					18px;
	border:					1px solid #315c73;
	color:					#315c73;
	font-size:				11px;
	margin:					3px 0px 0px 0px;
}
#middleContent .submit input{
	width:					100%;
	height:					22px;
	border:					none;
	color:					#FFFFFF;
	background-image:		url('../../../images/formBtn.gif');
}

#middleRightContent{
	width:					140px;
	float:					right;
	margin:					0px 10px 5px 20px;
}

#middleRightContent ul li{
	background-color:		#a2a49b;
	font-size:				10px;
	border-bottom:			1px solid #FFFFFF;
	padding:				5px 0px 5px 20px;
	margin-right:			-14px;
}

#rightContent{
	width:					215px;
	min-height:				100%;
	float:					right;
	padding:				0px 80px 20px 0px;
}
#rightContent a{
	color:					#E00605;
	text-decoration:		none;
	border-bottom:			1px dashed #305A59;
	padding:				0px 0px 2px 0px;
}

