/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#9999FF;
	background-color: #660099;
	margin: 15px;
}

a {
	color:#9999FF;
	text-decoration: none;
}

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

#container {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(indexpix/banner-bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 110px 0 0 0;
}

#left {
	position: absolute;
	width: 150px;
	top: 120px;
}

#left a {
	color:#9999FF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #9999FF;
}

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

#left2 {
	position: absolute;
	width: 150px;
	top: 500px;
	font-size: 0.8em;
}

#main {
	margin-left: 160px;
	padding: 10px 0px 0px 0px;
}

#footer {
	clear: both;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #9966FF;
	margin: 15px 0px 10px 0px;
	padding: 5px;
	font-size: 0.8em;
}

.picleft {
	float: left;
}

.picright {
	float: right;
}

.yellow {
	color:#FFFF00;
}

.sub-head {
	font-size: 1.2em;
}
