
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #363535;
	background: #434040;
}
p{line-height:175%}

#welcome{padding-bottom: 20px; padding-top: 20px;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, table, pre {
	margin: 0;
	padding: 0;
}
h2 {

	padding-top: 20px;
}


ul { list-style: none;}

a, a:active {
	color: #6f3030;
	outline: none;
	text-decoration: underline;
}

a:hover { text-decoration: none;}

a img { border: none;}

#container {
	width: 976px;
	height: 100%;
	margin: 0 auto 0 auto;
	border-left: 2px solid #342c2a;
	border-right: 2px solid #342c2a;
	background: #f6f6f6;
	position: relative;
}

html>body #container { height: auto!important; min-height: 100%;}

/* header part */

#header {
	width: 969px;
	height: 132px;
	margin: 0 0 0 3px;
	border-top: 4px solid #f6f6f6;
	background: url(../img/slogan.png) no-repeat right top #622929;
}

#logo {}

/* top navigation */

#topnav {
	width: 969px;
	height: 26px;
	overflow: hidden;
	margin: 5px 0 0 3px;
	background: #622929;
}

#topnav li {
	float: left;
	height: 26px;
	font-size: 14px;
	line-height: 24px;
	color: #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#topnav li.last { 
	border-right: none;
	float: right;
	padding: 0 5px 0 0;
}

#topnav li a {
	display: block;
	color: #f6f6f6;
	text-decoration: none;
	line-height: 24px;
	padding: 0 22px 0 22px;
}

#topnav li a:hover { color: #d29924;}

/* main content */

#content {
	width: 969px;
	overflow: hidden;
	margin: 25px 0 0 3px;
	padding-bottom: 35px;
}

#cont {
	float: left;
	width: 585px;
	display: inline;
	margin: 0 0 0 15px;
}
#cont p { padding-right:18px;}
	
}

#cont h1 {
	font-size: 24px;
	color: #3d1a1a;
	margin-bottom: 22px;
}

#cont h2 {
	font-size: 18px;
	color: #363535;
	margin-bottom: 18px;
}

/* right column */
#right_column {
	float: right;
	width: 350px;
}

.rclink {
	margin-bottom: 22px;
}

.rclink p.color {
	margin-top: 2px;
	padding: 3px 15px 3px 0;
	background: #232f3d;
	text-align: right;
	font-size: 12px;
}

.rclink p.color a {
	color: #f6f6f6;
	text-decoration: none;
}

.rclink p.color a:hover {
	text-decoration: underline;
}

/* footer */

#footer {
	width: 969px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin: 10px 0 3px 3px;
	background: #622929;
}

.copy {
	float: left;
	margin: 6px 0 0 10px;
	color: #f6f6f6;
	font-size: 11px;
}

#ftrnav {
	width: 595px;
	float: right;
	overflow: hidden;
	margin-top: 5px;
}

#ftrnav li {
	float: left;
	border-right: 1px solid #f6f6f6;
}

#ftrnav li.last {
	border-right: none;
	padding-right: 5px;
}

#ftrnav li a {
	color: #f6f6f6;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

