/* CSS Document */
html {
	margin: 0;
	padding: 0;

	}
body {
	background-color: #5d3377;
	}
img {
	border: 4px;
	border-color: #478dc6;
	}

img.topright {
	position:absolute;
	right:300px;
	top:150px;
	}

p {
	font-family:  Georgia,sans serif;
	font-size: 14px;
	color:#FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0;
	text-align: justify;
}
p:first-letter 
{
color: #FFCC00;
font-size:xx-large
}
.box {color: #990066;}
.box2 {color: #FFCC00}
.box3 {color: #0000CC}
em {
	font-family: Georgia,sans serif;
	font-size: 14px;
	font-weight:800;
	color: #478dc6;
	padding-right: 10px;
	padding-left: 4px;
	margin-top: 0;
	text-align: center;
}
h1 {
	font-family: times, serif;
	font-weight: bolder;
	color: #FFCC00;
	font-size: x-large;
	text-align: center;
	text-indent: 20px;
	width: auto;
	padding-top: 20px;
	letter-spacing: .25em;
}
 
h2 {
	font: times, serif;
	font-weight: bolder;
	color:#FFFFFF;
	font-size: x-large;
	background-color: #330066;
	text-align: center;
}
h3 {
	font: georgia sans serif;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFCC;
	text-align: center;
	font-size: 18px;
}
h4 {
	font: times, serif;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: x-large;
	background-color: #b57600;
	vertical-align: baseline;
}

li {
	font-family: Georgia,sans serif;
	font-size: 14px;
	list-style-position:inside;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 2px;
	margin-left: 15px;
	font-style: italic;
}
ol {
	font-family: Georgia,sans serif;
	font-size: 14px;
	list-style-position:inside;
	color: #99CCCC;
	line-height: 200%;
	text-indent: 18px;
	margin-left: 30px;
	list-style-type: square;
	font-style: italic;
}
#head {
	background: #5d3377;
	width: auto;
	height: 200px;
	}
#container {
	margin: 0;
	width: 600px;
	padding-top: 200px;
	position: absolute;
	right:30px;
	top:100px;
	z-index: 0;
	}

#main {
	width: 70%;
	padding: 5px;
	position:absolute;
	left:100px;
	top:260px;
	z-index: 1;
}
#anchorbar {
padding:inherit;
z-index: 2;
}
#sidebar {
	width: 350px;
	position: absolute;
	left: 10px;
	top: 260px;
}
	
	

#contact {
	clear: both;
	font: times, serif;
	margin-left: 20%;
	font-weight: bolder;
	font-size: 16px;
	background-color: #CCCCFF;
	text-align: center;
	border: thin;
	border-color: #003366;
	position: absolute;
	bottom: auto;
	}
	





