html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background-color: #342621;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top;
}
a {
  outline: none;
  color: white;
}

h1 {

font-weight: bold;


}

#container {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 100%;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
}
#navigation {
	height: 69px;
	width: 980px;
	text-align: right;
}
#blackBelt {
	height: 539px;
	background-color: black;
	text-align: center;
	vertical-align: top;
}
#logo {
	margin-top: 23px;
}

#contentBorder {
	width: 942px;
	height:	482px;
	border: 2px solid #999999;
	vertical-align: top;
	margin-left: 19px;
}
.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: white;
	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: white;
	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: #dedede;
	font-weight: bold;
	font-size: 14px;
}
.paginator a {
	text-decoration:none;
	font-weight: normal;
}
.paginator a:hover {
	text-decoration:none;
	font-weight: normal;
	color:red;
}
.polecam {
	clear:both;
	margin-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.polecam img {
	margin-left:10px;
	vertical-align: top;
}
h1 {
	font-size: 12px;
	text-align: center;
	color: gray;
}

