body {
	background: #fff url(../../img/bg.png) repeat-x;
	color: #808080;
	font-size: 15px;
	padding: 20px 0 0 0;
}

a {
	color: #ffb259;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.border {margin: 10px 0;border: 1px solid #999; padding: 9px; background-color:#eee}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
}

h2 {
	padding: 20px 0 0;
	text-align: left;
}

p {
	overflow: hidden;
	padding: 5px 0;
	text-align: left;
	line-height: 110%;
}

.container_12 {
}

#footer {background-color: #000; padding:10px 0 20px; margin-top: 40px; height:230px;}


