﻿body{
	padding:20px 0;
	background:url(body_back.jpg);
	font-family:Arial, Helvetica, sans-serif
}

.wrap{
	margin:0 auto;
	width:932px;	
}
.box{
	width:932px;
	background:url(content_back.jpg) repeat-y;
}
.header{
	width:932px;
	background:url(header_back.jpg) no-repeat top;
	height:104px;
	
}
.content{
	margin:0px 0 0 0;
	height:auto;
	min-height:487px;
	background:url(bottom_back.jpg) no-repeat top;
	padding:10px 0 10px 0;
}
.left{
	width:219px;
	float:left;	
	height:224px;
	background:url(left_back.jpg) no-repeat top right;
	text-align:right;
	padding:10px 0 0 0;
	margin:0px 0 0 0;
}
.left a{
	display:block;
	clear:both;
	padding:10px 30px 10px 0;
	font-size:24px;
	font-weight:lighter;
	color:#85987a;
	text-decoration:none;
}
.left a:hover{
	text-decoration:underline;
}
.right{
	float:right;
	width:663px;
	padding:0 30px 0 20px;
	color:#333;
	line-height:18px;
	font-size:12px;
	margin:0px 0 0 0;

}
.footer{
	width:100%;
	height:49px;
	clear:both;
	background:url(footer_back.jpg) no-repeat bottom;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding:0px 0 0 0;
	line-height:29px;
}


/* Global Styles */
h1{
	line-height:18px;
	padding:6px 0;
	margin:0;
	clear:both;
	color:#85987a;
	font-size:14px;
	font-weight:normal;
}
.separator{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:20px;
	clear:both;
}
.clear{
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}
.justify{
	text-align:justify;
}
.photoframe omg{
	border:1px solid #666;
	padding:1px;
}

