﻿/******** Start Default ************/
* {
	padding:0px;
	margin:0px;
}
body{
	font-family:Tahoma;
	font-size:12px;
	background-repeat:repeat;
	background-image:url('bg.jpg');
	line-height:18px;
}
a {
	text-decoration:none;
	color:#595858;
}
a:hover {
	text-decoration:none;
	color:#eec43d;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
/******** End Default ************/



/******** Start Site & Body ************/
.Site_Layout {
	width:100%;
	height:123px;
	position:relative;
	top:230px;
	background-image:url('site_bg.png');
	background-repeat:repeat-x;
}
.Body_Layout {
	position:relative;
	top:-110px;
	margin:0 auto;
	width:509px;
	height:220px;
	color:#000;
	font-family:"Myriad Pro";
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
}
.logo {
	position:relative;
	top:-118px;
	margin:0 auto;
	width:509px;
	height:261px;
	background-image:url('logo.png');
}
/******** End Site & Body ************/