body
{
background-image:url(images/back.gif);
background-repeat:repeat;
border:0px;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

img
{
border:0px;
}

a {
border:0px;
}

div#main
{
width:1000px;
background-color:#FFFFFF;
}

#nav		{
	border: 5px ;
	width:120px;
	margin:5px;
	padding:5px;
	padding-right:10px;
	border-color: #990066;
	height:200px;
	}
	
	
p#heading
{
font-size:large;
border-bottom:groove;
color:#cf33c6;
text-align:left;
}
table#content
{
width:1000px;
}

p.navigation a		{
	display:block;
	line-height:30px;
	background-image:url(images/nav.jpg);
	background-repeat:repeat-x;
	color:#7b1c78;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0px 3px;
	margin-top:10px;
	text-decoration:none;
	border:1px inset;
	width:150px;
		}
		
p.navigation a:hover 
{
color:#98281e;
background-image:url(images/navhover.jpg);
background-repeat:repeat-x;
color:#ac1da7;
}


div#footer
{
background-color:#f59ccd;
width:1000px;
color:#a42c9a;
font-size:11px;
line-height:18px;
}

div#footer a 
{
color:#a42c9a;
text-decoration:none;
}

div#footer a:hover
{
font-size:12px;
font-stretch:semi-expanded;
text-decoration:none;
color:#4c054b;
}



p#desc
{
color:black;
font-size:small;
text-align:left;
float:inherit;
vertical-align:bottom;
padding:5px;

}


img#compete
{
border:groove #cf33c6;
}


