@charset "utf-8";
/* CSS Document */

body {
   /* background-color:#9aca3c;*/
   	background-image:url(../images/body_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

.lattice_body{
	background:#ffffff;
	background-image:none;
}

#index_container{
	width: 1310px;
	/*height: 2000px;*/
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:50px;*/
	overflow:hidden;
}

#lattice_container{
	width: 925px;
	/*height: 2000px;*/
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:50px;*/
	overflow:hidden;
}


#container{
	width: 1310px;
	/*height: 2000px*/
	background:#FFF;
	/*margin-left:auto;
	margin-right:auto;*/
	/*margin-top:5px;*/
		
}

#header{
	height:85px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:50px;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left: 20px;
	background-image:url(../images/deo_logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#fff;
	}

h1{
	color:#003f5d;
}

h2{
	color:#939598;
}

#footer{
	width:1310px;
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}