html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}

html {
	font:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}



#mainwrapper{
position: relative;
margin: 0 auto;
width:800px;
padding-top: 20px;
}

#wrapper{
background:none;
float:left;
width:800px;
}

#header{
float:left;
width:800px;
/* Space before the header image*/
padding-left: 100px;
padding-bottom:28px;

}

#navigation{
float:right;
width:800px;
border-top-color:#70695b;
border-top-width:1px;
border-top-style:solid;
}

#content{
float:left;
margin: auto 0 15px 15px 0;
width:800px;
padding-top: 20px;
padding-left:20px;
}

#content_main{
width: 500px;
float:left;
line-height: 19px;
}


/* LEFT COLUMN */
#content_others{
float:left;
padding-left: 28px;
width:272px;
}


.content_divider{
width: 591px;
height:10px;
float:left;
border-top: solid 1px #1f1d18;

}

.content_entry{
float:left;
padding-left: 20px;
padding-top: 62px;
text-align:left;
}

p{
padding-bottom:16px;
float:left;
}

h1{
font-size:42px;
color: #b4afa6;
font-weight:normal;
padding:0px;
margin:0px;
padding-bottom:7px;
line-height: 40px;

}

h2{
font-size:11px;
color: #4a626e;
font-weight:normal;
margin:0px;
padding:0px;
float:left;
}


.link{
float:right;
padding-left:4px;
}



img{
border:none;}

.others_header{
font-size:14px;
text-transform:uppercase;
padding-bottom:4px;
float:left;
}

.links{
border-bottom: solid 1px #39352e;
padding-bottom: 0px;
float:left;
padding-top:13px;
font-size: 10px;
line-height: 16px;
color: #70695b;
padding-right:33px;
width:239px;

}

.links a{
color: #70695b;
text-decoration:none;
}



.footer {
	margin:auto; /*Center container on page*/
	width: 700px;
	font-size:8pt;
	background: transparent;
	color: #f5f5dc;
	font-weight: lighter;
	text-align:center;
	padding-bottom: 40px;
	border-top: 4 #a9a9a9;
}