font, div, td, form {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #39221e;
	background-image: url(images/bg_main.jpg);
	color: #5b3c1e;
}

a:link { text-decoration: none; color: #B8790A; font-weight : bold;}
a:visited { text-decoration: none; color: #919191; font-weight : bold;}
a:active, a:hover { text-decoration: none; color: #EFC011; font-weight : bold;}

.sidebar {
	background: url(images/bg_sidebar.gif) no-repeat top;

}

#header {
	background: url(images/header_bg.jpg) repeat-x;
}

#contentBox {
	background: url(images/bg_orchid.gif) no-repeat top center;
}

.contentText {
	padding: 0 250px 0 20px;
	color: #5b3c1e;
	font-size: .85em;
	line-height: 175%;
}

.contentText p {
	margin-top: 0;
	padding-top: 10px;
}

#footer {
	font-size: 10px;
}