/* CSS Template*/

body {
	
	background-image: url(images/stdbackground.jpg);
	background-repeat:repeat;
	
	background-color:#FFF;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12.5px;
	color:#66FF33;
	margin:0;
	font-weight:bold;
}

h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#6B2EAA;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	
}
#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}
p {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:5px;
	
	font-size:14px;
	line-height:1.5em;
}



#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image: url(images/dragonlogowborder.jpg);
	float:left;
}

#bannerRight {
	width:529px;
	height:100px;
	background: url(images/bgleft.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:10.5px 0 0 10px;
}









}

#nav a:hover {
	background-color:#333;
}



#rightColumn {
	float:left;
	width:530px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#6B2EAA;
}

#copyright a {
	text-decoration:none;
	color:#6B2EAA;
}
