@charset "utf-8";

html{
	height: 100%;
	min-width: 960px;
}
	
body{
	margin:0;
	padding:0;
	font-family: Arial, verdena, geneva;
	font-size: 12px;
	height: 100%;
	min-height:760px;
	min-width: 960px;
}

#overflow_container{
	position: relative;
	overflow: hidden;
	min-height:700px;
	min-width: 960px;
	height: 100%;
	width: 100%;
}

.middle{
	width: 100%;
	margin: auto;
	padding-top: 20px;
}

.left_mod{
	float: left;
	width: 400px;
	text-align:left;
	padding-bottom: 20px;
	padding-left: 50px;
}

.left_mod > h2 {
	width: 100%;
	padding-top: 5px;
}

.right_mod {
	float: right;
	width: 400px;
	text-align:left;
	padding-bottom: 20px;
	padding-right: 50px;
}

.right_mod > h2{
	width: 100%;
	padding-top: 5px;
}

.title_widget {
    border-bottom: 1px solid #000;
	display: block;
	height: 26px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0;
	font-weight:normal;
	text-align:left;
	width: 100%;
}

.title_widget > a {
	color: #000;
	font-size: 24px;
	height: 30px;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	width: 100%;
}

#footer{
	position: fixed !important;
    width:100%;
    bottom:0;
	left:0;
	background:#000;
	height:20px;
	color:#999;
	text-align:center;
	padding-top:5px;
}

#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper > header{
	height: 110px;
}

#bg_container {
	border-top: 6px solid rgb(0, 0, 0);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bg_container .bg_top {
	position: relative;
	width: 100%;
	height: 109px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.ie8 #bg_container .bg_top, .ie7 #bg_container .bg_top {
	height: 135px;
	background: url('images/header_shadow.jpg') repeat-x 0 105px #fff;
}

.site-title{
	background: url('../images/logo.gif') no-repeat;
	height: 67px;
	width: 140px;
	display: block;
	text-indent: -9999px;
}

h1.site-title{
	margin: 25px 0 7px 0;
	float:left;
}

h2.moto{
	margin: 47px 0 0 0;
	font-size:48px;
	color:#DDD;
	float:right;
	text-align:left;
	width: 790px;
}

/* MAIN */

.main{
	padding: 15px 0 0 0;
	width: 100%;
	height: 900px;
}

p {
	padding: 5px 15px 0px 15px;
	color: #666;
}

p a{
	color: #000;
}

p a:hover{
	color: #fff;
	background-color: #000;
}

p a:visited{
	color: EA1E13;
}
