
/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family: Verdana;
	background: #d5d6d7 url('../img/bgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#min_height
{
    float: right;
	width: 1px;	 
	height: 500px;
	font-size: 1px;	
	color: white;
}

#page {
	background-color: white;
    background: url('../img/bg_wide.jpg') repeat-y top; 
	border: none;	
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 950px;
	}

#header {
	background: #FFFFFF url('../img/header_wide.jpg') no-repeat bottom center;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 948px;
	}

#content {
	font-size: 13px;
	}

#footer {
	background: #eee url('../img/footer_wide.jpg') no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width:950px;
	clear: both;
	}

#content {
	float: right;
	margin: 0;
	padding: 30px;
	width: 600px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#tev {
 	padding-top: 100px;    
}

a img {
	border: none;
	}
 
h4
{
    font-size: 12px;
}
   
h3
{
    font-size: 16px;
}
   
h2
{
    font-size: 18px;
}
   
h1
{
    font-size: 20px;
} 

ul
{
    background: none;
}
 
img[align="middle"] {
  vertical-align: middle
}
   
.fullwidth
{
    width: 99%;
}

.halfwidth
{
    width: 49%;
}