body{
	background-color:#125C08;
	margin:0px;
	padding:0px;
	font-family:'Georgia';
	font-size:11px;
	color:#FFFFFF;
}
a{
	font-family:'Georgia';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	font-family:'Georgia';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}


/* container */

.MainContainer{
	background-color:#125C08;
	width:750px;
	margin:auto;
}
.MainLeft{
	width:25px;
	background-image:url(../images/bgrd/main_left.gif);
	background-repeat:repeat-y;
}
.MainContent{
	width:700px;
	padding:10px 0px 15px 0px;
}
.MainRight{
	width:25px;
	background-image:url(../images/bgrd/main_right.gif);
	background-repeat:repeat-y;
}



/* left content */

.LeftContainer{
	width:200px;
	float:left;
}
.LeftContent{
	height:auto;
	background-image:url(../images/bgrd/left.gif);
	background-repeat:repeat-y;
	padding:12px;
}
.LeftContent a{
	font-size:12px;
	background-image:url(../images/common/_menu.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	text-decoration:none;
	line-height:18px;
}
.LeftContent a:hover{
	font-size:12px;
	background-image:url(../images/common/_menu-h.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	text-decoration:underline;
	line-height:18px;
}




/* right content */

.RightContainer{
	width:500px;
	float:left;
}
.RightContent{
	background-image:url(../images/bgrd/right.gif);
	background-repeat:repeat-y;
	padding:12px 25px 12px 25px;
}
.RightTitlu{
	font-size:12px;
	text-transform:uppercase;
	width:385px;
	border-bottom:1px solid #FFFFFF;
	padding:0px 10px 3px 10px;
	margin-bottom:15px;
}
.Content{
	margin-bottom:9px;
}
.ImgRight{
	float:right;
	margin:0px 0px 10px 15px;
	padding:0px 1px 1px 0px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.ImgGal{
	margin:0px 8px 10px 0px;
	padding:0px 1px 1px 0px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}


.Footer{
	margin:10px;
}







