/* CSS Document */

body {background-color: #22267d;}

#wrapper {
	width: 800px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/wrapperbg.jpg');
	background-repeat: repeat-y;
	border-left: solid;
	border-left-color: #000;
	border-left-width: 1px;
	border-right: solid;
	border-right-color: #000;
	border-right-width: 1px;
}
#header { 
	background-image: url('images/header.jpg');
	width: 800px;
	height: 116px;
}
#leftcol {
	float: left;
	width: 166px;
	z-index: 5;
	background-color: #DBC59A;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 18px;
}
	#leftcol ul {
		list-style-type: none;
		width: 166px;
		padding: 0px;
		margin: 0px;
	}
		#leftcol ul li {
			border-bottom: 3px;
			border-bottom: solid;
			border-bottom-color: #FFFFFF;
		}
			#leftcol ul li a:link, #leftcol ul li a:visited {
				text-decoration: none;
				color: #000066;
			}
			#leftcol ul li a:hover, #leftcol ul li a:active {
				text-decoration: underline;
				color: #000066;
			}			
	#creditcard {
		background-color: #FFFFFF;
		width: 148px;
		font-size: 14px;
		border: none;
		margin-bottom: 10px;
	}

#rightcol { 
            float: right;
			width: 634px;
			height: 535px;
			text-align: left;
			}
#rightcol p { 
            margin-left: 10px;
			margin-right: 10px;
			text-align: left;
			}
			
#rightcol h1, #rightcol h2,	#rightcol h3 {text-align:center; font-family: Arial, Helvetica, sans-serif;}

#rightcol h1 {font-size:18px; margin-top:20px;}
#rightcol h2 {font-size:15px;}
#rightcol h3 {font-size:14px;}
		
p.backbtn {
    text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	margin:10px;
	padding:10px;
	width:200px;}		
		
p.backbtn a:link, p.backbtn a:visited{	
	background-color:#dbc49a;
	text-decoaration: underline;
	color:#4d302c;
	padding:10px;
	}
p.backbtn a:hover, p.backbtn a:active{
	background-color: #996633;
	text-decoaration: none;
	color:#fff;	}	
		
#selectlocation{
	width: 800px;
	height: 25px;
	background-color:#EB0027;
	color: #000;
	font-variant: small-caps;
}
	.locationspacing{
		float: left;
		margin: 0px 23px;
	}
	.locationspacing a:link, .locationspacing a:visited{
		float: left;
		color:#000066;
		text-decoration: none;
	}
	.locationspacing a:hover, .locationspacing a:active{
		float: left;
		color: #000066;
		text-decoration: underline;
	}	