body {
	background-color: #BAB7B5;
	background-image: url(background-tile.gif);
	background-repeat: repeat-x;
	color: #FFEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
	color: c1fafb;
}

#content-wrapper {
	background-color: #3C3B3B;
	background-image: url(content-box_top.gif);
	background-repeat: no-repeat;
	width: 745px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#content {
	background-image:url(content-box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#column-left {
	width: 324px;
	padding: 20px;
	float: left;
}


#column-left-body {
	width: 164px;
	padding: 10px;
	float: left;
}

#contact-info-wrapper {
	background-color: #76716F;
	background-image: url(rounded-box_top.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#contact-info {
	background-image:url(rounded-box_bottom.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#contact-info p {
	margin: 0;
	padding: 10px;
	text-align: right;
}

#column-right {
	width: 360px;
	float: left;
	padding: 20px 10px 0 0;
}

#column-right-body {
	width: 520px;
	float: right;
	padding: 60px 0 10px 20px;
}

#column-right img {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 60px;
}

#main-menu {
	list-style-type: none;
	height: 100px;
	margin: 0;
	padding: 0;
}


#main-menu li {
	background-image:url(button.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 107px;
	height: 21px;
	
	text-align: center;	
	padding-top: 9px; 
	margin-right: 13px;
}

#main-menu li a:hover {
	color: #C1FAFB;
	text-decoration: none;
}

#main-menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#main-menu li ul li {
	background-image:url(button_submenu.gif);
	height: 18px;
	padding: 3px 0 0 0;
	font-size:10px;
}


.no-margin {
	margin: 0;
}

.clear {
	clear: left;
}

/* clear fix */ 

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
} 

/* END clear fix */

#content-body-clear {
	padding: 0;
	margin: 0;
}

#content-body-wrapper {
	background-color: #3C3B3B;
	background-image: url(content-body_top.gif);
	background-repeat: no-repeat;
	width: 744px;
	margin: auto;
}

#content-body {
	background-image:url(content-body_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-body-text {
	color: ffeeee;
	background-color: 555555;
	background-position: center bottom;
	display:block;
	float: left;
	width: 670px;
	padding: 30px;
	text-align: justify;
	margin: 10px;
	font-size: 14px;
	line-height: normal;
	vertical-align: bottom;
}


#content-body-gentext {
	color: ffeeee;
	background-color: 555555;
	background-position: center bottom;
	display:block;
	float: left;
	width: 670px;
	padding: 30px;
	text-align: justify;
	margin: 10px;
	font-size: 9px;
	line-height: normal;
	vertical-align: bottom;
}


#content-body-restext {
	color: ffeeee;
	background-color: 555555;
	background-position: center bottom;
	display:block;
	float: left;
	width: 670px;
	padding: 30px;
	text-align: justify;
	margin: 10px;
	font-size: 10px;
	line-height: normal;
	vertical-align: bottom;
}

#footer {
	float: left;
}
