* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}
body {
	background: #000000;
	font: 0.625em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.clearer {
	clear: both;
}
#wrapper {
	margin-left: auto;
	background: url(../images/wrapper_bg.jpg) repeat-y;
	margin-right: auto;
	width: 950px;
	text-align: left;
}
#paneltop {
	background: url(../images/paneltop2.jpg) no-repeat;
	height: 226px;
}
#panelmiddle {
	background: url(../images/panelmiddle.jpg) no-repeat;
	padding-top: 10px;
}
#panelbottom {
	background: url(../images/panelbottom.jpg) no-repeat;
	height: 30px;
	color: #666666;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
}
#contact_info {
	height: 175px;
	color: #FF3549;
	font-weight: bold;
	margin-left: 650px;
	padding-top: 25px;
	font-size: 1.3em;
	line-height: 1.3em;
}
#strapline {
	margin-left: 30px;
	text-align: center;
}
#content {
	float: left;
	width: 450px;
	font-size: 1.4em;
}
#content p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
	padding-left: 20px;
}
#content a:link, #content a:visited {
	color: #BE2F37;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #FF0018;
	text-decoration: underline;
} 
#photo_panel {
	float: left;
	width: 200px;
	border: 1px solid #666666;
	margin-left: 20px;
	padding: 5px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
	display: block;
	border-top: 1px solid #666666;
	padding-top: 10px;
}
h3 {
	color: #993300;
	font-size: 1em;
	font-style: italic;
	margin: 6px 15px;
	text-align: center;
}
.floatright {
	float: right;
	margin-left: 20px;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
/*navigation styling here*/
#navigation {
	height: 450px;
	width: 150px;
	font-size: 1.8em;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin-bottom: 30px;
}
#navigation a {
	text-decoration: none;
	color: #BE2F37;
	display: block;
	margin-bottom: 10px;
	width: auto;
	padding: 2px;
	border: 1px solid #666666;
}
#navigation a:hover, #navigation a:focus {
	color: #000000;
	border: 1px solid #BE2F37;
}
/*special style to identify the current page*/
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #666666;
	border-color: #666666;
}
/*email form styles*/
form {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
}
#name, #email , #username{
	width: 200px;
}
#message {
	width: 400px;
	height: 150px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}
/*Emenet Credit styling here*/
#credit {
	background-color: #000000;
	height: 25px;
	padding-right: 50px;
	padding-left: 50px;
	color: #666666;
	text-align: right;
}
#credit a:link, #credit a:visited {
	color: #666666;
	text-decoration: none;
}
#credit a:hover, #credit a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#surcharge {
	font-size: .8em;
	color: #990000;
	background: #AAAAAA;
	margin-bottom: 15px;
}
#surcharge td {
	border: 1px dotted #000000;
	padding: 2px;
}
#surcharge_amt {
	background: #AAAAAA;
	padding: 5px;
	border: 1px dotted #000000;
	color: #990000;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}
