/* CSS Document */

.master_container{
	position: relative;
	top: 0px;
	left: 0px;
}

.header{
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 238px;
	width: 900px;
}

.nav_container{
	position: absolute;
	top: 168px;
	left: 0px;
	height: 10px;
	width: 638px;
}

.nav_link_container{
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px
}

.nav_links{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -10px;

}


A.nav_links:link {color: white; text-decoration: none;}
A.nav_links:visited {color: white; text-decoration: none;}
A.nav_links:active {color: white; text-decoration: none;}
A.nav_links:hover {color: white;}


.nav_delineator_container{
	float: left;
}

.body_container{
	position: relative;
	width: 920px;
	min-height: 600px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	vertical-align: top;

}

.page_content{
	position: relative;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	vertical-align: top;

}

.action_buttons{
	position: absolute;
	left: 661px;
	top: 0px;
	background-image: url(../images/action_buttons_bg.jpg);
	background-repeat: repeat-y;
	height: 563px;
	width: 239px;
}

.footer{
	position: relative;
}