body{
background-color: #111;	
}

body *{
	color: #b82b3d;
}

#wrapper {
	height: 695px;
	width: 938px;
	margin: 20px auto;
	background-image: url(images/bg.png);
	padding: 10px;
	position: relative;
}


#left {
	background-image: url(images/whitebg.png);
	width: 528px;
	height: 118px;
	float: left;
	padding: 20px;
	margin-top: 270px;
}
#lower_l_corner {
}


#right{
width: 303px;
float: right;	
margin-top: 80px;
}

#right_in{
		background-image: url(images/whitebg.png);
padding: 20px;	
}

#left h1{
font-size: 39px;
margin-bottom: -8px !important;
font-weight: bold;
text-transform: uppercase;
}

#left h2{
font-size: 17px;
margin-bottom: 0px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}

#left p{
font-size: 15px;	
}

#right h4{
font-size: 22px;
font-weight: bold !important;
margin-bottom: 10px;
text-transform: uppercase;
}

#right h2{
font-size: 20px;
font-weight: normal;
margin-bottom: 10px;
}

#right a{
	color: #b82b3d;
	text-decoration: none;
	}
	
#right small{
font-size: 13px;
	}

.twitter {
	background-image: url(images/twitter.png);
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px;
}

.facebook {
	background-image: url(images/facebook.png);
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px 10px 10px 0;
}

#lower_l_corner{
	width: 139px;
	height: 44px;
	background-image: url(images/bottom_l.png);
	float: left;
	padding-left: 10px;
	padding-top: 105px; 
        margin-top: 15px;
}

#lower_r_corner{
	width: 139px;
	height: 44px;
	text-align: right;
	background-image: url(images/bottom_r.png);
	float: right;
	padding-right: 10px;
	padding-top: 105px;
        margin-top: 15px;	
}

#lower_r_corner a, #lower_l_corner a{
	color: #b82b3d;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
}
