﻿body
{ 	
	background-image: url('../images/youth/design/brick5.jpg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;	
}

div.maincontainer
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:5px;
	border:2px;
	border-color:#958da1;
	border-style:solid;
	
	}

div.header
{
	width:1000px;
	height:295px;
	background-image:url('../images/youth/design/spiritbanner3.jpg');
	
	
}

div.content
{
	width:1000px;
	
}


div.contenttop
{
	background-image: url('../images/youth/design/papertop.jpg');
	width:1000px;
	height:90px;

}

div.contentcenter
{
	
	background-image:url('../images/youth/design/papercenter.jpg');
	background-repeat:repeat-y;
	width:1000px;
	

}

div.menu
{
	background-image:url('../images/youth/design/menubackground.jpg');
	background-repeat:repeat;
	width:200px;
	
	border:4px;
	border-color:#71525C;
	border-style:solid;
	font-family:"Comic Sans MS";
	color:#71525C;
	font-size:14pt;
	
	
	
}

div.menu a:link
{
	color:#71525C;
	text-decoration:none;
}

div.menu a:current
{
	color:#71525C;
	text-decoration:none;
}

div.menu a:visited
{
	color: black;
	text-decoration:none;
}

div.menu a:hover
{
	color: orange;
	text-decoration:none;
}

div.schools
{background-image: url('../images/youth/design/purplebackground.jpg');
	background-repeat:repeat;
	width:200px;
	border:4px;
	border-color:white;
	border-style:solid;
	margin-top:40px;
	height:300px;
	color:white;
	font-family:"Comic Sans MS";
	font-size:12pt;
	
}

div.schools a:link
{
	color:white;
	text-decoration:none;
}

div.schools a:current
{
	color:white;
	text-decoration:none;
}

div.schools a:visited
{
	color: white;
	text-decoration:none;
}

div.schools a:hover
{
	color: orange;
	text-decoration:none;
}


div.footer{
	
	width:1000px;
	height:100px;
}


