body {
	margin:0px auto 0px auto;
	background:#f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height:19px;
	color:#555;
	}
	
#main {
	width:700px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:#FFF;
	overflow:hidden;
	}
	
#footer {
	width:700px;
	height:25px;
	margin:0px 0px 0px 0px;
	float:left;
	background:#f1f1f1;
	font-size:11px;
	color:#CCC;
	border-top:7px solid #f1f1f1;
	text-align:center;
	}
	
#footer a {
	color:#CCC;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#ef4035;
	text-decoration:none;
	}

h1{
font-size:14px;
letter-spacing:3px;
font-weight:100;
font-family: 'Ubuntu Condensed', sans-serif;
color:#000;
margin-top:1px;
}

a{
color:#ef4035;
text-decoration:none;
}

a:hover{
color:#ef4035;
text-decoration:underline;
}

.small_text {
	font-size: 10px;
	color:#666;
}

.black {
	color:#000;
}


.tabs_header {
	margin: 0px;
	padding: 0px;
	width: 157px;
	float: left;
}
	.skin10.left .tab_header_item {
		display: block;
	}
		.skin10.left .tab_header_item a {
			outline: 0;
		}
 .skin10.left .tab_content {
	display: none;
}
/* end left */



.tabs_wrapper {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.tabs_header {
	overflow: visible;
	margin-right: 20px;
	padding-top:10px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #FFF;
}
.tab_header_item {
	position: relative;
	right: -4px;
	padding-right: 8px;
}
.tab_header_item.tab_selected {
	padding-right: 0px;
	border-right: 8px solid #ef4035;
}
.tab_header_item.tab_selected a {
	color: #ef4035;
	background: url(images/selected_tab.png) right center no-repeat;
}
.tab_header_item.first_tab {
}
.tab_header_item a {
/*    background: url("images/tab.png") no-repeat scroll right center transparent; */
    color: #000;
    display: block;
    font: 12px/18px Georgia, Times New Roman, Times, serif;
	letter-spacing:2px;
    outline: 0 none;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
}
.content_holder {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #777;
	padding: 5px 30px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-left: 157px;
}

p {margin-top:-0px;
	
	}


