body 
{ 
	font-family: Georgia, serif; 
	font-size-small; color: purple; 
	background-color: #663399; 
	background-repeat: repeat; 
	background-position: top-center; 
	background-attachment: fixed; 
	text-align: left; 
	color: gold;
	padding-top: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
}
h1 
{ 
	color: gold; 
	align: center;
}

#framecontentLeft, #framecontentTop{
	position: absolute;
	top: 15px;
	left: 1px;
	width: 250px; /*Width of left frame div*/
	height: auto;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #663399;

	
}

#nav{ 
	font-family: Arial, Helvetica, sans-serif;
	/*position:fixed;
	left: 0px;
	top: 0px;*/
	height: auto;
	padding-top: 160px;
	padding-left: 7px;
}

#nav div {
	float: left;
}
#nav a:link 
{ 
	color: #663399; 
	text-decoration: none; 
	text-size: medium;
	border: none;
}
#nav a:visited 
{ 
	color: #663399; 
	text-decoration: none; 
	text-size: medium;
	border: none;
}
#nav a:hover{
	background-color: #663399;
}



#framecontentTop{ 
	left: 25px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 195px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #663399;
	background-image:url(images/new_top.gif);
	background-repeat:no-repeat;
	background-align: left;
	position: relative;
}

#maincontent{
	position: static; 
	left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 200x; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #663399;
	text-align: center;
	padding-left: 250px;
	padding-top: 10px;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide 	padding)*/
	text-align: left;
}

* html body{ /*IE6 hack*/
	padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 

}
p 
{ 
	color: gold; 
	text-align: left;  
	padding-left: 150px;
}
dot 
{ 
	color: gold; 
}
h3, h2 
{ 
	color: gold; 
	text-align: left; 
	padding-left: 150px;
}
h4 
{ 
	color: gold; 
	text-align: left; 
	text-size: small; 
}
h5 
{ 
	color: gold; 
	text-align: left; 
}
a:link 
{ 
	color: gold; 
	text-decoration: none; 
	text-size: medium;
	border: none;
}
a:visited 
{ 
	color: grey; 
	text-decoration: none; 
	text-size: medium;
	border: none;
}
a:hover 
{ 
	color: #663399; 
	text-decoration: underline; 
	text-size: medium;
	border: none;
}

li 
{ 
	color: gold; 
	text-align: left;
}

#table
{
	text-align: center
	
}
	
