html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}

body {
	text-align:center;
	background:url(../images/template/bg_main.jpg) repeat-x fixed #5b9a56;
}


div, p, span, a, h1, h2, h3, table, td, dl, dt, dd, input, select, a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px
}

.large {
	font-size:13px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}

h1 {
	font-size:24px;
	margin-bottom:6px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

input, select {
	color:#000000;
}

img {
	border:0;
}

a:link, a:active, a:visited, a:hover {
	font-weight:bold;
	color:#FFFF99;
}

a:hover {
	color:#FFFFFF;
}

div.separator {
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}


.floatImg img {
	float:left;
	margin-top:6px;
	margin-right:6px;
}


table.greene_table {
	margin:10px 0 30px 6px;
	width:573px;
	background:#000000;
}

	table.greene_table th, table.greene_table td {
		padding:4px;
		text-align:center;
	}

	table.greene_table th {
		background:#0A471B;
	}
	
	table.greene_table td {
		background:#1F5D2A;
	}
	
		table.greene_table td * {
			font-size:10px;
		}


div#mainContain {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


	div#mainLeft {
		float:left;
		width:170px;
	}
	
		div#paintingDiv {
		}
		
			div#paintingDiv img {
				height:120px;
				width:150px;
				margin:10px 0 10px 0;
			}
		
		div#menuDiv {
			width:148px;
			padding:10px 0 10px 2px;
			border:1px dotted #000000;
		}

			a.menulink, a.menulink:visited, a.menulink:active, a.menulink:hover {
				font-size:12px;
				display:block;
				width:136px;
				padding-left:10px;
				color:#FFFFFF;
				font-weight:bold;
				text-decoration:none;
				margin-bottom:4px;
			}
			
			
			a.menulink:hover {
				color:#000000;
				background:#FFFFFF;
			}

	div#mainRight {
		float:left;
		width:600px;
		overflow:hidden;	
	}
	
		div#headerDiv {
			height:120px;
			margin:10px 0 10px 0;
		}
	
		div#contentDiv {
			width:579px;
			padding:10px;
			border-top:1px dotted #000000;
			border-right:1px dotted #000000;
		
		}
	

div#footerClear {
	clear:both;
	height:40px;
}

div#footerDiv {
	clear:both;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border-top:1px dotted #000000;
}

	div#footerDiv * {
		font-size:10px;
	}
	
/* tweaks */	

/* template border color */
div#menuDiv, div#contentDiv, div#footerDiv {
	border-color:#999999;
}

