body {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color:#000;		
}

.sf_outer_wrapper {
	width: 874px !important;
    margin: 10px auto;
    padding: 0;		
}


.sf_wrapper {
	width:850px !important;
    position: relative;
	border-left:12px solid #4567DF;
	border-right:12px solid #4567DF;
	background-color: #000;
}

.sf_navigation ul li a {
	background-color: #000000;
	border: 1px solid #4567DF;
	color: #DBD916;
}

.sf_wrapper {
	border:12px solid #000000;
	background-color:#000000;

}

.sf_main {
	border:1px solid #4567DF;
	background-color:#000000;
}

.sf_navigation {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

/**
 * @section subnav
 */
.sf_navigation .subnav {
	border-color:#4567DF;
}

/** 
 * @subsection buttons
 */
.btn {
	border:1px solid #4567DF;
	color:#ffffff;
	background-color:#DFDFDF;
}

 * @subsection main links
 */
a:link {
	color:#4567DF;
}
a:visited {
	color:#2F4AAE;
}
a:hover {
	color:#4567DF;
}