*{margin:0; padding:0;}
body{
	background:#010100;
	font-family:Tahoma;
	font-size:12px;
}
ul{
	list-style:none;
}
ul li{
	display:block;
	float:left;
}
.float-trick{
	margin:0 auto;
	width:1200px;
}
.main-holder{
	float:left;
	width:1030px;
	height:1000px;
	padding:0 85px;
	background:#010100 url(../Images/body-bg2.jpg) no-repeat 0 0;
}
.main-menu{
	float:left;
	display:inline;
	width:1023px;
	height:70px;
	margin:50px 0 0 -34px;
}
.main-menu li{
	padding:0 15px;
	margin-top:20px;
}
.main-menu li a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	padding:5px 10px;
	letter-spacing:4px;
}
.main-menu li a:hover,
.main-menu .here a{
	background-color:#8d0118;
}
.home a,
.home a:hover{
	display:block;
	background: url(../Images/home.gif) no-repeat;
	width:126px;
	height:38px;
	text-indent:-3300px;
	padding:0 !important;
}
.content-holder{
	float:left;
	display:inline;
	width:695px;
	height:412px;
	margin:45px 0 0 307px;
}
.content-holder .text-holder{
	float:left;
	width:345px;
}
.content-holder h1{
	display:block;
	float:left;
	width:284px;
	height:71px;
	background:url(../Images/h1.gif) no-repeat;
	text-indent:-3300px;
	margin-left:0px;
	margin-bottom:10px;
}
.content-holder .content{
	float:left;
	display:inline;
	clear:left;
	width:310px;
	height:310px;
	overflow:auto;
	margin:20px 0 0 20px;
	padding-right:15px;
}
.content p{
	margin-bottom:10px;
}
.picture-frame{
	position:relative;
	display:inline;
	/*background:url(../Images/picture-frame.jpg) no-repeat 0 100%;*/
	float:right;
	width:336px;
	height:412px;
	overflow:hidden;
	margin-left:14px;
	padding-top:45px;
}
.frame-top{
	position:absolute;
	top:35px;
	left:0;
}
.footer{
	float:left;
	width:1010px;
	height:20px;
	margin-top:35px;
	color:#7182b5;
}
.footer a{
	float:left;
	display:block;
	color:#7182b5;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.copy{
	display:block;
	float:left;
	font-size:10px;
}
.footer ul{
	display:block;
	float:right;
	width:210px;
	height:20px;
	text-align:right;
}
.footer ul li{
	float:left;
	display:block;
	padding:0 10px;
	background:url(../Images/footer-ul-divider.gif) no-repeat 100% 3px;
}
.footer ul .last{
	background:none;
}























