/* CSS Document */

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.style2 {color:#FF0066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.style12 {font-family: Arial, Helvetica, sans-serif; color: #FF0066; font-size: 13px; }
.style13 {font-family: Arial, Helvetica, sans-serif; color:#996633; font-size: 13px; }
.style14 {font-size: 13px; color: #FF0066; font-family: Arial, Helvetica, sans-serif;}
.style15 {font-size: 15px; color: #FF0066; font-family: Arial, Helvetica, sans-serif;}
.style16 {color: #333333}
.style17 {color: #FF0066}
.style18 {font-family: Arial, Helvetica, sans-serif; color:#FF0066; font-size: 13px; }

div#container{
	width:800px;
	background-image:url(bg.gif);
	background-repeat:repeat-y;
	display:block;
	}
	
div#container p{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:1.5;
	padding-right:5px;
	}

h1{
	color:#FF0066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	}
	
div#header{
	background-image:url(header.gif);
	height:200px;
	line-height:200px;
	}
	
div#main{
	float:right;
	width:690px;
	}
	
div#main_content{
	float:left;
	width:410px;
	border-top-color:#996633;
	border-top-style:dotted;
	border-top-width:2px;
	padding-top:10px;
	}
	
div#main_content a{
	color:#663300;
	text-decoration:none;
	border-bottom: #663300 1px solid;
	font-style:italic;
}

div#main_content a:hover{
	color:#FF0066;
	border-bottom-color:#FF0066;
	font-weight:bold;
	}
	
div#menu{
	background-image:url(menu.gif);
	float:right;
	width:250px;
	height:300px;
	margin-left:10px;
	margin-bottom:40px;
	}
	
div#menu ul{
	text-align:right;
	padding-right:60px;
	margin-top:40px;
	}
	
div#menu li{
	text-decoration:none;
	line-height:2.5;
	list-style-type:none;
	color:#FF0066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-left:20px;
	}
	
div#menu li a{
	text-decoration:none;
	line-height:2.5;
	list-style-type:none;
	color:#FF0066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
div#menu li a:hover{
	line-height:2.5;
	list-style-type:none;
	color:#666666;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
div#adverts{
	background-color:none;
	width:627px;
	float:right;
	padding-right:60px;
	}	
	
div#adverts p{line-height:1.5;}
	
div#img_wrapper{
	background-image:url(shadow.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-right:40px;
	margin-bottom:20px;
	float:right;
	clear:right;
	position:relative;
	}
	
div#img_wrapper img{
	background-color:#FFFFFF;
	padding:8px;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;	
	margin-top:-5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:-5px;
	position:relative;
	display:block;
	}

div#footer{
	background-image:url(footer.gif);
	width:800px;
	height:50px;
	line-height:50px;
	display:table;
	}
	
div#footer p{
	color:#FF0066;
	text-align:center;
	}

div#footer p a{
	color:#FF0066;
	text-align:center;
	}
	
div#sitemap{
	background-color:#FFFFFF;
	}
	
div#line{
	background-color:none;
	width:585px;
	float:right;
	padding-right:60px;
	margin-right:45px;
	margin-bottom:10px;
	border-top-color:#996633;	
	border-top-style:dotted; 
	border-top-width:2px;
	}
	
div#appetizers{
	background-color:none;
	width:667px;
	float:right;
	padding-right:20px;
	}
	
div#appetizers img{
	width:180px;
	padding:8px;
	}
	
div#appetizers a{
	margin-right:20px; 
	border:1px solid #CCC; 
	background-color:#FFFFFF;
	display:inline-table;
	}
	
div#appetizers a:hover{
	margin-right:20px; 
	border:1px solid #FF6699; 
	background-color:#FFE8FF;
	}
	
	
div#appetizers p{line-height:1.5;}

.pinklink{
	color:#FF0066;
	font-style:italic;
	}
	
.pinklink a{
	text-decoration:none;
	}
	
.pinklink a:hover{
	border-bottom-color:#FF0066;
	border-bottom-width:1px;
	}
