
	body

	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #d6d6d6;
		background-image: url(../../../img/lilaz.jpg);
	}

	a:link { color: #B52C07; }
	a:visited { color: #600; }

	a:hover, a:active
	{
		color: #fff;
		background-color: #ffccff;
	}
	
	h2
	{
		color: #B52C07;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #cc33cc;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}	

	#container
	{
		margin: 4em auto;
		width: 700px;
		text-align: center;
		background-color: #fff;
		border: 2px solid #676767;
	}

	#header
	{
		height: 95px;
		background-image: url(../../../img/lilaz1.gif);
		background-repeat: no-repeat;
		background-position: center;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 48em;
		padding: 0;
	}

	#mainnav
	{
		background-color: #FFCCFF;
		color: #9FA41D;
		padding: 2px 0;
		text-align: left;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #272900;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #272900;
	}

	#menu
	{
		float: left;
		text-align: center;
		width: 165px;
		color: #cc33cc;
		border-right: 0px solid #C5C877;
		padding-left: 35px;
	}

	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 175%;
	}

	
	#contents	
	{
		margin-right: -400px;
		height: 200px;
		width: 10px;
		background-color: 0;
		text-align: bottom;
		padding-top: 160px;
	}
	
	.imagefloat
	{
		float: center;
		padding: 2px;
		margin: 0 0 2px 2px;
	}

	

	#skipmenu
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	#skipmenu a
	{
		color: #666;
		text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #cc33cc;
		background-color: #666;
		text-decoration: none;
	}

	#footer	
	{
		clear: both;
		height: 20px;
		color: #272900;
		background-color: #9FA41D;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
</style>
