html
	{
	height: 101%;
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #d6d6d6;
	height: 100%;
	}


body, td
	{
	font-family: Palatino Linotype, Book Antiqua, tahoma, sans-serif;
	font-size: 12px;
	color: #330000;
	}

div
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

img
	{
	border: 0;
	}
	


a:link, a:visited
	{
	text-decoration: none;
	color: #000020;		
	}

a:hover
	{
	text-decoration: none;
	color: #cb9833;	
	}

h1
	{
	margin: 0px 0 4px 0;
	color: #fbf6fc;
	font-size: 21px;
	}

#wrapper
	{
	width: 860px; 
	min-height:100%;	
	background-color: #000020;
	margin: -15px 0 0 0;
	padding: 20px;
	background-image: url('art/wrapperback.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	}


#logodiv
	{
	height: 175px;
	text-align: center;
	margin: 10px 20px 0px 20px;

	}

#toprightdiv
	{
	float: right;
	width: 495px;
	height: 150px;
	background-color: #fdfdfd;
	background-image: url('art/toprightback.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border: 2pt solid #cb9833;
	font-size: 17px;
	font-weight: bold;
	color: #fbf6fc;
	text-align: center;
	}




#menubuttondiv
	{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}



#menubuttondiv a:link, #menubuttondiv a:visited
	{
	text-decoration: none;
	color: #cb9833;	
	}

#menubuttondiv a:hover
	{
	text-decoration: none;
	color: #fbf6fc;		
	}




#maindiv,#indexdiv,#aboutdiv,#menudiv
	{
	min-height: 350px;
	height: auto;
	margin: 6px 20px 0px 20px;
	padding: 48px 20px 60px 15px;
	text-align: justify;
	background-color: #fdfdfd;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('art/mainback.jpg');	
	}

#indexdiv
	{
	min-height: 538px;
	height: auto;
	background-image: url('art/indexback.jpg');
	}

#aboutdiv
	{
	background-image: url('art/aboutback.jpg');
	}

#menudiv
	{
	background-image: url('art/menuback.jpg');
	padding-top: 180px;
	}

#menudiv h4
	{
	color: #330000;
	}

#indexfloatdiv
	{
	width: 260px;
	float: right;
	padding-top: 50px;
	}



#indexfloatdiv h1
	{
	font-size: 11pt;
	color: #f6fbfc;
	margin-bottom: 8px;
	}	


#offersbox
	{
	border: 2pt solid #727181;
	margin: 15px 12px 0 0;
	padding: 4px;
	font-size: 12px;	
	text-align: center;
	color: #000020;
	font-family: Verdana, sans-serif;
	}

#offersbox h1
	{
	font-size: 17px;
	text-align: center;
	color: #cb9833;
	background-color: #000020;
	}

#offersbox p
	{
	line-height: 15px;
	margin: 2px 0 0 0;
	}

#offersbox a:link, #offersbox a:visited
	{
	text-decoration: none;
	color: #cc0033;	
	}

#offersbox a:hover
	{
	text-decoration: none;
	color: #cc6633;		
	}	




.leftdiv
	{
	float: left; 
	width: 48%;
	height: 900px
	text-align: justify;
	}

.rightdiv
	{
	float: right; 
	text-align: justify;
	width: 48%;
	}

.leftpic
	{
	float: left;
	margin: 0 10px 0 0;
	}

.rightpic
	{
	float: right;
	margin: 0 0 0 10px;
	}


.indexpic
	{
	border: 2pt solid #cb9833;
	}


.footer
	{
	clear: both;
	margin-top: 10px;
	text-align: center;
	font-size: 7pt;
	line-height: 24px;
	color: #f6fbfc;
	}
	
.footer a:link, .footer a:visited
	{
	text-decoration: none;
	color: #cb9833;	
	}

.footer a:hover
	{
	text-decoration: none;
	color: #cb9833;		
	}	
	
