body
{
    font-family: helvetica, Arial, sans-serif;
    background: #bcbdc0;
    font-size: 11pt;
    color: #262626;
    text-align: justify;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
}

@font-face
{
    font-family: ApexSansCBold;
    src: url('ApexSansCBold.eot');
    src: local(ApexSansCBold), url('ApexSansCBold.ttf') format('opentype');
}

@font-face
{
    font-family: ApexSansCBook;
    src: url('ApexSansCBook');
    src: local(ApexSansCBook), url('ApexSansCBook') format('opentype');
}

.font{
	border: 0;
	margin-left: 2px;	
}

.font_upper{
	border: 0;
	margin-left: 2px;
	margin-bottom: -1px;	
}

#body_container{
	width: 980px;
	margin: 20px auto;
	min-height:100%;
}

#navigation{
	width: 980px;
	height: 38px;
	background: #000000;
	font-family: ApexSansCBook;
	overflow: hidden;
}

#navigation ul{
	overflow: hidden;
	padding: 0;
	margin: 7px 0 0 0;
}

#navigation ul li{
	display: block;
	float: left;
	margin: 0 0 0 78px;	
}

#navigation ul li a{
	color: #f3f3f4;
	font-size: 16px;
}

#navigation .capital{
	font-size: 12pt;
	color: #fefefe;
}

#content{
	clear: both;
}

#footer{
	width: 980px;
	height: 25px;
	color: #8e9093;
	padding-top: 10px;
	background: #000000;
	text-align: center;
	font-size: 8pt;
	clear: both;
	
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	padding-bottom: 5px;
}

h2 .capital{
	font-size: 15pt;
}

.image_border{
	border: 4px solid #fefef0;
}

.gallery_image_border{
	border: 2px solid #fefef0;
}

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.shadow {
	display: block;
	position: relative;
	background: url(/images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .shadow {
	background: url(/images/shadow.png) right bottom no-repeat;
}


.shadow .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
}

/* ie6 ignores this selector */
html>body .shadow .inner {
	left: -2px;
	top: -5px;
	margin: 0;
	margin-right: 7px;
}

 img, div, a { behavior: url(/images/css/iepngfix.htc) }

