﻿html * {
    margin: 0;
    padding: 0;
}

html {
	background-color: #605e5f;
}

body {
	background:url(images/body_bg.gif) top left repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

#main {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-color: #fff;
}

#header {
	height: 209px;
	width: 855px;
	background: url(images/header.gif) no-repeat center;
	background-color: #fff;
}

#content {
	width: 804px;
	margin-left: 26px;
	background: url(images/cont_mid.gif) repeat-y;
}

#content-new {
	width: 804px;
	margin-left: 26px;
	background: url(images/cont_mid.jpg) repeat-y;
}

#contenttop {
	height: 72px;
	line-height: 1.5em;
	background: url(images/content_top.gif) no-repeat;
	text-align: right;
	overflow: hidden;
	
}

#contenttop_new {
	height: 142px;
	line-height: 1.5em;
	background: url(images/content_top.jpg) no-repeat;
	text-align: right;
	overflow: hidden;
	
}

.conttop {
	margin-top: 12px;
	margin-right: 15px;
	font-weight: bold;
	color: #777;
}

#sidebar {
	width: 255px;
	float: left;
}

/* temporary for home menu */

#sidebarHome {
	width: 255px;
	height: 650px;
	float: left;
	background: url(images/nav_bg_empty.gif) no-repeat top right;
}

#menuleft {
	margin-left: 38px;
	margin-top: 25px;
}

/* end temp setup */

#testi {
	clear: both;
	width: 250px;
	float: left;
	line-height: 1.5em;
	color: #777;
	padding-top: 25px;
}

#cont_right {
	width: 549px;
	float: right;
	background: url(images/topl_flower.gif) no-repeat;
	padding-top: 10px;
	overflow: hidden;
}

#cont_mid {
	padding-top: 10px;
	overflow: hidden;
	margin-left: 15px;
}


#footer {
	background: url(images/footer_lg_alt.gif) no-repeat;
	height: 535px;
	width: 802px;
	margin-left: 26px;
	clear: both;
}

#footer_new {
	background: url(images/front_new.jpg) no-repeat;
	height: 430px;
	width: 799px;
	margin-left: 31px;
	clear: both;
}

#ftr {
	height: 70px;
	background:url(images/footer_lower.gif) no-repeat;
	line-height: 35px;
	margin-left: 26px;
	text-align: center;
}

#contentholder {
	margin: 0 45px 0 45px;
	background: url(images/cmid.gif) repeat-y;
}

#crem ul {
	text-align: left;
	line-height: 1.5em;
}

#crem li {
	text-decoration: none;
	list-style-image: url(images/bullet.gif);
	margin: 0 20px 0 20px;
}

.contenttxt {
	margin: 0 45px 0 45px;
	text-align: center;
}

.ctxttwo {
	margin: 0 20px 0 20px;
	text-align: center;
	line-height: 1.5em;
}

.ctxtcontact {
	margin: 0 20px 0 20px;
	text-align: left;
	line-height: 1.5em;
}
.ctxttwola {
	margin: 0 20px 0 20px;
	text-align: left;
	line-height: 1.5em;
}

a img {
	border: 0;	
}