* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
}
body {
	background-color: #C1ACB7;
	font: normal 78%/140% Verdana, Arial, Helvetica, sans-serif;
}
#outer_wrap {
	position: relative;
	margin: 33px auto;
	width: 1040px;
}
#banner {
    position: relative;
    background: transparent url(../images/banner2.png) no-repeat;
    width: 1040px;
    height: 204px;
}
#logo {
	position: absolute;
	top: 43px;
	left: 43px;
}
#inner_wrap {
	width: 100%;
	height: 100%;
	background: #202020 url(../images/faux.png) repeat-y;
	padding-bottom: 20px;
}
#container_main {
	position: relative;
	float: left;
	width: 719px;
}
#content, #side {
	margin-top: 17px;
}
#content {
   position: relative;
   float: left;
   margin-left: 350px;
   width: 330px;
   height: 100%;
   padding: 4px 40px 10px 0;
   color: #fff;
}
#content p {
	font-size: 1.1em;
	margin-bottom: 1.2em;
}
#side {
	float: left;
	width: 350px;
	margin-left: -720px;
}
#side img {
	display: block;
	margin: 0 auto;
}
#side #buttons {
	width: 251px;
	margin: 30px auto 0;
}
#side #buttons img {
	margin-top: 10px;
    border: none;
}

#container_side {
	float: right;
	width: 321px;
}
#sidebar {
	float: left;
	margin-top: 0;
	width: 280px;
	height: 100%;
	color: #fff;
}
#sidebar h2 {
	font-size: 1.25em;
	color: #FAF3AB;
	text-align: center;
	margin: 17px 0 9px;
}
#sidebar h3 {
	font-size: 1em;
	margin-bottom: 1em;
	text-align: center;
}
#sidebar img.portrait {
    display: block;
    margin: 0 auto 1em;
    border-top: 2px solid #E42A0B;
}
#side_content {
	position: relative;
	width: 210px;
	margin: 0 auto;
}
#side_content p {
	display: inline;
	margin: 0;
	font-size: 1em;
	font-style: italic;
	line-height: 150%;
}
#sidebar img.left_qoute {
    position: absolute;
    left: -12px;
}
#sidebar img.right_qoute {
    position: relative;
	top: -4px;
	left: 4px;
}
#bar {
	position: absolute;
	top: 0px;
	left: 999px;
	width: 1px;
	height: 100%;
	background-color: transparent;
	border-left: 3px solid #FAF3AB;
}
#cap {
	position: relative;
	top: 0;
	left: -3px;
	width: 3px;
	height: 8px;
    background: transparent url(../images/cap.png) no-repeat;
}
