body {
	margin: 0;
	padding: 0;
	background: #663300  url(images/bkg.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #358F2C;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 38px;
	font-style:italic;
}

h3 {
	color:#653300;
	font-size: 28px;
	font-style:italic;
}

ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #358F2C;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.right {
	float:right;
}


/* Header */

#header {
	width: 1030px;
	height: 485px;
	margin: 0 auto;
	
}

/* Main */

.main {
	background: url(images/img01.jpg) no-repeat;
	float:left;
	height: 457px;
	margin-right:25px;
	margin-top:25px;
	width: 562px;
}

.internalmain {
	float:left;
	height: 457px;
	margin-right:25px;
	margin-top:25px;
	width: 562px;
}

.maintext {
	background-color:#FFFFFF;
	margin-top:-4px;
	padding:20px;
	width: 522px;
}

.topcap {
	background: url(images/maintop.png) no-repeat;
	height: 38px;
	width:562px;
}

.bottomcap {
	background: url(images/mainbtm.png) no-repeat;
	height: 38px;
	width:562px;
}

/* Logo */

#logo {
	background: url(images/img02.jpg) no-repeat;
	float: left;
	height: 330px;
	width:410px;
}

#logo h1 {
	float: right;
	color: #663300;
	font-weight: bold;
	padding: 50px 10px 0 0;
}

#logo .home {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

/* Menu */

#menu {
	background-color: #358F2C;
	height: 25px;
	margin-top:205px;
	width: 420px;
}

#menu ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin:0;
	padding:0;
}

#menu a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	color: #333300;
}

/* Page */

#page {
	margin: 0 auto;
	margin-top:25px;
	width: 1030px;
}

/* Opi */

#opi {
	background: url(images/img03.jpg) no-repeat;
	float: left;
	height:225px;
	width: 480px;
}

/* cnd */

#cnd {
	background: url(images/img04.jpg) no-repeat;
	float: right;
	height:225px;
	width: 480px;
}

/* Footer */

#footer {
	margin: 0 auto;
	width:1030px;
}

#footer p {
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color:#358F2C;
}