body {
	margin:0px auto 0px auto;
	background:#642165;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#000;
	line-height:18px;
	background-attachment:fixed;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#main {
	width:900px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:#FFF;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#header {
	width:880px;
	height:135px;
	margin:10px 10px 10px 10px;
	float:left;
	background:#999;
	}
	
#holder {
	float:left;
	width:880px;
	margin:0px 10px 0px 10px;
	background-color:#FFF;
	}

#menu {
	float:left;
	width:190px;
	padding:0px 0px 0px 0px;
	}
	
#content {
	float:right;
	width:670px;
	min-height:420px;
	padding:0px 0px 0px 15px;
	border-left:1px #642165 dotted;
	background-color:#FFF;
	}

#footer {
	width:880px;
	border-top:3px solid #642165;
	margin:10px 10px 10px 10px;
	float:left;
	background:#FFF;
	padding-top:7px;
	font-size:11px;
	color:#999;
	}
	
#footer a {
	color:#999;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#999;
	text-decoration:underline;
	}

h1{
	font-size:21px;
	letter-spacing:-1px;
	color:#000;
	font-weight: bold;
}


h2{
	font-size:18px;
	letter-spacing:-1px;
	color:#642165;
}

h3{
	font-size:16px;
	color:#642165;
}


a{
color:#642165;
text-decoration:none;
}

a:hover{
color:#642165;
text-decoration:underline;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
   font-size:15px;
   font-weight:bold;
   letter-spacing:0px;
}
#navigation a {
   background: #bcbdc0;
   color: #642165;
   display: block;
   width: 173px;
   text-decoration:none;
   padding: 5px 0px 5px 10px;
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
#navigation a:hover {
   background: #642165;
   color: #FFF;
   text-decoration: none;
}

#navigation2 {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation2 li {
   margin-bottom: 2px;
   font-size:15px;
   font-weight:bold;
   letter-spacing:0px;
}
#navigation2 a {
   background: #ffb718;
   color: #000;
   display: block;
   width: 175px;
   border-left: 5px solid #000;
   text-decoration:none;
   padding: 5px 0px 5px 12px;

}
#navigation2 a:hover {
   background: #FC0;
   color: #000;
   text-decoration: none;
   border-left: 5px solid #ac1f2d;
}

#locations {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#locations li {
   margin-bottom: 0px;
   font-size:12px;
   font-weight:bold;
   letter-spacing:0px;
}
#locations a {
   background:#f1f1f1;
   color: #000;
   display: block;
   width: 180px;
   text-decoration:none;
   padding: 1px 0px 1px 5px;
   border-bottom:2px solid #FC0;

}
#locations a:hover {
   background: #FC0;
   color: #333;
   text-decoration: none;
}

.small_text {
	font-size: 10px;
	color:#666;
}

.price {
	font-size: 15px;
	color:#000;
}
.red {
	color: #C00;
}
