﻿.content
{
	margin: 0 auto;
	width: 800px;
	height: 480px;
	background-image: url(../images/main.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.contentNav
{
	width: 800px;
	height: 150px;
	text-align: right;
	font-family: Tahoma, Arial; 
	font-weight: bold;
	font-size: small;
}

	.contentNav .nav
	{
		margin-top: 95px;
		margin-right: 20px;

	}

	.contentNav .nav li
	{
		list-style: none;
		display: inline;
		color: #ffffff;

	}
	
		.nav a:link
	{
		color: #ffffff;
		text-decoration: none;
	}
	.nav a:visited
	{
		color: #ffffff;
		text-decoration: none;
	}
	.nav a:hover
	{
		color: #6d5925;
		text-decoration: none;
	}



	a:link
	{
		color: #000000;
		text-decoration: none;
	}
	a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		color: #6d5925;
		text-decoration: none;
	}