* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
}
body {
	background-color: #C1ACB7;
	font: normal 78%/140% Arial, Helvetica, sans-serif;
}
#outer_wrap {
	position: relative;
	margin: 33px auto;
	width: 1054px;
	background: transparent url(../images/background_lrg.png) no-repeat;
	padding-bottom: 21px;
}
#banner {
    position: relative;
	top: 52px;
	left: 12px;
    background: transparent url(../images/banner.png) no-repeat;
    width: 1042px;
    height: 109px;
    margin-bottom: 30px;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 8px;
	left: 43px;
	z-index: 100;
}
#inner_wrap {
	position: relative;
	left: 12px;
	top: 21px;
    width: 1042px;
	height: 100%;
	padding: 30px 0;
	background-color: #202020;
}
#content {
	position: relative;
	width: 942px;
	margin: 0 auto;
	color: #fff;
}
.column {
    position: relative;
    float: left;
    width: 33.3%;
    height: 100%;
}
.col_content {
    width: 252px;
    margin: 0 auto;
}
#content p,.col_content p {
    font-size: 1.1em;
    margin: 1em 0  1.2em;
    padding-right: 0.2em;
    color: #fff;
}

#bar {
	position: absolute;
	top: 0px;
	left: 1004px;
	width: 1px;
	height: 100%;
	background-color: transparent;
	border-left: 3px solid #FAF3AB;
	z-index: 100;
}
#cap {
	position: relative;
	top: 0;
	left: -3px;
	width: 3px;
	height: 8px;
    background: transparent url(../images/cap.png) no-repeat;
}
#gallery_more, #gallery_back {
    position: absolute;
    left: 870px;
    bottom: 49px;
}
#gallery_more ul, #gallery_back ul {
    list-style: none;
}
#gallery_more a, #gallery_back a, a.gallery_link {
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
    padding-right: 40px;
    background: url(../images/arrow.png) no-repeat right;
}
a.gallery_link {
    position: absolute;
    bottom: -44px;
    left: 820px;
    z-index: 100;
}
#gallery_back {
    left: 50px;
}
#gallery_back a {
    padding-right: 0;
    padding-left: 40px;
    background: url(../images/arrow_back.png) no-repeat left;
}
#mainnav {
	position: absolute;
	top: 24px;
	left: 760px;
	z-index: 100;
}
#othernav {
    left: 394px;
	top: -10px;
	margin-top: 10px;
}
.left_img {
    margin: 0 1em 1em 0;
}
.right_img {
    margin: 0 0 1em 1em;
}
a.gallery_link {
    display: inline-block;
    float: right;
    border-right: 5px transparent solid;
}

/* forms */
form {
    width: 460px;
    margin: 0 auto;
}
fieldset {
    padding: 6px;
}
label, input, textarea {
    display: block;
    width: 200px;
    margin-bottom: 4px;
}
label {
    float: left;
    text-align: right;
    margin-right: 4px;
}
/* /forms */

