* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font: 12px/1.5 Arial, Helvetica, Tahoma, sans-serif;
	color: #67533d;
	text-align: center;
	min-width: 750px;
	background: #882b2f url(../images/grad-bg.jpg) repeat-x top left;
}

a { 
	font-weight: bold;
	color: #7b272b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#gallery_wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	
}

#header-tl {
	width: 564px;
	height: 125px;
	background: #fff url(../images/header-tl.jpg) no-repeat top left;
	float: left;
}

#header-tr {
	width: 186px;
	height: 239px;
	background: #fff url(../images/header-tr.jpg) no-repeat top right;
	float: right;
}

#header-tr-fl {
	width: 186px;
	height: 156px;
	background: #fff url(../images/header-tr-fl.jpg) no-repeat top right;
	float: right;
}

#footer {
	width: 750px;
	height:	31px;
	margin: 0 auto;
	background: url(../images/footer.gif) no-repeat top left;
	clear: both;
}

#footerText {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#bottomLinks {
	padding-bottom: 8px;
	font-size: 10px;
	text-align: center;
	clear: both;
	
}

#bottomLinks span {
	padding: 0 5px 0 5px;
}


#bottomLinks a {
	text-decoration: none;
	color: #67533d;
}

#bottomLinks a:hover {
	text-decoration: underline;
}

ul#navmenu {
	width: 564px;
	height: 31px;
	list-style: none;
	background: #fff url(../images/nav-bar.jpg) no-repeat top left;
	float: left;
}

ul#navmenu li {
	float: left;
}


ul#navmenu a {
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: block;
	padding: 0 11px;
	line-height: 31px;
	height: 31px;
	color: #fff;
	background: url(../images/divider.gif) no-repeat top left;
}

ul#navmenu .first a {
	background: none;
}

ul#navmenu .active {
	border-bottom: solid 2px #7b272b;
}

ul#navmenu a:hover {
	color: #7b272b;
}


#mainContent {
	width: 540px;
	min-height: 100px;
	padding: 17px 0 17px 17px;
	background-color: #fff;
	float: left;
}

#rCol {
	width: 169px;
	padding: 17px 17px 17px 0;
	background-color: #fff;
	float: right;
	
}

#rPanel {
	width: 173px;
	background: #eee8de url(../images/rPanelBottomS.jpg) no-repeat bottom left;
}

#rPanel img {
	padding: 0 2px 0 2px;
	margin: 0;
}

#rPanel .panel {
	padding: 18px 8px 0px 8px;
}

#rPanel #top {
	background: #eee8de url(../images/rPanelTop.gif) no-repeat top left;
}

#rPanel #bottom {
	padding-bottom: 35px;
}

.repLinks {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	width: 500px;
	color: #fff;
	border-top: solid 1px;
}

.repLinks a {
	font-weight: bold;
	color: #ecaa4d;
	text-decoration: none;
}

.repLinks a:hover {
	color: #ecaa4d;
	text-decoration: underline;
}



#flashcontent {

	z-index: 0;
}

