body {
		background-color: #FFFFFF;
		text: #FFFFFF;
		
		padding: 0px;
		margin: 20px;
		
		background-image: url(images/background_strip.jpg);
		background-repeat: repeat-x;
		background-position: 0px 0px 
}

p {
	text: green;
	padding: 15px;
	padding-top: 3px;
	padding-bottom: 0px;
	
	font-size: 110%;
	line-height:     	1.3em;
}

h1 {
		font-size: 200%;
		text-align: center;
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 0px;
	
}

h2 {
		font-size: 150%;
		text-align: center;
		
		padding: 0px;
		
		margin: 0px;
}

h3 {
		font-size: 130%;
		padding: 0px;
		margin: 0px;
		margin-bottom: 8px;
		text-align: center;
		
}

h4 {
	font-size: 110%;
	padding: 0px;
	margin: 2px;
}

#box {
		border:1px solid gray; width: 960px;
		
		background-color: #D5D2A0;
		
		margin-right: auto;
		margin-left: auto;
		
		padding: 0px;
		
		background-image: url(images/background_top.jpg)%20backround-position%200px%200px);
		background-repeat: no-repeat
}

#header {
			margin-top: 40px;
			padding-top: 15px;
			padding-bottom: 15px;
		
			border-top-color: green;
			border-top-width: 2px;
			border-top-style: dashed;
			
			border-right-color: green;
			border-right-width: 1px;
			border-right-style: none;
			
			border-left-color: green;
			border-left-width: 1px;
			border-left-style: none;
			
			border-bottom-color: green;
			border-bottom-width: 2px;
			border-bottom-style: dashed;
}

#content {
	width: 600px;
	line-height: 1.5em;
			
	border-style: none;
	border-color: green;
	border-width: 2px;
			
	margin: 45px;
	padding: 0px;
}

#menu {
		width: 230px;

		border-top-color: #D5D2A0;
		border-top-width: 2px;
		border-top-style: solid;
			
		border-right-color: green;
		border-right-width: 2px;
		border-right-style: dashed;
			
		border-left-color: green;
		border-left-width: 1px;
		border-left-style: none;
			
		border-bottom-color: green;
		border-bottom-width: 1px;
		border-bottom-style: none;
}

#footer {
			text-align: center;

			border-top-color: green;
			border-top-width: 2px;
			border-top-style: none;
			
			border-right-color: green;
			border-right-width: 1px;
			border-right-style: none;
			
			border-left-color: green;
			border-left-width: 1px;
			border-left-style: none;
			
			border-bottom-color: green;
			border-bottom-width: 2px;
			border-bottom-style: dashed;
			
			padding: 7px;
			margin-bottom: 40px;
}


#topmenu  {
	width: 780px;
	font-size: 120%;

	border-style: none;
	border-color: green;
	border-width: 1px;

	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	width: 230px;
}

.special {
	border-top-style: none;
	border-top-width: 2px;
	border-top-color: green;
}

table {
	width: 960px;
		
	border-style: dashed;
	border-width: 2px;
	border-color: green;
		
	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
}

td {
	border-color: green;
	border-style: dashed;	
	border-width: 2px;
	
	margin: 0px;
	padding: 0px;
}

li {
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	
	list-style: none;

	border-top-color: green;
	border-top-width: 2px;
	border-top-style: dashed;
		
	border-right-color: green;
	border-right-width: 1px;
	border-right-style: none;
			
	border-left-color: green;
	border-left-width: 1px;
	border-left-style: none;
			
	border-bottom-color: green;
	border-bottom-width: 2px;
	border-bottom-style: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	   color: #000000;
	   text-decoration: none;
}

a:hover {
	 color: #03703D;
	 text-decoration: none;
}	
