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

body{
	background-image:url(images/page_bg.jpg); 
	background-repeat:repeat-x; 
	background-color:#fff9b5; 
	margin:auto; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
}

#main_wrapper {
	width:756px; 
	margin:auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:left;
}

#page_top{
	background-image:url(images/page_top.gif);
	background-repeat:no-repeat;
	display:block;
	float:left; 
	clear:both; 
	width:756px; 
	height:10px; 
	line-height:1px; 
	font-size:1px;
}

#header{
	background-image:url(images/page_middle.gif);
	background-repeat:repeat-y; 
	width:756px; 
	height:190px; 
	font-size:1px; 
	line-height:1px; 
	float:left; 
	clear:both; 	
}

#main_content{
	background-image:url(images/page_middle.gif); 
	background-repeat:repeat-y; 
	width:736px; 
	display:block; 
	clear:both; 
	padding:10px; 
	font-size:13px;
}

#page_bottom{
	background-image:url(images/page_bottom.gif); 
	float:left; 
	background-repeat:no-repeat; 
	width:756px; 
	height:10px; 
	clear:both; 
	line-height:1px; 
	font-size:1px;
}

#footer{
	width:756px;
	clear:both;
	font-size:12px; 
	text-align:center; 
	color:#999999;
	margin-top:3px;
	margin-bottom:10px;
}

h1{
	font-size:16px;
	margin-top:0px;
	color:#3399CC;
}

h2{
	font-size:14px;
	margin-top:10px;
	color:#3399CC;	
}

.message_success {
	padding:4px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}

.message_error {
	padding:4px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}


.message_info {
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #993300;
	color:#990000;
	margin-top:0px;
	margin-bottom:10px;
}

a:link,a:visited{
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0099FF;
}

.boxed_content {
	border:1px solid #EBEBEB;
	background-color:#FAFAFA;
	padding:5px;
}

.underlined_box {
	border-bottom:2px solid #CB1F1F;
}

#footer a:link, #footer a:visited{
	color:#999999;
}
#footer a:hover {
	color:#333333;
}