@charset "UTF-8";
/* CSS Document */


body{
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#CCCCCC;
}

strong {font-weight:bold}

p{}

#main{
	width:700px;
	margin:0px auto;
	text-align:left;
}

#image{
	position:relative;
	top:0px;
	left:0px;
	background-color: #FFFFFF;
	border: 2px none #333333;
}

#nav{
	position:relative;
	top:-705px;
	left:100px;
	width:500px;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 18px;
}
#content{
	position:relative;
	top:-682px;
	left:80px;
	width:400px;
	color:#000000;
	line-height:120%;
	height:570px;
}

#contenta{
	position:absolute;
	top:0;
	left:0;
	width:80px;
}

#contentb{
	position:absolute;
	right:0px;
	width:300px;
	height: 575px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #000000;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BB0B3A;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB0B3A;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000033;
}
