@charset "utf-8";

.border {
	border: 1px dashed #666666;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#ffffff;
	background-attachment: fixed;
	background-image: url(images/sitebg.jpg);
	background-repeat: no-repeat;
	
}

#text {
font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	
}
#linkstext {
font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	
}
	
#menu {
}

#menu a {
	font-family:Century;
	font-size:11px;
	color:#CC3300;
	text-decoration:none;
	font-variant:small-caps;
}

#menu a:hover {
	font-family:Century;
	font-size:11px;
	color:#456585;
	text-decoration:none;
	font-variant:small-caps;
}

a {
color:#cc3333;
text-decoration:none;
}

a:hover {
color:#456585;
text-decoration:none;
}



.sitebg {
	background-attachment: fixed;
	background-image: url(images/sitebg.jpg);
	background-repeat: no-repeat;
	
}

p {
font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
