html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background-color: #e08220;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	color: #e08220;
}
a {
  outline: none;
  color: #e08220;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 100%;
}
#navigation {
	height: 69px;
	width: 980px;
	text-align: right;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.navLast {
	margin-right: 35px;
}
#blackBelt {
	background-color: black;
	text-align: center;
	vertical-align: top;
}
#logo {
	margin-top: 18px;
	text-align: center;
	background-image:url(../images/logo_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

#contentBorder {
	width: 942px;
	height:	482px;
	border: 2px solid #999999;
	vertical-align: top;
	margin-left: 19px;
	margin-top: 37px;
}
.homeImage {
	margin:5px 40px 15px 40px;
	border:0;
}
.homeLogo {
	margin: 95px 0 20px 0;
}
.title1 {
	width: 208px;
	height: 390px;
	float: left;
	margin: 35px 0px 0px 27px;
}
.title2 {
	width: 230px;
	height: 390px;
	float: left;
	margin: 35px 0px 0px 27px;
}
.text1 {
	width: 620px;
	margin-top: 70px;
	margin-left: 30px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffb858;
	text-align: left;
}
.text2 {
	width: 620px;
	margin-top: 70px;
	margin-left: 30px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffb858;
	text-align: left;
}
.galleryGrid {
	width: 650px;
	float: left;
	margin-top: 35px;
}
.galleryGrid img {
	float: left;
	margin: 22px 0px 0px 22px;
	border: 0px;
}
.paginator {
	clear: both;
	text-align: right;
	margin-right:60px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffb858;
	font-weight: bold;
	font-size: 14px;
}
.paginator a {
	text-decoration:none;
	font-weight: normal;
}
.paginator a:hover {
	text-decoration:underline;
		font-weight: normal;
}
