/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color:#FFF;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	background-color:#FFFFFF;
	}
	
#header {
	height: 82px;
	background: #FFFFFF url(../img/header_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-top: 28px;
	}
	
	#header object {
		margin-left: 17px;
	}
#header img#logo {
display : block;
}
#headerright {
text-align : right;
padding : 2px 247px 0 20px;
display : block;
float : right;
width : 220px;
}
#headerright p {
margin : 0;
padding : 2px 0 0 0;
}
#animation {
	height: 296px;
	background: #FFFFFF url(../img/ani_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
	
#content {
	height: 279px;
	background: #FFF url(../img/content_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	font-size:1.1em;
	}
	
	.text {
		width: 426px;
		padding-top: 38px;
		padding-left: 26px;
	}
.features {
float : left;		
width: 300px;
margin-top : -232px;
padding-left: 480px;
}
.features p {
font-size : 1.5em;
font-size : 1.6em;
font-family: 'Arial', 'Helvetica', sans-serif;
}
	
#footer {
	width: 1004px;
	height: 31px;
	background: #FFF url(../img/footer_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	color: #6B6B6B;
	}	
	
	#footer .left {
		color: #6B6B6B;
		float: left;
		padding-top: 8px;
		padding-left: 14px;
		font-size: 0.9em;
		}
	
	#footer .left a {
		color: #F20017;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .left a:hover{
		color: #005596;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .right {
		color: #6B6B6B;
		float: right;
		padding-top: 8px;
		padding-right: 18px;
		font-size: 0.9em;
		}
		
	#footer .right a {
		color: #F20017;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .right a:hover{
		color: #005596;
		text-decoration:none;
		font-size: 1em;
		}


	
	
	
	