/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../images/img01.jpg) repeat-x left top;
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	/*color: #666666;*/
}
/*
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}
*/
/*
a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}
*/
/* Header */

#header {
	width: 900px;
	height: 135px;
	margin: 0 auto;
	text-align: center;
}

.AlignCenter{
	margin: 0 auto;
	text-align: center;
}

.GeneralTitleFont{
	font-family: arial,helvetica,sans-serif; 
	font-size: 18px;
	color: #4D4D4D;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:3px;
}

.ImageFit250{
	height: 187px;
	width: 230px; 
}

.ImageFit187{
	height: 187px;
}

.ImageFitSmall{
	height: 70px;
}

.verysmallimage{
	height: 80%;
}

.GeneralFont{
	font-family: arial,helvetica,sans-serif !important; 
	font-size: 12px !important;
	color: #4D4D4D !important;
	text-align:justify;
}
/* Logo */
/*
#logo {
	width: 600px;
	padding: 140px 0 0 100px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}
*/

/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 17px 7px 17px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
/*
#menu a:hover, #menu .current_page_item a {
}
*/
#menu a:hover {
	background: url(../images/img03.jpg) no-repeat center top;
	text-decoration: none;
}
/*
#menu .first {
	background: url(../images/img03.jpg) no-repeat center top;
}
*/
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
/* Content */
.Contents {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align: center;
	padding:0;
	left:0px;
	top:0px;
	display: block;
	overflow: hidden;
	background-color:#EFEFEF;
	display:none;
}

.ContentHolder{
	overflow:hidden; 
	position:relative; 
	width:900px; 
	left:0px; 
	top:0px;
	background-color:#EFEFEF;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 15px 0;
	background: #4D4D4D url(../images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}