/* CSS */

body {
	background:url('images/body_bg.gif') no-repeat #380601;
	background-position:center 468px;
	text-align:center;
	font:0.85em Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
}

a {color:#00019a; text-decoration:underline; }
a:hover {color:#366088; text-decoration:underline;}

#wrapper1, #wrapper2, #wrapper3, #wrapper4, #wrapper5, #wrapper6, #wrapper7, #wrapper8, #wrapper9, #wrapper10, #wrapper11 {
	display:block;
	width:806px;
	height:606px;
	text-align:left;
	margin-top:20px;
}
#wrapper1 {background:url('images/bg_1.jpg') no-repeat #e8f7de;}
#wrapper2 {background:url('images/bg_2.jpg') no-repeat #e8f7de;}
#wrapper3 {background:url('images/bg_3.jpg') no-repeat #e8f7de;}
#wrapper4 {background:url('images/bg_4.jpg') no-repeat #e8f7de;}
#wrapper5 {background:url('images/bg_5.jpg') no-repeat #e8f7de;}
#wrapper6 {background:url('images/bg_6.jpg') no-repeat #e8f7de;}
#wrapper7 {background:url('images/bg_7.jpg') no-repeat #e8f7de;}
#wrapper8 {background:url('images/bg_8.jpg') no-repeat #e8f7de;}
#wrapper9 {background:url('images/bg_9.jpg') no-repeat #e8f7de;}
#wrapper10 {background:url('images/bg_10.jpg') no-repeat #e8f7de;}
#wrapper11 {background:url('images/bg_11.jpg') no-repeat #e8f7de;}

	h1 {text-indent:-9999px; padding:0px; margin:0px;}
	h1 a, h1 a:link, h1 a:visited {
		display:block;
		position:relative;
		width:270px;
		height:110px;
		margin:0px 0px 0px 5px;
	}


#content {
	display:block;
	float:right;
	width:550px;
	height:460px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
	margin:10px 15px 0px 0px;
	line-height:1.5em;
}
	#content h2 {font:bold 19px Verdana, Arial, Helvetica, sans-serif;}
	#content h3 {font:bold 16px Verdana, Arial, Helvetica, sans-serif;}

#contentcol {
	display:block;
	width:320px;
	float:left;
}
#contentcol_wide {
	display:block;
	width:530px;
}
#photocol {
	display:block;
	width:200px;
	float:right;
}

.clear {
	display:block;
	width:900px;
	height:1px;
	line-height:1px;
}		
#pjc {
	display:block;
	clear:both;
	width:806px;
	margin-top:5px;
	padding:0px;
	text-align:right;	
}

.common {font:11px Arial;}
.small {font:10px Arial;}
.input_file {font:11px Arial; width:300px;}
.input_text {font:11px Arial; width:300px;}
.input_select {font:11px Arial;}
.input_textarea {font:11px Arial; width:350px; height:100px;}
.input_caption {font:11px Arial; width:400px;}
.input_sort_order {font:11px Arial; width:20px;}
.input_submit {font:11px Arial;}
.error {font:bold 11px Arial; color:#FFF; background:#b00000; padding:4px; margin:2px; line-height:11px;} 
.success {font:bold 11px Arial; color:#FFF; background:#05BF2D; padding:4px; margin:2px; line-height:11px;}
.req {font:bold 17px Arial; color:#FF0000;}
