@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #ffffff url(/images/navcol-cccccc.gif) repeat-y;
}

/* Widths of columns */
#main_content {	width: 480px; _width: 480px; /* "_width" attribute is an IE6-only hack */ }
#right_body   { width: 220px; }
#left_body    { width: 140px; }


div#header_full {
	padding-top: 0px;
	height: 102px;
	background-color: #660000;
	padding-left: 4px;
}

div#header_full div.left {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	}
	div#header_full div.right {
		float: right;
		padding-right: 30px;
	}
	div#header_full div.right a {
		font-weight: bold;
		font-style:normal;
		color: #ffffff;
		text-decoration: none;
		font-size: 12px;
	}

#left_body {
	float: left;
	margin-left: 0;
	background-color: #d5d0c0;
	padding-top: 12px;
	padding-left: 14px;
	padding-right: 20px;
	font-weight: bold;
}
#left_body p {
	margin-bottom: 16px;
}
#left_body p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
	#left_body p a:hover {
		text-decoration: underline;
	}
* html #left_body {
	display: inline;
}

#main_content {
	float: left;
	padding-left: 20px;
	padding-right: 45px;
	padding-top: 15px;
	background: transparent url(images/shots_back.jpg) no-repeat 2px 2px;
	}
	#main_content #login {
	}
	#main_content h1 {
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 18px;
	}
	#main_content p {
		line-height: 18px;
		margin-top: 0px;
	}

#right_body {
	float: left;
	padding: 0px;
	background-color: #555;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
}



/* Start Mac IE5 filter \*/
#left_body, #main_content, #right_body {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */

/* IE 5.01 - wrapper heights */
#wrapper {
	float: left;
	float/**/: none; /* Ignored by IE 5.01, but used by IE 5.5 and above */
}
#wrapper {
	overflow: hidden; /* Hide excess padding in non-IE browsers */
}

/* easy clearing */
#wrapper:after, .clearfix:after {
	content: 'testing';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper, .clearfix {
	display: inline-block;
	margin: 0px 0px;
}
/*\*/
#wrapper, .clearfix {
	display: block;
}
/* end easy clearing */

#footer {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 30px;
}

