@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color: #CECCFE;
}
h2, hr{
	margin:2px;
	font-size:18px;
}
p{
	margin:4px;
}
#page_wrapper {
	position:relative;
	border-left: 3px solid #2F1D07;
	border-right: 3px solid #2F1D07;
	width: 960px;
	height: 768px;
	margin: 0px auto auto;
	margin-bottom: 20px;
}
#header_wrapper {
	top:0px;
	width:433px;
	height:185px;
	background-color: #F7E4EA;
	overflow:hidden
}
#nav_wrapper {
	top:197px;
	width:434px;
	height:66px;
	background-image: url(images/nav_bg.gif);
	border-bottom: 1px solid #2F1D07;
}
.nav_button {
	width:184px;
	height:51px;
	text-align:center;
}
.nav_button_text{
	padding-top: 10px;
}
#button_1 {
	float: left;
	margin-top: 8px;
	margin-left: 22px;
}
#button_2 {
	float: right;
	margin-top: 8px;
	margin-right: 22px;
}
#left_content_wrapper {
	float:left;
	top:251px;
	width:434px;
	height:718px;
	background-color: #F7E4EA;
	background-image: url(images/left_content_bg.gif);
	font-size: 14px;
}
#left_content {
	margin-left:45px;
	margin-left:45px;
	margin-top:20px;
	width: 346px;
}
#contact_info_wrapper {
	width:526px;
	height:68px;
	background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
	font-size: 12px;
	text-align: center;
	color: #2F1D07;
}
#right_content_wrapper {
	float:right;
	width:526px;
	height:718px;
}
#footer_wrapper {
	clear:both;
	width:960px;
	height:40px;
	background-color: #2F1D07;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-top: 10px;
}

#footer_wrapper a, a:hover, a:visited {
	text-decoration: none;
	color:#FFF;
}