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

html, body {
	margin: 0px;
    padding: 0px;
	text-align:center;
	/*background: url("../images/tile.png");
	*/
}

div#title{
	width:836px;
	padding-bottom:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6b912a;
	font-weight:bold;
}

div#mainFrame{
	width:836px;
	clear:both;
	margin: 0px auto;
    text-align: left;
	background: url(../images/subpage_bg.gif) repeat-y;
	/*background-color:#fff;
	/*border-left:10px solid #666666;
	border-right: 10px solid #666666;
	border-bottom: 10px solid #666666;
	*/
}

mainFrame#container{
	width:836px;
	background-color:#fff;
}

div#left{
	width:118px;
	float:left;
	background-color:#006600;
}

div#center{
	width:4px;
	float:left;
	margin:inherit;
	margin-top:10px;
	
}

div#right{
	width:714px;
	margin:inherit;
	float:left;
	margin-top:10px;
	padding-left: 20px
	
}

div#footer{
	clear: both;
}