body {
	background-image: url(files/design/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1D1921;
	margin:0;
	padding:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEA8BD;
}
a {
    outline: none;
}
a:link {
	color: #AEA8BD;
}
a:visited {
	color: #AEA8BD;
}
a:hover {
	color: #DEDCE4;
}
a:active {
	color: #DEDCE4;
}

#container {
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 204px;
	width: 950px;
	background-color: #282535;
}
#navbg {
	background-image: url(files/design/images/bg-nav.gif);
	height: 51px;
	width: 950px;
}
#nav {
	height: 43px;
	width: 950px;
}
#contenthold {
	background-image: url(files/design/images/bg-text-content.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #282535;
	width: 871px;
	margin-right: 41px;
	margin-left: 38px;
	overflow: auto;
	padding: 0;
}
#sidebarstretch {
	background-image: url(files/design/images/bg-sidebar-stretch.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 871px;
	overflow: auto;
	padding: 0;
}
#content {
	width: 550px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	float:left;
}
#sidebar {
	width: 242px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow: auto;
	float: left;
	background-image: url(files/design/images/bg-sidebar-contact-form.gif);
	background-color: #282535;
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	height:100%;
}
* html #sidebar {
	width: 242px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow: auto;
	float: left;
	background-image: url(files/design/images/bg-sidebar-contact-form.gif);
	background-color: #282535;
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
}
#footer {
	background-image: url(files/design/images/bg-footer.gif);
	height: 27px;
	width: 871px;
	margin-right: 41px;
	margin-left: 38px;
	padding-top:14px;
	text-align:center;
}
#footer a:link {
	color: #6c6879;
	text-decoration:none;
}
#footer a:visited {
	color: #6c6879;
	text-decoration:none;
}
#footer a:hover {
	color: #fefefe;
	text-decoration:none;
}
#footer a:active {
	color: #fefefe;
	text-decoration:none;
}
.cherryonefooter {
	width: 871px;
	margin-right: 41px;
	margin-left: 38px;
	padding-top:14px;
	text-align:center;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524F5B;
}
.cherryonefooter a:link {
	color: #524F5B;
	text-decoration:none;
}
.cherryonefooter a:visited {
	color: #524F5B;
	text-decoration:none;
}
.cherryonefooter a:hover {
	color: #524F5B;
	text-decoration:none;
}
.cherryonefooter a:active {
	color: #524F5B;
	text-decoration:none;
}
.emailform {
	background-image: url(files/design/images/contactbox-shadow.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding:7px 6px 6px 6px;
	font-family:Arial;
	font-size:12px;
	color:#AEAAC1;
	margin:4px;
	width:200px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: #343045;
	border-bottom-color: #343045;
	border-left-color: black;
}
.emailformtext {
	background-image: url(files/design/images/contactbox-shadow.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding:7px 6px 6px 6px;
	font-family:Arial;
	font-size:12px;
	color:#AEAAC1;
	margin:4px;
	overflow:auto;
	width:200px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: #343045;
	border-bottom-color: #343045;
	border-left-color: black;
}
.contactText {
	padding: 5px 0px 0px 5px;
	color: #AEAAC1;
	font-size:12px;
}
