body {
	scrollbar-arrow-color: #9C1821;
	scrollbar-base-color: #FFDD69;
	scrollbar-shadow-color: #9C1821;
	scrollbar-face-color: #FFDD69;
	scrollbar-highlight-color: #E8646D;
	scrollbar-dark-shadow-color: gray;
	scrollbar-3d-light-color: #9BAAC1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #311110;
	background-position: center center;
	color: #FFFFFF;
}
#main {
	background-color: #000000;
}
#main a {
	color: #0066FF;
	text-decoration: underline;
}

#main h1 {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FFDA47;
	text-align: center;
}


#header {
	background-color: #9B1C26;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.lifestyle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFDA47;
}


#wrapper {
	width: 850px;
	border: medium solid #9B1C26;
	text-align: center;
}
#content {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
#menu {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/menuBg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #9B1C26;
	padding-bottom: 5px;
}
#menu a {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu:hover {
	background-image: url(images/menuBg-over.jpg);
	background-repeat: repeat-x;
}
#menu a:hover {
	text-decoration: none;

}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}
#footer a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
#footer a:hover {
	background-color: #000000;
}
