 /*stylesheet for Liwin
  last modified 5 Nov 2007 
	Jasmey*/
body {	margin: 0;
	padding: 0;
	color: #4060a0;	
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	background-color:#eee;
		}

#menu a,a:link{
	display:block;
	width:180;
	border-bottom:1px solid #fff;
	height:30px;
	text-align:center;
	color: 	#806020; 
	text-decoration: none;
	font-size:14px;
	text-decoration:bold;
	background-repeat:no-repeat;
	}
#menu a:visited {
	 color:#806020;
	 text-decoration:bold;
	 font-size:14px; 
	 outline: none; 
	}
#menu a:hover   {
	 color:orange;
	 text-decoration: underline;
	font-size:14px; 
	}
#menu a:active  { 
	color:orange; 
	text-decoration: underline;
	 font-size:14px;}
.ahem { display: none; }

strong, b { font-weight: bold; }
p  { font-size: 13px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }
li { font-size: 13px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }

h1 { font-size: 22px; line-height: 30px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h3 { font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h4 { font-size: 14px; line-height: 20px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h5 { font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h6 { font-size: 10px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h7 { font-size:  9px; line-height: 16px;                    margin-top: 15px; margin-bottom: 5px; }
img { border: 1; }
#container{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid green;
	}
#top{
	width:780px;
	height:279px;
	background-image:url(../images/header1.jpg);
	background-repeat:no-repeat;
	
	
	}
#sep{
	width:100%;
	height:10px;
	background-color:green;
    }
#contentcont
	{
	background-color: #ffa040;
	width:100%;
	
	}
#left{
	float:left;
	width:180px;
	}
#right{
	font-size:14px;
	float:right;
	width:600px;
	}
#footer{
	width:100%;
	height:20px;
	color:#fff;
	text-align:center;
	font-size:12px;
	background-color:green;
	clear:both;
	}
#menu{
	
	right:200px;

	}
