
#main {
background-image: url(images/homebodybkg.jpg);
background-repeat: repeat-x;
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 */
font-family: Arial, sans-serif;
color: #4f3229;
/*
border: 1px solid red;
*/
}

.homebodyclass {
	background-image: url(images/homebodybkg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	color: #4f3229;
}

#outercontainer {
background-image: url(images/home_banner_no_registerbtn.png);
background-repeat: no-repeat;
width: 1072px;
margin: 0 auto;
padding: 0;
position: relative;
text-align:left;

/*
border: 1px solid blue;
*/
}

#outercontainer img { border:0; }


#header {
	margin:0;
	padding:0;
	height:100%;	
	text-transform: uppercase;
	overflow: auto;
	position: relative;	
	/*
border: 1px solid green;
*/
}

.homeregisterbtn {
	position: absolute;
	top: 356px;
	right: 15px;
	border: 0;
	z-index: 100;
}

/*
#submenu {
	margin: 388px 0px 0px 180px;
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 20px;
	font-weight: bold;	
}

#submenu li
{
display: inline;
list-style-type: none;
padding-right: 55px;
}

#submenu a {
	text-decoration: none;
	color: #000000;
}
*/

.homebanner {
	position: absolute;
	top: 180px;
	left: 0px;
}

#header h1 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 24px;
	color: #f5e7b2;
	font-weight: bold;
	margin:0;
	padding:0;
	display:block;	
}

#header h2 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 18px;
	margin: 30px 30px 0px 0px;
	
}

.titlegroup {
	float:left;
	width: 440px;
	padding: 86px 0px 0px 50px;
}

#header ul {
	margin: 50px 0px 0px 195px;
	padding: 0;
}

#header img {
	margin: 58px 0px 0px 0px;
	/*border: 7px solid white;*/
}

#homeprintshare {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
}

#homeleft ul {
	/*
list-style-type: none;
*/
	padding: 0;
	margin: 0;
	font-size: 15px;
}

#homeleft li {
	/*
background-repeat: no-repeat;
	background-position: 0 .4em;
*/
	padding-left: .6em;
	margin: 0px 0px 5px 0px;
}

#homeleft li a {
	text-decoration: none;
	color: #4f3229;
}


#homeleft {
	width: 200px; float:left; border-right: 1px solid #b5aca7;
	margin-right:35px;
	padding: 0;
}


#homeright {
	width: 670px; float:left;
	position:relative;
}

#homeinner {
	float:left; 
	width:300px;
}

#homecontent {
	/*clear:both;*/
	font-family: Arial, sans-serif;
	font-size:15px;
	text-transform:none;
	font-weight:normal;
}

/*jquery photo slideshow */
#photoShow {
	position: relative;
	height: 75px;
	width: 150px;
	margin:0;	
}

#photoShow div {
	position: absolute;
	z-index: 1001;
}

#photoShow div.previous {
	z-index: 1002;
}
#photoShow div.current {
	z-index: 1003;
}

.hometext {
	padding-top: 130px;
}

#homebottomimages {
	clear: both;
	margin:0;
	padding:0;
	text-align: center;
}

#homebottomimages img {
	float: left;
	margin-right: 10px;
	/*border: 1px solid white;*/
}


