@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFCBCD;
	background-attachment: scroll;
}
#background {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	width: 1680px;
}


#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#content {
	height: 100%;
	width: 450px;
	float: left;
	padding-right: 25px;
	padding-left: 60px;
	margin-left: 300px;
	margin-top: 75px;
} 
#content  img {
	padding: 10px;
	border: 1px dotted #F00;
	margin-bottom: 10px;
}
#content     img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#nav {
	width: 100px;
	float: left;
	margin-top: 50px;
}
#nav ul {
	position: relative;
	float: left;
	width: 100px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav a {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#nav a.on {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #ffff00;
}
#nav a:hover {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #ffff00;
}









h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	font-family: "Arial Black";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}






h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C60;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Verdana;
	font-size: 24px;
	color: #C90;
	text-align: left;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	text-align: center;
}




p {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	text-align: left;
	line-height: 1.5em;
}
p a {
	color: #03C;
}
