body{
	margin-top: 20px;
	background-color: #000000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

/*-----------------------*/
/*----wrapper styles-----*/
/*-----------------------*/
#wrapper{
	width: 807px;
	height: auto;
	left: 50%;
	margin-left: -403px;
	text-align: left;
	position: absolute;
}

/*-----------------------*/
/*----content styles-----*/
/*-----------------------*/
#content{
	width: 807px;
	position: relative;
}

/*-----------------------*/
/*-columnContainer styles*/
/*-----------------------*/
#columnContainer{
	width: 807px;
	margin: 0px 0px 0px 0px;
}

/*-----------------------*/
/*----clearfix styles----*/
/*-----------------------*/
/*from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/*-----------------------*/
/*----leftPanel styles---*/
/*-----------------------*/
#leftPanel{
	width: 175px;
	height: 366px;
	margin: 125px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/left_panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#leftPanel ul{
	font-size: 13px;
	/*font-weight: bold;*/
}

#leftPanel ul li{
	margin: 7px 0px 0px 0px;
	list-style-image: url(../images/butterfly.png);
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html #leftPanel ul li{
	margin: 20px 0px 0px 0px;
	list-style-image: url(../images/butterfly.jpg);
}
/*---END IE----*/
/*-----------------------*/
/*--IE 6.0 & 7.0 styles--*/
/*-----------------------*/
/*This hack works with all browswers*/
/*http://www.webdevout.net/articles/css_hacks.php*/
html* #leftPanel ul li{
	margin: 20px 0px 0px 0px;
}
/*---END IE----*/

#leftPanel a{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#leftPanel a:link, #leftPanel a:visited{
	color: #000000;
	text-decoration: none;
}

#leftPanel a:hover, #leftPanel a:active{
	color: #000000;
	text-decoration: none;
}

/*-----------------------*/
/*---middlePanel styles--*/
/*-----------------------*/
#middlePanel{
	width: 549px;
	height: 366px;
	margin: 125px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	/*
	with two colums float: right;
	with three colums float: left;
	*/
}

#middlePanelTXT{
	width: 549px;
	height: 366px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html #middlePanelTXT{
	width: 525px;
}
/*---END IE----*/
h1{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #612E00;
}

h2{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 12px;
}

h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h4{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

h5{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

h6{
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #420800;
}

#middlePanel a{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;
}

#middlePanel a:link, #middlePanel a:visited{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;
}

#middlePanel a:hover, #middlePanel a:active{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;
}

#middlePanelTXT ul{
	margin: 0px 0px 15px 0px;
}

#middlePanelTXT ul li{
	margin: 0px 0px 0px 0px;
}

img{
	border: 1px solid #420800;
}

#noBorder{
	border: none;
}

/*image gallery*/
.gallery{
	width: 530px;
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html .gallery{
	width: 488px;
}
/*---END IE----*/

.item{
	width: 160px;
	height: 160px;
	float: left;
	margin: 10px 10px 50px 0px;
	padding: 0px 0px 0px 0px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html .item{
	width: 140px;
	height: 200px;
}
/*---END IE----*/

.item img{
	margin: 0px 0px 3px 0px;
	border: 1px solid #420800;
}

.caption{
	margin: 5px 0px 0px 0px;
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html #dividerIMG{
	display: none;
}
/*---END IE----*/

.inputFeild{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #040933;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}

.submitButton{
	margin-top: 10px;
	margin-left: 15px;
	color: #000000;
	background: #f3f3ef;
	border: 1px #223e59 outset;
}

/*-----------------------*/
/*---rightPanel styles---*/
/*-----------------------*/
#rightPanel{
	width: 83px;
	height: 366px;
	margin: 125px 0px 0px 0px;
	background-image: url(../images/right_panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

/*-----------------------*/
/*-----footer styles-----*/
/*-----------------------*/
#footer01{
	width: 807px;
	height: 52px;
	font-size: 9px;
	background-image: url(../images/footer01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	text-align: center;
}
/*-----------------------*/
/*IE 6.0 and below styles*/
/*-----------------------*/
* html #footer01{
	margin: -2px 0px 0px 0px;
}

#footer01 a{
	color: #420800;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

#footer01 a:link, #footer01 a:visited{
	color: #420800;
	text-decoration: underline;
}

#footer01 a:hover, #footer01 a:active{
	color: #420800;
	text-decoration: underline;
}

/*-----------------------*/
/*---footer02 styles---*/
/*-----------------------*/
#footer02{
	width: 807px;
	height: 53px;
	background-image: url(../images/footer02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*-----------------------*/
/*----header styles---*/
/*-----------------------*/
#header{
	width: 807px;
	height: 125px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	position: absolute;
}

#change_text{
	padding: 80px 0px 0px 185px;
}

#header a{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;/*underline*/
}

#header a:link, #header a:visited{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;
}

#header a:hover, #header a:active{
	color: #420800;
	font-weight: bold;
	text-decoration: underline;
}