@import url(_page_style.css);
@import url(_form_style.css);

body { text-align: center; }

img { 
	border: 0px;
	margin: 5px;
 }

div#container {
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	background: #000;
	width: 835px;
	overflow: hidden;
 }

div#Lmain {
	float: left;
	position: relative;
	padding: 5px;
	width: 225px;
	background: #000;
 }
div#Rmain {
	float: left;
	position: relative;
	padding: 5px;
	width: 590px;
	background: #000;	
 }
div#Rinner {
	float: left;
	position: relative;
	width: 574px;
	padding: 5px;
	background: #fff;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #333;
	border-left: 3px solid #ccc;
	border-right: 3px solid #333;
 }
div#Linner {
	float: left;
	position: relative;
	padding: 5px;
	background: url(../img/diamondplate.jpg) repeat-y;
	width: 215px;
	font-size: .9em;
	overflow: hidden;
 }


div#footer {
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: .8em;
	width: 835px;
	background: #000 url(../img/diamondplate.jpg);
 }


