body {
	background-color: #333333;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #4B8DD5;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

h1 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 20px;
	/*letter-spacing: -1px;*/
	margin: 0;
}

	h1 img {
		margin-right: 3px;
	}
	
h2 {
	font-size: 15px;
	margin: 0;
}

hr {
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 1px;
	border: 0;
	clear: both;
}

#site {
	width: 980px;
	margin: 35px auto;
	background-color: #FFFFFF;
	/*height: 746px;*/
	padding-bottom: 15px;
	border: 1px solid #C6CED7;
}

/***********************
 * HEADER
 ***********************/
#header {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
}

	#header #logo {
		float: left;
		margin: 15px 0 0 50px;
	}
	
	#header #contact {
		float: right;	
		margin-right: 100px;
		margin-top: 15px;
	}

/***********************
 * MENU
 ***********************/
#menu {
	height: 35px;
	background-color: #E8EEF6;
	line-height: 35px;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}

	#menu ul {
		margin: 0;
		padding: 0;
	}
	
	#menu ul li {
		list-style: none;
		display: block;
		width: 100px;
		text-align: center;
		float: left;
	}
	

#content {
	padding: 15px;
	clear: both;
}

/***********************
 * FOOTER
 ***********************/
#footer {
	font-size: 10px;
	width: 932px;
	height: 53px;
	margin: auto;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	clear: both;	
	padding: 10px;
}

	#footer ul {
		margin: 0;
		padding: 0;
		height: 25px;
	}
	
	#footer ul li {
		list-style: none;
		display: block;
		width: 70px;
		text-align: center;
		float: left;	
	}
	
	#footer ul li.first {
		text-align: left;
		width: 10px;
	}
	
	#footer hr {
		color: #FFFFFF;
		background-color: #FFFFFF;
	}


.mobile {
	color: #4B8DD5;
}
