﻿.main 	{ 
			width:800px; margin:auto;
		}

* 		{
			margin:0; padding:0;
			font-size:100%;
		}

body	{
			background:#2d2e30;
			text-align:center;
		}

ul 		{ 
			list-style:none;
		}

html, input, textarea
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.813em;
			line-height:1.385em;
			color:#424141;
		}

li 		{	
			padding-left:17px; line-height:1.846em;
		}

#header {
			background:url('../Images/body-bg.jpg');
		}
		
#header .top-background 
		{
			background:url('../Images/header-tail-top.gif') repeat-x 50% top;
		}	

.menu ul
		{
			width:800px; overflow:hidden; padding-top:19px;
		}

.menu li
		{
			float:left; font-size:1.462em; background:none; padding:0;
		}
	
.menu li a 
		{
			padding:4px 10px 0 10px; height:48px; display:inline-block; text-decoration:none; color:#f5f7f2;
		}
.menu li a:hover, .menu .active a 
		{
			text-decoration:none; color:#1d1d1d; background:url('../Images/body-bg.jpg');
		}
