body {
	background-color: #3c2202;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
}
#wrapper {
	background-image: url(../images/bg-content2.png);
	margin: auto;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
}
/*
.logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 166px;
    padding-bottom: 26px;
    padding-top: 40px;
    text-align: center;
}
*/
strong {
	font-weight: 700;
}
.clear {
	clear: both;
}
.side {
	width: 450px;
	margin-right: 20px;
	margin-left: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rounded {
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow:hidden;
}
.side h2.rounded a {
	text-align:center;
	padding: 20px;
	font-size: 35px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
.left h2.rounded a {
	background-image: url(../images/bg-trans-red.png);
}
.right h2.rounded a {
	background-image: url(../images/bg-trans-orange.png);
}
.side .content {
	padding: 20px;
	margin-top: 20px;
	line-height: 22px;
	height: 447px;
}

.right .content {
	background-image: url(../images/bg-trans-orange2.png);
}
.left .content {
	background-image: url(../images/bg-trans-red2.png);
}
.content h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
}
.right .content h2 {
	color: #ffcf9c;
}
.left .content h2{
	color: #ffcac5;
}
.right .content a {
	color: #ffcf9c;
	text-decoration: none;
}
.footer {
	padding: 20px;
	text-align:center;
	color: #ffcf9c;
}
td {
	padding: 10px 0;	
}
input[type=text], textarea {
	width:388px ;
	padding: 10px;
	font-family: "Lato", Arial;
}
.content p.line {
    border-bottom: 1px solid;
    height: 0;
    margin: 1em 0;
    padding: 0;
}
.left p.line {
	border-color: #FFCAC5;	
}
.right p.line {
	border-color: #ffcf9c;	
}
a {
	opacity: .8;	
}
a:hover, .logo {
	opacity: 1;	
}