@charset "utf-8";
/* CSS Document
beige:		#EDE0B7;
beige 2:	#F2E9B6;
dark red:	#7A0202;
*/

* {
	font-family:Georgia, Times, Serif;
	font-size: 12px;
	color:#000000;	
}
html {
	font-family:Georgia, Times, Serif;
	font-size: 14px;
	line-height: 1.3em;
	height:100%;
	width:100%;
	margin:0;
	
}
body {
	margin:0;
	padding: 0px;
	background-color: #ede0b7;
	width: 100%;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
h1, h2, h3, h4, h5, p {
	margin:2px 0;
}

.holder {
	width: 990px;
	text-align: left;
	margin: 0px auto;
	
}

.headerHolder {
	width: 100%;
	text-align:center;
	margin: 10px 0;
	}

.menuHolder {
	margin: 0px 40px;
	background-color:#7A0202;
	text-align:center;
	padding:10px 0;
	color: #FFF;
	font-size:18px;
	}
	
.menuitem {
	padding: 0px 20px;
	display:inline;
	border-right: 1px solid #FFF;
}
.menuitem a, .menuitem a:hover{
	color: #FFF;
	font-size:18px;
	text-decoration: none;
}
.mainHolder {
	width: 930px;
	/*margin: 0px 15px;*/
	padding: 15px;
	background-color:#FFF;
	min-height: 400px;
	overflow:auto;
	}
.shadowLeft {
	width: 15px;
	height: 365px;
	float:left;
	background-image:url(../images/shadow-left.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.shadowRight {
	width: 15px;
	height: 365px;
	float:right;
	background-image:url(../images/shadow-right.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.mainImage {
	width: 930px;
	height: 316px;
	margin-bottom: 15px;
}
.mainImage img {
	width: 930px;
	height: 316px;
}

.mainContent {
	width: 650px;
	float: left;
	overflow:auto;
	text-align:justify;
}
.mainRight {
	width: 235px;
	background-color:#F2E9B6;
	float: right;
	padding: 15px;
}

.mainRightItemHolder {
	width: 235px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

.mainRightItemHolderLast {
	width: 235px;
	margin-bottom: 10px;
	text-align: left;
}
.mainRightItemHolder a, .mainRightItemHolderLast a {
	display: block;
	text-decoration: none;
	
}
.mainRightItemHolder a:hover, .mainRightItemHolderLast a:hover {
	display: block;
	text-decoration: none;
	
}


.mainRightItemImage {
	width: 233px;
	height: 173px;
	border: 1px solid #CDC495;
}

.mainRightItemText{
	margin: 5px 0 15px 0;
}


h1 {
	font-size: 24px;
	color: #406618;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 18px;
	color: #7A0202;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

h3 {
	font-size: 18px;
	color: #7A0202;
	font-style: italic;
	margin-bottom: 0.3em;
}

p {
	margin-bottom: 2em;
}

a {
	color:#406618;
}
a:hover {
	color:#406618;
	text-decoration:none;
}
.rightTop {
	text-align: center;
	font-style:italic;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.rightTop .red{
	font-size: 18px;
	color: #7A0202;
	font-style:italic;
}
.footerHolder {
	text-align: center;
	background-image:url(../images/shadow-footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-style:italic;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding: 20px 0;
}

.footerHolder .red{
	font-size: 18px;
	color: #7A0202;
	font-style:italic;
}

.footerHolder img{
	margin-top:10px;
}
