/* CSS Document */
body {
	background-color: #656532;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:784px;
	margin:0px auto;
	background:url(images/main-background.gif) repeat-y;
	}

#header {
	width:784px;
	}

#main {
	width:784px;
	}

p {
	font-size: 14px;
	line-height:18px;
	margin:10px 0px;
	}
	
li {
	font-size: 14px;
	line-height:18px;
	}	

ul {
	margin:4px 0px;
	padding-left:40px;
	}

#content {
	width:501px;
	padding:20px;
	float:left;
	}
	
	#content a {
		color:#701412;
		font-weight:bold;
		text-decoration:none;
	}
	
	#content a:hover {
		color:#701412;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#pricelist table tr td {
		border-bottom:1px solid #600;
		}
	
	h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:24px;
	}
	
	h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
	}
	
.center {
	text-align:center;
	}	
	
#sidebar {
	width:243px;
	float:right;
	}	
	
	#sidebar p {
		color:#f6e3a1;
		margin: 20px 10px;
		}
	
	#sidebar a {
		color:#f6e3a1;
		font-weight:bold;
		text-decoration:none;
	}
	
	#sidebar a:hover {
		color:#f6e3a1;
		font-weight:bold;
		text-decoration:underline;
	}
	
#footer {
	width:784px;
	clear:both;
	padding:10px 0px;
	background:#000000;
	text-align:center;
	color:#f6e3a1;
	}	
	
	#footer a {
		color:#f6e3a1;
		font-weight:bold;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#f6e3a1;
		font-weight:bold;
		text-decoration:underline;
	}
	
.titles {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.titles_w_margin {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
}