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

body{
	margin:0px auto;
	background-color:#000;
	background-image:url(images/backgroundTiles.jpg);
}
h1{
	font-family:Arial, sans-serif;
	font-size:18px;
	letter-spacing:2px;
	padding-left:25px;
	color:#630;

}
h2{
	font-family:Arial, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	padding-left:25px;
	color:#630;

}
p{
	margin-top:0px;
	padding-top:0px;
	font-family:Arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	padding-left:30px;
	padding-right:25px;
	color:#630;
}
a:link {
	font-weight: bold;
	color: #985f00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #985f00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #B75024;
}
#wrapper{
	margin:0px;
	padding:0px;
	left:0px;
	right:0px;
	width:938px;
	height:622px;
}
#content{
	height:571px;
}
#navIntBottom {
	vertical-align: bottom;
}
#logoDiv {
	position:absolute;
	left:280px;
	top:30px;
	width:214px;
	height:92px;
	z-index:1;
}
.redType{
	color:#8f060d;
}
.oliveType{
	color:#95803d;
}
.greyType{
	color:#333;
}
.beigeType{
	color:#e3dbc7;
}
#scrollerContainer{
	padding-top:181px;
}
