@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color:#333;
	text-align: center;
}

#outer-wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	width: 800px;
	background-color: #666699;
	height: 600px;
	text-align: left;

}
#banner {
	z-index:10;
}

#left {
	background-color: #666699;
	float: left;
	text-align: left;
	position: relative; left: 50px; top: 20px;
}

#right {
	background-color: #666699;
	float: right;
	position: relative; right: 80px; 
}
#contact {
	background-color: #666699;
	float: right;
	position: relative; top: 10px; right: 40px; 
}
#contact a:link, a:visited {
	color:#FFF;
}
#contact a:hover {
	color:#ccffff
}

#contact2 {
	background-color: #666699;
	float: right;
	position: relative; top: -100px; right: 20px;
}
#contact2 a:link, a:visited {
	color:#FFF;
}
#contact2 a:hover {
	color:#ccffff
}

#right {
	background-color: #666699;
	float: right;
	z-index: 5;
}

#right a:link, a:visited {
	color:#FFF;
}
#right a:hover {
	color:#ccffff
}

#footer {
	width: 800px;
	height: 70px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	color:#999;
}
#list {
	position: relative; top: 20px; right: 90px;
}

.white {
	font-weight: bold;
	color:#FFF;
}
.small {
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.clearfloat {
	float:none;
}

#menu {
	width: 800px;
	background-color:#FFF;
	height: 35px;
	padding-top: 3px;
}

#menu ul{
list-style-type:none;
}

#menu li {
display:inline;
}

#menu a { 
width:100px;
text-decoration:none;
color: #999;
background:#fff;
border-right:1px solid #999;
padding-right: 10px;
padding-left: 10px;
}

#menu a:hover{
color: #00F;
}
