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

html {height:100%;}

body {
	margin:0px;
	Padding:0px;
	height:100%;
	background-color:#FFFFFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/Untitled-1_03_04.gif);
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;}

#nav {
	height: 106px;
	width: 80px;
	position: absolute;
	left: 290px;
	top: 176px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#main {
	height: 531px;
	width: 920px;
	position: absolute;
	left: 19.5px;
	top: 297px;
}

#content {
	height: 47px;
	width: 543px;
	position: absolute;
	left: 383px;
	top: 202px;
	background-color: #CCCCCC;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}

#contact {
	height: 433px;
	width: 373px;
	position: absolute;
	padding: 5px;
	left: 543px;
	top: 307px;
	background-color: #CCCCCC;

}
 
#construction {
	height: 34px;
	width: 373px;
	position: absolute;
	left: 298px;
	top: 470px;
	padding: 5px;
}

#copyright {
	height: 14px;
	width: 320px;
	position: absolute;
	left: 19px;
	top: 769px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

#note {
	height: 14px;
	width: 258px;
	position: absolute;
	left: 666px;
	top: 0px;
	padding: 0px;
}

a {
border-bottom:1px #000;
color:#000;
}

a:hover {
color:#FF0000;
border-bottom:1px #FF0000;

}
