/* CSS Document */
body {
	background: url(../images/page_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	width: 819px;
	height: 100%;
	margin: 0px auto 0px auto;
	background: url(../images/container_bg.jpg) repeat-y;
	display: table;
}

#layer1 {
	width: 819px;
	height: 74px;
	background: url(../images/top_logo.jpg) no-repeat;
}

#layer2 {
	width: 819px;
	height: 23px;
	background: url(../images/layer2_bg.jpg) no-repeat;
}

#picture { /* layer3 */
	width: 819px;
	height: 220px;
	background: url(../images/pic.jpg) no-repeat;
}

/**************************************************************
 * Navigation *************************************************
 *************************************************************/
#nav {
	width: 801px;
	height: 23px;
	margin: 0px auto 0px auto;
	background: url(../images/nav_bg.jpg) repeat-x;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#nav a {
	margin-right: 5px;
	margin-left: 15px;
	line-height: 22px;
}

a:link		{COLOR: #ff9900; text-decoration:none;}
a:visited	{COLOR: #ff9900; text-decoration:none;}
a:active	{COLOR: #ff9900; text-decoration:none;}
a:hover	{COLOR: #ffcc00; text-decoration:none;}

#shadow_left {
	width: 9px;
	height: 360px;
	float: left;
	background: url(../images/shadow_left.jpg) no-repeat;
}

#shadow_right {
	width: 9px;
	height: 360px;
	float: right;
	background: url(../images/shadow_right.jpg) no-repeat;
}

/**************************************************************
 * Main Content Container *************************************
 *************************************************************/
#main_content_container {
	position: relative;
	float: left;
	width: 799px;
	margin: auto;
	padding-bottom: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#main_content_container h1 {
	font: 15px/20px Helvetica, sans-serif; 
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

.black {
	color: #000;
}

/**************************************************************
 * Main Content Left ******************************************
 *************************************************************/
#main_content_left {
	float: left;
	width: 152px;
	margin-top: 10px;
	margin-left: 6px;
}

#main_content_left p {
	font-size: 8pt;
	padding: 3px;
	padding-bottom: 17px;
	border-bottom: 1px solid #333;
}

/**************************************************************
 * Main Content Center ****************************************
 *************************************************************/
#main_content_center {
	float: left;
	width: 416px;
	height: 100%;
	margin-top: 10px;
	margin-left: 29px;
	text-align: left;
}

html>body #main_content_center {
	width: 409px;
	margin-left: 37px;
}

#main_content_center p {
	font-size: 9pt;
}

#main_content_center ul, li {
	font-size: 9pt;
	list-style-type: lower-alpha;
}

#main_content_center h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -10px;
}


/**************************************************************
 * Main Content Right *****************************************
 *************************************************************/
#main_content_right {
	float: right;
	width: 142px;
	margin-top: 10px;
	margin-right: 8px;
}

html>body #main_content_right {
	width: 156px;
}

#main_content_right p {
	font-size: 8pt;
	border-bottom: 1px solid #333;
	padding-bottom: 17px;
}

#main_content_right ul {
	font-size: 8pt;
}

/**************************************************************
 * Footer *****************************************************
 *************************************************************/
#footer {
	width: 819px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/footer.jpg) no-repeat;
}

#footer p {
	margin-top: 9px;
}

html>body #footer p {
	margin-top: 0px;
	padding-top: 9px;
}