@import url(header.css);

body {
	margin-top: 0px;
	height: 100%;
	background: url(/images/sub_bg.png) repeat-y 50% 0;
	text-align: center;
	}
#container {
	width: 759px;
	margin: 0px auto;
	}

/* Sub page Content area placement */
#content {
	position: relative;
	width: 759px;
	}
img.sub_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#left_content {
	position: absolute;
	top: 143px;
	left: 18px;
	width: 445px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7A6E67;
	text-align: left;
}
#left_content p {
	margin: 0 0 15px 0;
}

#right_content {
	position: absolute;
	top: 143px;
	left: 525px;
	width: 225px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #695D54;
	text-align: left;
}
#right_content p{
	margin: 0 0 20px 0;
}
#offset {
	padding-left: 20px;
}
#offset p{
	margin: 34px 0 0 0;
}
/* End of Sub page Content area placement */

/* Left Side Sub page Content area styles */
#left_content a {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #444444;
	text-transform: uppercase;
}
#left_content a:link, #left_content a:visited {text-decoration: underline;}
#left_content a:hover {color: #008193; background-color: #CDECF5; text-decoration: none;}
#left_content h2 { 
	color: #7A6E67;
	font-size: 14px;	
}
span.blue {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #008193;
}
/* End of Left Side Sub page Content area styles */

/* Right Side Sub page Content area styles */
span.red {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #D21034;
}
#right_content a {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #695D54;
}
#right_content a:link, #right_content a:visited {text-decoration: none;}
#right_content a:hover {color: #F9FDFE; background-color: #D21034;}
/* End of Right Side Sub page Content area styles */