﻿body 
{
	text-align:justify;
	margin:0 auto;
	padding:0 auto;
	background:url(../images/bg.png) repeat-x;
	background-color:#665b50;
	height:100%;
	font-family: Arial;
	color:#4D4D4D;
	font-size:14px;
	
}
p
{
    font-size:14px;
}
#homepage
{
	width: 1024px;
	height:100%;
	display: table;
	text-align:center;
	margin: 0px auto;
	padding:0px auto;
	z-index:1;
}

#banner
{
	background:url(../images/banner.jpg);
	width: 1024px;
	height: 528px;
	margin:none;
	padding:none;
}
#banner1
{
	background:url(../images/banner1.png);
	width: 1024px;
	height: 528px;
	margin:none;
	padding:none;
}

	#nav a:link {color:#c69c6d; text-decoration: none; font-family: Sans-Serif; font-size:18px;}
	#nav a:visited {color:  #c69c6d; text-decoration: none; font-size:18px;}
	#nav a:hover {text-decoration: none; color: #c1b9a5; font-weight:none;font-size:18px;}
	#nav a:active {color: none; text-decoration: none; font-size:18px;}
	
	
.clear{clear:both}

