@charset "utf-8";
/*----basic styling----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#000;
	background-position:top;
	text-align: center;
	font-family:"Myriad Pro", sans-serif;
	font-weight:lighter;
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image:url('Images/backgroundImage.jpg');
    background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color:#000;
}
#clear {
	clear: both;
}
/*------position container elements------*/	
#header {
	position: relative;
	background-color:#FFFFFF;
	height: 150px;
}
#title {
	text-align: center;
	background-color:#016697;
	color:#FFFFFF;
	height: 70px;
}
/*--Navigation top--*/

#content {
	float: left;
	background-color: #FFFFFF;
	height: 250px;
	width: 976px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: lighter;
	border-right-width: thin;
	border-right-style:solid;
	border-left-width: thin;
	border-left-style: solid;
}
#content a:link {
	color: #000000;
}
#content a:visited {
	color:#000000;
}
#content a:hover {
	color: #FF0000;
}
#content a:active {
	color:#00FF00;
}
#content2 {
	float: left;
	background-color: #FFFFFF;
	width: 1000px;
	height: 145px;
}

#footer {
	clear: left;
	text-align: center;
	height: 50px;
	background-color:#FFF;
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-width: thin;
	border-right-style:solid;
	border-left-width: thin;
	border-left-style: solid;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color:#000000;
}
#footer a:hover {
	color: #FF0000;
}
#footer a:active {
	color:#00FF00;
}

