
body 
	{
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		color: #000;
		background-color: #fff;
		margin-top: 10px;
	}
	

#wrapper
	{
		width: 800px;
		height: 95%;
		bottom: 15px;
		text-align: left;
		margin: 0px auto -1px auto;
		
	}
	
	
	
#banner 
	{
		height:65px;
		width: 800px;
		border:0px;
		padding:0px;
	}
	

#nav 
	{
		width: 200px;
		height: 100%;
		border:0px;
		padding:0px;
		margin: 0px;
		left: 0px;
		top: 0px;
		position: absolute;
	}

	
#content 
	{
		width: 600px;
		height: 100%;
		border:0px;
		padding:0px;
		margin: 0px;
		left: 200px;
		top: 0px;
		position: absolute;
	}

	
#big_content 
	{
		width: 800px;
		height: 100%;
		border:0px;
		padding:0px;
		margin: 0px;
	}

	
.left
	{
		text-align: left;
	}
	

.center
	{
		text-align: center;
	}

.right
	{
		text-align: right;
	}
		
	
.banner 
	{
		color: #fff;
		font-family: "Courier New" , courier , monospace;
		font-size:40px;
		font-weight: bold;
		margin-top: 8px;
		margin-bottom: 0px;
	}
	

body.banner 
	{
		background-color: #9C8C30;
		background-image: url(images/Logo.jpg);
		background-repeat: no-repeat;
		background-position: top-left;
		background-attachment: fixed;
		padding-top: 0px;
		padding-left: 0px;
		margin-top: 0px;
		margin-left: 50px;
		margin-bottom: 0px;
	}
	
	
	
.tiny 
	{
		font-size:9px;
	}

	
#menu 
	{
		position:absolute;
		left: 0px;
		top:5x;
		width: 175px;
		height: 595px;
		padding:0px;
		margin: 0px;
		border:0px;
	}

#meat 
	{
		position:absolute;
		top:3x;
		left: 180px;
		width: 615px;
		height: 595px;
		padding:0px;
		border:0px;
	}

.wrapper 
	{
		color: #000;
		background-color: #fff;
		margin-left: 10px;
		margin-right: 2px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
p , ul , li
	{
		color: #000;
		font-size:12px;
		font-family: verdana, arial, helvetica, sans-serif;
		margin-top: 5px;
		margin-bottom: 3px;
		
	}
	
ul , li
	{
		text-align: left;
	}
	
	
h1 , h2 , h3 , h4 , .h1 , .h2 , .h3 , .h4
	{
		color: #9C8C30;
		font-family: "Courier New" , courier , monospace;
		margin-top: .5em;
		margin-bottom: .25em;
	}		
	

h1 , .h1
	{
		font-size:25px;
		font-weight: bold;
		
	}		
	

h2 , .h2
	{
		font-size:21px;
		font-weight: bold;
		
	}		
	

h3 , .h3
	{
		font-size:18px;
		font-weight: bold;
		margin-bottom: 3px;
		
	}		
	

h4 , .h4
	{
		font-size:15px;
		font-weight: normal;
		margin-bottom: 3px;
		
	}	
	
	
	
a
	{
		color: blue;
		background: transparent;
		font-weight: bold;
	}

a:link
	{
		color: blue;
		background: transparent;
	}

a:visited
	{
		color: blue;
		background: transparent;
	}

a:active
	{
		color: blue;
		background: transparent;
	}

a:hover 
	{
		color: blue;
		background: #9C8C30;
	}


A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
