body, html {
	font: 80%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #4F753A;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contents, #footer, #clear {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

#contents {
	height: 100%;
	min-height: 100%;
	margin: 10px auto 0px auto;
	background: #F6F1E8;
	border: 1px solid #C5C5C5;
	position:relative;
}

#videos {float:right; text-align:left; position:relative; left:-40px; }
html>body #videos { left:-20px; }
   
/*ie wont see this, other browsers will*/
body>div#contents {
	height: auto;
}

#clear, #footer {
	clear: both;
	height: 17px;
	line-height: 17px;
}

#footer span {
	float: right;
	font-size: 0.9em;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	display: inline !important;
	list-style: none !important;
}

#top {
	height: 107px;
	width: 100%;
}

#top_navi {
	height: 40px;
	line-height:40px;
	width: 100%;
	background: url(../images/layup/top_navi_middle.gif) repeat-x;
}

#top_navi ul  {
	/*margin: 0 0 0 82px;*/
	margin: 0 0 0 65px;
	padding: 0px;
}

#top_navi li {
	display: inline;
	float: left;
} 

#top_navi a {
	float: left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 16px 0 3px;
	/*padding:0 17px 0 5px;*/
	background: url(../images/layup/top_navi_rivet.gif) 100% 75% no-repeat;
}

#top_navi a:hover {
	color:#c4aa76;
}

#top_navi a.last {
	background: none;
}

#top_navi a img {
	margin-top: 13px;
}

#left {
	float: left;
	margin: -2px 0px 0px 24px;
}

/* the following rule is recognized only by IE */
* html body #left {margin-left: 12px;}

#right {
	float: right;
	margin: -2px 18px 0px 0px;
}

/* the following rule is recognized only by IE */
* html body #right {margin-right: 9px;}

#left_top, .right_top {
	height: 21px;
}

#left_bottom, .right_bottom {
	height: 28px;
}

#left_middle, .right_middle {
	padding-right: 5px;
}

#left_middle {
	padding-left: 40px;
}

.right_middle {
	padding-left: 25px;
}

#left_scroll, .right_scroll {
	
	padding: 10px 0;
}

#left_scroll {
	padding-right: 35px;
}

#left_scroll ul { padding: 0px 0px 0px 12px; margin: 0;  }
#left_scroll li a { text-decoration: none; }
#left_scroll li { line-height: 180% !important; }
#left_scroll ul li ul { padding: 5px 0px 5px 20px; }

.right_scroll {
	padding-right: 20px;
}

#click_thumbnail {
	float: left;
	margin-right: 20px;
}

#click_thumbnail img {
	border: none !important;
}

/* Tags */
h1, h2 {
	clear: both;
	font-weight: bold;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

a {
	color: #2B610E;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.image_center {
	float: none !important;
	margin-top: 40px;
}

img.small {
	margin: 5px 1px 0px 1px;
	cursor: pointer;
}

/* Custom styles */
.hr {
	clear: both;
	height: 15px;
	background: url(../images/layup/dots.gif) repeat-x center;
}

.hr hr {
	display: none;
}

.contactform  {
	padding: 0px;
	margin: 0px;
}

.contactform p {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.contactform label {
	float: left;
	font-weight: bold;
	line-height: 25px;
	width: 180px;
}

.contactform span {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

.textform, .textformactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:140px;
	border: 1px solid #C5C5C5;
}

.textform {
	color: #000000;
	background-color: #F6F1E8; 
}

.textformactive {
	color: #FFFFFF;
	background-color: #2B610E;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear { clear:both; }

.table_row {
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: left;
	line-height: 25px;
	clear: both;
}

.admin_image {
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
}