	/*-------------------------*/
	/*  Cascading Style Sheet  */
	/*           For           */
	/*    http://wvscv.org/    */
	/*-------------------------*/
	
head
	{
		text-align:center;
		position:fixed;
		width:100%;
		top:0px;
		left:0px;
		right:0px;
		height:240px;
		color:black;
	}

body
	{
		background-image:url('menu2.png');
		background-repeat:repeat-x;
		background-position: 0px 250px;
		text-align:center;
		min-width:950px;
		background-color:#C4C4C6;
		color:black;
	}

.menu
	{
		font-size:18px;
		position:absolute;
		right:0px;
		top:250px;
		left:0px;
		height:35px;
		line-height:25px;
		width:100%;
		margin: 0%;
		padding: 0%;
	}
		.menu A:link {text-decoration: none;color:white;}
		.menu A:visited {text-decoration: none;color:white;}
		.menu A:active {text-decoration: underline overline;color:grey;}
		.menu A:hover {text-decoration: underline overline;color:grey;}

.content
        {
                text-align:center;
                position:absolute;
                width:100%;
                top:285px;
                left:0px;
                right:0px;
                color:black;
        }

.footer
	{
		font-size:12px;
		min-width:950px;
		text-align:center;
		position:absolute;
		left:0;
		right:0;
		height:15px;
		color:black;
	}

