/*// Body Style //*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	background: #dbc265 url(images/bg_main.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
}

body tr td {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 11px;
}


a:link, a:visited, a:active {
	color: #dbc265;
	text-decoration: none;
}

a:hover {
	color: #612e07;
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h4 {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

h3 {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: underline;
}
	

/*// Bin Structure //*/

#conbin {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 1155px;
}

#header {
	width: 1155px;
	height: 20px;
	
}

#contentbin {
	width: 1155px;
	height: 200px;
	background-color: #ffffff;
	margin: 0;
}

#newsbin {
	width: 770px;
	background: transparent;
	text-align: left;
}

#newsbin p, #newsbin td {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 30px 30 30px 30;
}

.hr-soft {
	border: 0;
	height: 1px;
	margin: 20px 0 20px 0;
	background-color: #ffffff;
	color: #000000;	
}

#newsbin hr {
	border: 0;
	height: 1px;
	margin: 20px 0 20px 0;
	background-color: #ffffff;
	color: #000000;
}

#newsbin img {
	padding: 0px;
	border: 1px solid #dbc265;
	margin-right: 0px;
}

#footerbin {
	width: 1155px;
	height: 88px;
	background-image: url(images/bg_empty.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#footerbin p {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #ffffff;
	padding: 15px 0 15px 12px;
}

#footerbin a:link, #footerbin a:visited  {
	color: #dbc265;
	text-decoration: none;
}

#footerbin a:hover  {
	color: #612e07;
	text-decoration: underline;
}

/*// Main Navigation //*/

#navbar {
	padding-top: 214px;
}

#navbar ul {
	list-style-type: none;
}

#navbar li {
	display:inline;
}

/*// Content Structure //*/

.box-left {
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
	height: 150px;
	background-image: url(images/box_left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	text-align: center;
}

.box-left h3 {
	color: #000000;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.box-left ul li {
	padding-left: 10px;
	line-height: 14px;
	list-style-type: none;
}

.box-left a:link, .box-left a:visited {
	color: #ffffff;
	text-decoration: none;
}

.box-left a:hover {
	color: #612e07;
	text-decoration: underline;
}

.box-center {
	margin: 10px 0 auto;
	width: 350px;
	height: 150px;
	text-align: center;
	background-image: url(images/box_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}

.box-right {
	margin-top: 10px;
	width: 350px;
	height: 150px;
	text-align: left;
	background-image: url(images/box_right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	text-align: center;
}

.box-right h3 {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.box-right ul li {
	padding-left: 10px;
	line-height: 14px;
	list-style-type: none;
}

.box-right a:link, .box-right a:visited {
	color: #ffffff;
	text-decoration: none;
}

.box-right a:hover {
	color: #612e07;
	text-decoration: underline;
}

