/*********
* BASICS *
*********/
html,body {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #666666;
	background-color: #c22c4a;
	/*min-height: 100%;*/
}

a {
	color: #7AB41D;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#main {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	left: -425px;
	top: 0;
	margin-left: 50%;
	width: 850px;
	/*min-height: 101%;*/
	background-color: #FFFFFF;
}

#header {
	width: 850px;
	height: 187px;
	background-image: url(../images/headerImg.gif);
}

#navi_wrap {
	float: left;
	width: 195px;
	padding-bottom: 30px;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #fff;
}

#navi {
	padding-top: 20px;
	width: 195px;
}

#content_wrap {
	padding-top: 20px;
	float: left;
	width: 650px;
}

#content1_1 {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom:30px;
}

#content1_2 {
	float: left;
	width: 245px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
}

#content2_2 {
	float: left;
	width: 345px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	padding: 5px 0px 0px 0px;
	height: 20px;
	color: #666;
	background-color: #fee584;
}
#footer a{
	color: #666 !important;
}
#footer a:hover{
	color: #000 !important;
}

#copyright {
	text-align: right;
	padding: 0px 0px 0px 0px;
	color: #666;
	background-color: #33190A;
}

#copyright a:hover{
	color: #fff;
}

/*********
* LABELS *
*********/
.label_both {
	height: 24px;
	padding-top: 6px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: normal;
	color: #c22c4a;
}

.label_left {
	height: 24px;
	width: 404px;
	padding-top: 6px;
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #686563;
}

.label_right {
	height: 24px;
	width: 129px;
	padding-top: 6px;
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #686563;
}

