﻿body 
{
	width:980px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:Black;	
}

a {cursor:pointer;}

.wrapper
{		
	height:618px;
	background-color:#e0e0d2;
	padding-top:50px;
}

.homePageMain
{
	text-align:center;
	margin:auto;
	height:542px;
	border-top:solid 13px #9C9B5A;
	border-bottom:solid 13px #9C9B5A;	
	position:relative;
}

.homePageMain .logo
{
	position:absolute;
	right:210px;
	width:130px; height:130px;
	cursor:pointer;
	z-index:5;
}

.homePageMain .logo img {border:none;}

.homePageMain img
{
	border-right:solid 13px #9C9B5A;
	border-left:solid 13px #9C9B5A;
}

.homePageMain .homeNav
{
	position:absolute;
	width:580px;	
	top:140px; left:200px;
	font-family:Viner Hand ITC;
	color:White;
	font-size:26px;
	font-weight:bold;
}

.homePageMain .homeNav a
{
	font-family:Viner Hand ITC;
	color:White;
	font-size:26px;
	font-weight:bold;
	width:100px;
	text-decoration:none;
}