html, body
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF3CA;
}

a:link, a:hover, a:visited, a:active
{
	border:none;
}

img
{
	border:none;
}


#side_menu
{
	width:40px;
	display:inline;
	float:right;
	position:absolute;
	right:0;
	top:-15px;
    list-style: none;
}

.side_item
{
	margin:-6px 0;
}

#main_body
{
	padding:0;
	margin:0;
	width:100%;
	min-height:100%;
	background: #FFF3CA top left repeat;
	position:relative;
}

#header
{
	background: url(images/header_bg.png) top left repeat-x;
	height: 130px;
	width:100%;
}

#head_nav
{
	margin:0;
	padding:0px;
	height:120px;
	vertical-align:middle;
	list-style:none;
	display:inline-block;
	position:absolute;
	top:30px;
	left:340px;
	vertical-align:top;
	
}

.nav_item
{
	display:inline;
}

#wrapper
{
	margin:0px 40px;
	padding-bottom:100px;
}


#footer
{
	width:100%;
	background: #000 url(images/footer_bg.png) top left repeat-x;
	position: absolute;
	bottom:0;
	color:#EBE4CF;
	min-height:60px;
	padding-top: 40px;
}

.inline_image
{
	float:right;
}

p.left
{
	display:inline-block;
	float:left;
}

p.right
{
	display:inline-block;
	float:right;
}


.email_form
{
	border:none;
}

.email_field
{
	border:none;
}

.email_text
{
	width:25%;
}

.email_area
{
	width:50%;
	height:500%;
}
