@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center; /* for IE */
	margin: 0px;
	line-height: 1.5em;
	background-color: #996600;
	color: #FFF;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #622100;
}
a {
	color: #600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 940px;
	background-color: #CC9933;
	padding: 30px;
	background-image: url(media/con1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 986px;
	height: 419px;
	border: 7px solid #622100;
	background-image: url(media/cabinheader.jpg);
}

#footer {
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
	width: 1000px;
	height: 50px;
	background-color: #996600;
	padding-top: 30px;
}

div.clear {
clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
		margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	font: 14px Arial;
	letter-spacing: 0.05em;
	width: 1000px; /*leave this value as is in most cases*/
	overflow: hidden;
	background-color: #CC9933;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #CCC; /*text color*/
padding: 20px 7px;
text-decoration: none;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 20px; /*shift text down 1px for selected and active item*/
	padding-bottom: 18px;
	background-color: #CC9933;
	background-image: url(media/gradient1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 20px; /*shift text down 1px for selected and active item*/
	padding-bottom: 18px;
	background-color: #CC9933;
	background-image: url(media/gradient1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

a#here {
	color: white !important; /*text color of selected and active item*/
	padding-top: 20px; /*shift text down 1px for selected and active item*/
	padding-bottom: 18px;
	background-color: #CC9933;
	background-image: url(media/gradient1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
} 

.picborderleft {
	padding: 6px;
	border: 2px solid #630;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.picborderright {
	padding: 6px;
	border: 2px solid #630;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.big {
	font-weight: 50px;
	font-size: 24px;
}

.menu1{
		margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	font: 12px Arial;
	letter-spacing: 0.05em;
	width: 1000px; /*leave this value as is in most cases*/
	overflow: hidden;
	background-color: #CC9933;
}

.menu1 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
}

.menu1 ul li{
display: inline;
}

.menu1 ul li a{
float: left;
color: #CCC; /*text color*/
padding: 20px 7px;
text-decoration: none;
}

.menu1 ul li a:hover, .menu1 ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 20px; /*shift text down 1px for selected and active item*/
	padding-bottom: 18px;
	background-color: #CC9933;
	background-image: url(media/gradient1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}