@charset "utf-8";
/* CSS Document */

#wrap { 
	width: 900px; 
	margin: 0 auto; 
}

#menu {
	width: 100%; 
	max-width: 900px; 
	margin: 20px 0; 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #666;}

#menu ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;}
  
#menu li {
  width: 33.33%;
  float: left; }
 
#menu a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 8px 0;
	display: block;
	color:#FFF;
	width: 100%;
	text-decoration: none;
	background: #666;
}

#menu a:link, /*a:visited*/ {
display: block;
    width: 215px;
    font-weight: bold;
    color: #FFF;
    background-color: #999;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li.current a {
	background:#999
}
#menu a:hover {
	color:#FFF;
	text-decoration: none;
	background: #999;}
	
.container
{
	width:500px;
	height:150px;
	padding:20px;
	margin:20px;
	border:0px;
	background-color:#F9F9F9;
}

.h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

.h3 {
	font-size: 13px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	color:#666;
	line-height: inherit;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
	color:#F00;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-decoration:none;
	color:#5A5A5A;
}
 
.footer_container
{
	width:890px;
	height:15px;
	padding:5px;
	margin:0px;
	border:0px;
	background-color:#DCDCDC;
}

.footer
{
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration:none;
	font-size: 9px;
	margin-left: 10px;
	background-color:none;
}

.email {
	font-size: 13px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:20px;
	color:#666;
	line-height: inherit;
	text-decoration: none;
}

.policy
{
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration:none;
	font-size: 9px;
	margin-left: 10px;
	background-color:none;
}

.headtext {
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:20px;
	color:#666;
	line-height: inherit;
}	
	
#Container1 {
	margin: 5px;
	padding: 10px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color:#666;
}

#Left_Column {
	border: 0;
	margin: 10px;
	padding: 2px;
	float: left;
	height: 1200px;
	width: 400px;
}
#Right_Column {
	float: right;
	margin: 10px;
	padding: 2px;
	height: 1200px;
	width: 400px;
	border: 0;
}
