* {
	padding:0;
	margin:0;
	}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0f4b84;
}

/**-TOP ITEMS-**/

#top {
	background-color:#0f4b84;
	height:120px;
	width:100%;
	color:#f1f1f1;
}

#header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	width:840px;
	height:120px;
	margin:0 auto;
	padding:0;
}

#header img {
	float:left;
	margin:12px;
}




/**-CENTER ITEMS-**/

#center {
	background-color:#e2d7c5;
	height:100%;
	width:100%;
	color:#f1f1f1;
}

#container {
	width:880px;
	margin:0 auto;
	background-image:url(../images/bg_container.jpg);
	background-repeat:repeat-y;
}

#content {
	width:840px;
	margin:0 auto;
	color:#404040;
	padding:12px 0 0 0;
}

#content a:link {color:#0e9dcc;text-decoration:none; outline:none;}
#content a:visited {color:#0e9dcc;text-decoration:none; outline:none;}
#content a:hover, #services a:focus {color:#9fd914;text-decoration:none; outline:none;}




/**-BOTTOM ITEMS-**/

#bottom {
	background-color:#0f4b84;
	height:80px;
	width:100%;
	color:#f1f1f1;
}

#footer {
	width:840px;
	min-height:100px;
	max-height:100%;
	margin:0 auto;
	padding:0;
	background-image: url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#1a5a97;
}

#contact {
	text-align:left;
	float:left;
	width:300px;
	margin:16px;
	color:#f1f1f1;
}

#contact a:link {color:#f1f1f1; text-decoration:none; outline:none; padding-top:2px;}
#contact a:visited {color:#f1f1f1; text-decoration:none; outline:none; padding-top:2px;}
#contact a:hover, #contact a:focus {color:#ffffff; text-decoration:underline; outline:none; padding-top:2px;}


#copy {
	text-align:right;
	float:right;
	width:400px;
	margin:16px;
	padding-top:30px;
	color:#f1f1f1;
	vertical-align:text-bottom;
}

#copy a:link {color:#f1f1f1; text-decoration:none; outline:none; padding-top:2px;}
#copy a:visited {color:#f1f1f1; text-decoration:none; outline:none; padding-top:2px;}
#copy a:hover, #copy a:focus {color:#ffffff; text-decoration:underline; outline:none; padding-top:2px;}
