

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('images/back.jpg') repeat;
	height: 100%;

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0d2c97;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #0d2c97;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #0d2c97;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #0d2c97;
}

hr {
	display: none;
}


#main
{
width: 760px;
margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	height: 405px;
}

#menu {
	float: left;
	height: 71px;
	width: 730px;
	padding-left: 30px;
	background: url(images/nav.jpg) no-repeat;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 39px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #4c4439;
	padding-top: 20px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/nav2.jpg) repeat-x;
}



/* Logo */

#logo {
	width: 760px;
	height: 440px;
	margin: 0 auto;
	text-align: right;
    background: url(images/head2.jpg) no-repeat;
}




/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
	border-top: 0px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}



/* Content */

#content {
	float: left;
	width: 760px;
	padding-top: 90px;
	text-align: left;
}

#tabs  {
	vertical-align: top;
}

#left {
	width: 254px;
	background: url('images/left.jpg') no-repeat;
	padding-left: 7px;
	padding-top: 37px;
	padding-right: 30px;
	color: #000;
	vertical-align: top;
}


#center {
	width: 254px;
	background: url('images/center.jpg') no-repeat;
	padding-top: 45px;
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
}

#right {
	width: 252px;
	background: url('images/right.jpg') no-repeat;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 50px;

}

#right a {
	text-decoration: none;
	color: #345A05;
}

#news {
	background: url('images/news.jpg') no-repeat;
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 10px;
	vertical-align: top;
}


.contact {
	padding-left: 10px;
}

.pic	{
	padding-left: 15px;
	vertical-align: text-top;
}


/* Footer */
#footer
{
padding: 20px;

}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #666;
}

#content .pad
{
padding: 10px;
color: #000;
}