/* CSS */

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

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

#wrapper {
	display:block;
	width:900px;
	background:url('images/bg_wrapper.jpg') repeat-y #f7f7f7;
	padding:0px;
	margin:0px;
	min-height:650px;
}
#header {
	display:block;
	width:900px;
	height:161px;
	padding:0px;
	margin:0px;
	background:transparent url('images/bg_header.gif') no-repeat;
	XXXborder:solid 1px blue;
}
	#header h1 {
		display:block;
		position:relative;
		width:394px;
		height:52px;
		top:55px;
		left:-10px;
		padding:0px;
		margin:0px;
		text-indent:-9999px;
		clear:both;
		XXborder:solid 1px blue;
	}
	#header h1 a, #header h1 a:link, #header h1 a:visited {
		display:block;
		width:394px;
		height:52px;
		text-indent:-9999px;
	}

.prop {
	display:block;
	float:left;
	width:1px;
	height:500px;
	XXborder:dashed 1px purple;
}

#content {
	display:block;
	text-align:left;
	line-height:1.5em;
	width:850px;
	margin:15px 0px;
	padding:15px 0px;
	XXborder:dotted 1px blue;
}
	#content img {border:solid 1px #000;}
	#content h2 {font:bold 19px Verdana, Arial, Helvetica, sans-serif;}
	#content h3 {font:bold 16px Verdana, Arial, Helvetica, sans-serif;}



.clear {
	display:block;
	width:900px;
	height:1px;
	line-height:1px;
}
		
#pjc {
	display:block;
	position:relative;
	top:10px;
	left:400px;
	clear:both;
	width:111px;
	height:47px;
	margin:0px;
	padding:0px;	
	background:transparent url('images/pjc.png') no-repeat;
	text-indent:-9999px;
}

.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;}

