﻿.wrapper
{
	margin: 0 auto ;
	width: 720px; 
	
}

.left
{
	width: 471px;
	height: 432px;
	float: left;
	background-image: url(../images/spleft.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.right
{
	width: 249px;
	height: 432px;
	background-image: url(../images/spright.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
}


.nav
{
	list-style-type: none;
	font-family: Tahoma, Arial; 
	font-weight: bold;
	font-size: x-large;
	color: #6d5925;
	margin-top: 175px;
	
}
	
	.nav a:link
	{
		color: #6d5925;
		text-decoration: none;
	}
	.nav a:visited
	{
		color: #6d5925;
		text-decoration: none;
	}
	.nav a:hover
	{
		color: #1c1744;
		text-decoration: none;
	}



.nav li:hover
	{
		list-style-type: disc;
		color: #1c1744;
	}


	a:link
	{
		color: #000000;
		text-decoration: none;
	}
	a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		color: #6d5925;
		text-decoration: none;
	}