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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

hr {
	height: 1px;
	width: 75%;
	border: 1px solid #999999;
}

img {
	border: 0;
}

#wrapper {
	width: 900px;
	height: auto;
}

#banner {
	background-image: url(../images/banner.gif);
	background-repeat:no-repeat;
	width:900px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#tag {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: x-large;
	width: 900px;
}

#menu {
	margin-top: 5px;
	float: left;
	width: 200px;
	height: auto;
	padding-bottom: 10px;
}

#menu img{
	border: 0;
}

#menu a {
	padding-bottom: 10px;
	text-decoration: none;
}

#content {
	margin-top: 5px;
	padding-left: 10px;
	float: right;
	width: 690px;
}

#footer{
	clear: both;
	width: 900px;
	text-align: center;
	font-size: x-small;
}

#footer a {
	text-decoration: none;
	color:#006600;
}

.title {
	font-size: x-large;
}

.finePrint {
	font-size: smaller;
}

.special {
	color: #660000;
}