@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	background: #666666;
	background-image: url(img/bg_image.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0 auto;
}

h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:11px;
	padding-top:15px;

}
h3 {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:14px;
}

 #header-container {
	width: 990px;
	margin: 0 auto;
}
 #header{
	position:relative;
	height:295px;
}
 #cup {
	float:left;
	background:url(img/cup.png) no-repeat;
	height:275px;
	width:259px;
	margin-top:26px;
}
 #logo {
	margin-left:-37px;
	float:left;
	background:url(img/logo.png) no-repeat;
	width:304px;
	height:170px;
}
 #logo h2{
	font-size:24px;
	color:#fff;
	text-align:center;
	margin:70px 0 0 24px;
	width:280px;
	font-family: "Copperplate Gothic Light";
}
 #logo p{
	font-size:14px;
	color:#fff;
	margin-left:15px;
	text-align:center;
	}
 #headerright{
	float:left;
	background:url(img/righthead2.png) no-repeat;
	width:534px;
	height:295px;
	margin-left:-85px;
}

/* === MENU === */

 #menu {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	height:55px;
	left:20px;
	margin:0;
	padding:0;
	position:absolute;
	/* text-transform:uppercase; */
	top:278px;
}
 #menu, #menu ul {
line-height:3.5;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
 #menu a, #menu a:hover {
border:medium none;
display:block;
text-decoration:none;
}
 #menu li {
background:transparent url(img/menu_button22.png) repeat scroll 0 0;
float:left;
height:61px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
margin-right:2px;
text-align:center;
width:109px;
}


.big {
background:transparent url(img/menu_button22.png) repeat scroll 0 0;
float:left;
height:61px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
margin-right:2px;
text-align:center;
width:129px;
}



/* === MAIN AREA == */ 
 #wrapper {
	margin: 0 auto;
	width: 977px;
	position: relative;
	background: url(img/mainmidpart.png);
	background-repeat: repeat-y;
}
#mainwrap{	
	width:990px;
	margin:0 auto;
	}
#maintop {
	margin: 0 auto;
	position: relative;
	width: 977px;
}
#maintopimg {
	position: relative;
	padding:0px;
	background:url(img/maintoppart.png);
	height:113px;
	margin: 40px 0 0 0;
}
 #content {
	position: relative;
	width: 977px;
}


 #menu a, #menu a:visited {
color:#332613;
display:block;
font-weight:bold;
padding:10px 12px;
}
 #menu a:hover, #menu a:active {
color:#D21600;
text-decoration:none;
}

 #mainContent {
	margin: 0 5% 0 5%;
	position: relative;
	float: left;
}

 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #mainContent p {
	text-align: justify;
	text-indent: 41px;
}
/* == FOOTER == */
 #bottom{
	background:url(img/footer2.png) no-repeat;
	height:154px;
	position: relative;
	float: left;
	width: 990px;
}
 #bottom p{
	text-align:center;
}

