@charset "utf-8";
/* CSS Document */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff000;
	}
div.content
	{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	margin-left: 40px;
	margin-right: 40px;
	}
div.container
	{
	position: absolute;
	top: 0px;
	}
div.nav
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 150px;
	left: 550px;
	}
div.footer
	{
	text-align: center;
	}
a:link
	{
	color: #000000;
	text-decoration: underline;
	}
a:active
	{
	color: #000000;
	text-decoration: underline;
	}
a:visited
	{
	color: #000000;
	text-decoration: underline;
	}
a:hover
	{
	color: #666666; 
	text-decoration: underline;
	}
	div.fieldset
	{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}
table.gallery
	{
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	}