@charset "UTF-8";
/* CSS Document */

html{
	overflow-x:hidden;
	overflow-y:scroll;
	text-align:center;
	text-align:center;
	}

body {
		background-color:#FFFFFF;
		font-family:Arial, Verdana, "Times New Roman";
		font-size:10px;
		margin-top:10px;
		text-align: center;
		color:#999999;
	}

h1 {
	font-size:16px;
	color:#999999;
	padding-left:15px;
	font-weight:100;
	text-decoration:none;
}

a:link {
	color:#999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color:#999999;
}

#background {
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	width:980px;
	height:820px;
	text-align:center;
	margin: 0 auto;
}

#background_contact {
	background-image:url(images/background_contact.gif);
	background-repeat:no-repeat;
	width:980px;
	height:1070px;
	text-align:center;
	margin: 0 auto;
}

#main {
	width:960px;
	height:800px;
	border:1px solid #999999;
	text-align:left;
	margin: 0 auto;
	}

#main_contact {
	width:960px;
	border:1px solid #999999;
	text-align:left;
	margin: 0 auto;
	}

/* HEADER */

#header {
		padding-top:50px;
		width:860px;
		color:#999999;
		text-align:left;
		border-bottom: 15px solid #999999;
		height:100px;
		font-size:14px;
		color:#999999;
		text-decoration:none;
		padding-left:50px;
		padding-right:50px;
	}

#nav_header ul {
	padding-left:5px;
	}

#nav_header li {
	display:inline;
	padding-right:10px;
	padding-bottom:10px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	white-space: nowrap;
	border-left: 2px solid #999999;
}
	
/* CONTENT */

#content {
		width:960px;
		text-align:center;
		border-bottom: 15px solid #999999;
		font-size:12px;
	}
	
#contact {
		padding-top:10px;
		width:900px;
		text-align:left;
		border-bottom: 15px solid #999999;
		font-size:12px;
		padding-left:60px;
		height:870px;
	}
	
/* FOOTER */

#footer {
	font-size:10px;
	width:960px;
	text-align:right;
	margin:0 auto;
	}
