@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1D7CBD;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 0;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#main_nav {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 4px;
	background-image: url(images/nav_bg.jpg);
	height: 53px;
	background-repeat: no-repeat;
}
#main_nav p {
	color: #FFFF33;
	line-height: 1em;
	padding: 0px;
	font-size: 18px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_nav  a:link {
	color: #FFFF33;
	text-decoration: none;
}
#main_nav a:visited {
	color: #FFFF33;
	text-decoration: none;
}
#main_nav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1em;
	font-size: 16px;
}
#order {
	float: right;
	text-align: center;
	background-color: #D2D2BA;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: medium double #228262;
}
#gallery {
	text-align: center;
}
#links {
	float: right;
	width: 350px;
	margin-left: 15px;
	padding: 5px;
	border: medium solid #59A1D7;
	background-color: #EEF2EA;
	clear: right;
	margin-top: 10px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #228262;
}
h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0268CC;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 7px;
}
a:link {
	color: #228262;
}
a:visited {
	color: #228262;
}
a:hover {
	color: #34AAFE;
}
.bold {
	font-weight: bold;
}
.boldblue {
	font-weight: bold;
	color: #0268CC;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.leftcol {
	width: 49%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #152F6E;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcol {
	width: 48%;
	float: right;
	margin: 0px;
	padding: 0px;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
