body {
    background: #663333 url('images/DesignImages/bg.jpg') no-repeat fixed left top;
    scrollbar-face-color: #663333;
    scrollbar-highlight-color: #996666;
    scrollbar-shadow-color: #663333;
    scrollbar-arrow-color: #996666;
    scrollbar-track-color: #996666;
    font-size: small;
    font-family: "Century Gothic";
    color: #FFCC99;
}
h1 {
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: normal;
	color: #FFCC99;
	text-decoration: none;
}
.small {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: none;
	color: #FFCC99;
	text-decoration: none;
}
.medium {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC99;
	text-decoration: none;
}
.big {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC99;
	text-decoration: none;
}

/*========= Menu Style============*/

.menu {
	font-family: Century Gothic;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFCC99;

}
.menu a{
	font-family: Century Gothic;
	font-size: 10px;
	color: #FFCC99;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover{
	font-family: Century Gothic;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

/*====== links ======= */
a{
	font-family: Century Gothic;
	font-size: 14px;
	color: #FFCC99;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
