@charset "UTF-8";


p {
font-size : 18px;
font-family : century gothic;
color : #000000;
text-align:center;
margin : ;
}

h3 {
font-family : century gothic;
font-size:18px;
color : #652e8e;
text-align : center;
}

h2 {
font-family : century gothic;
text-align:center;
color : #00b0d8;
}

h1 {
font-family : century gothic;
font-size: 30px;
color : #652e8e;
text-align : center;
}

body {
font-size : 18px;
text-align: center;
font-family : century gothic;
color : #000000;
background-image: url(images/BKGRND.jpg);
background-position: top;
background-repeat: no-repeat;
background-color:#FFF
}

blockquote {
font-size : 12px;
font-family : century gothic;
color : #8080ff;
text-align : center;
}

a:hover, a:visited, a:link, a:active {
font-size: 20px;
font-family : century gothic;
color : #00ACF0;
background :  normal;
border:none;
}


#content {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	height: 500px;
	width: 1100px;
	overflow:scroll;
	visibility: inherit;
	background-image: url(images/content.png);
	background-position: top;
	background-repeat: no-repeat;

}

#banner {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	height: 200px;
	width: 1200px;
	overflow: inherit;
	visibility: inherit;
	border:none;

}

#navbar {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	hieght: 28px;
	width: 1100px;
	overflow: inherit;
	visibility:inherit;
	
}

#copyright {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	hieght: 28px;
	width: 1100px;
	overflow: inherit;
	visibility:inherit;
	font-size : 18px;
	text-align:center;
	font-family : arial;
	color : #ffffff;
	
}
