/* CSS Document */

html,body { 	
	background: #ffffff url('../images/back.gif') repeat-y; 
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #6b6b6b;
}

p {
	margin: 12px 0px;
	line-height: 120%;
}

h1,h2,h3 {
	color: #754a39;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Impact', arial, serif;
	font-weight: normal;
	padding: 4px 0px;
}

h1 {font-size: 16px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}

a {
	color: #dc9600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 986px;
}

.center {text-align:center;}
.center img {margin: 0px 24px;}

ul, li {
	list-style-type: circle;
}

li {
	margin-left: 16px;
	padding: 4px;
}

table {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #333333;
}

table, td, th {
	border: 1px solid #754a39;
}

td,th {
	padding: 4px 6px;
}

th {
	font-weight: bold;
	color: #754a39;
}

#left-column {
	float: left;
	width: 200px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 35px 10px;
	padding: 112px 35px 0px 35px;
}

#left-column p {
	margin-top: 36px;
	border-top: 1px solid #e3d0be;
	border-bottom: 1px solid #e3d0be;
	padding: 6px 0px;
	color: #754a39;
}

#menu {
	color: #754a39;
}

#menu li {
	border-bottom: 1px solid #e3d0be;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #754a39;
	text-decoration: none;
	display: block;
	padding: 6px 2px;
}

#menu a:hover, #menu a.active {
	background-image: url('../images/menuliback.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
}

#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	background-color: #faf5f0;
	border-top: 1px solid #e3d0be;
	border-bottom: 1px solid #e3d0be;
	margin-bottom: 6px;
	padding-top: 4px;
}

#menu ul li {
	border: 0px;
	font-size: 11px;
}

#menu ul li a {
	padding: 2px 6px 2px 12px;	
	margin-bottom: 4px;
}

#content {
	width: 382px;
	float: left;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 46px;
	background: #ffffff url('../images/bubbles.gif') no-repeat;
	background-position: 289px 0px;
}

#nav {
	font-size: 11px;
	margin-bottom: 56px;
}

#nav a {
	color: #333333;
}

#right-column {
	float: right;
	width: 270px;
	padding-top: 112px;
	background: #ffffff url('../images/bubbles.gif') no-repeat;
	background-position: top right;
	min-height: 200px;
}

#right-column img{
	border: 4px solid #ededed;
	display: block;
	margin-bottom: 4px;
}

#right-column img.ico{
	border: 0px;
	display: inline;
	margin-bottom: 0px;
	vertical-align: middle;
}

/* Helpers */

.right {float: right;}
.left {float: left;}

/* `Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
