@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Comic Sans MS", "Trebuchet MS", "Times New Roman", serif;
	color: #000000;
	background: #660099;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFFFFF;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#title {
	font-size: 30px;
	color: #FFFFFF;
	background: #660099;
	text-align: right;
	font-weight: bold;
	margin: 20px;
	padding: 0px 20px 0px 0px;
	line-height: 60px;
}

#pics_top_pg1 {
	height: 100%;
	width: 740px;
	padding: 0px;
	margin: 0px 20px 0px 25px;
}
#line {
	margin-right: 20px;
	margin-left: 20px;
}
#sidebar {
	float: left;
	width: 165px;
	margin-left: 20px;
	display: inline;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style: url(none) none;
}
#nav a {
	text-align: center;
	display: block;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #999900;
}



#nav a:hover, #nav a:active {
	color: #000000;
	background: #CCCC66;
}
#quote {
	font-size: 85%;
	font-style: italic;
	margin-top: 20px;
	padding: 10px;
	border: thin solid #999900;
	width: 130px;
}
#contact {
	font-size: 80%;
	font-weight: normal;
	padding: 10px;
	border: thin dashed #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 130px;
	color: #000000;
	background: #CCCCCC;
}

#content1 {
	width: 250px;
	font-size: 80%;
	float: left;
	display: inline;
	margin: 0px 20px;
	text-align: justify;
}
#content1 h4 {
	font-weight: bold;
	color: #660099;
	font-size: 18px;
	background: #C1A4C1;
	line-height: 40px;
	text-align: center;
}
#content1 h5 {
	font-size: 14px;
	font-weight: bolder;
}
#content2 {
	font-size: 80%;
	margin: 0px 20px 0px 500px;
	width: 250px;
	text-align: justify;
}
#content2 h2 {
	color: #660099;
	letter-spacing: 10px;
}
#content2 h3 {
	font-size: 14px;
	font-weight: bolder;
}
#content2 h4 {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}
#footer {
	color: #FFFFFF;
	background: #660099;
	margin: 20px 20px 0px;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #9933CC;
	margin: 0px;
	padding: 0px;
}
#copyright {
	font-size: 80%;
	text-align: center;
	padding-bottom: 10px;
}
#copyright a:link, #copyright a:visited {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #0000FF;
	text-decoration: underline;
}


.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
