@font-face {  
 font-family: "MKAbel";  
 src: url("font/MKAbel.eot"); /* IE */  
 src: local("MKAbel"), url("font/MKAbel.ttf") format("truetype"); /* non-IE */  
}  

body {
	background:url("images/bkgrd.jpg");
}

h1,h2,h3,h4
{
 margin-top: 0px;
 margin-bottom: 10px;
 padding-top: 0px;
 padding-bottom: 0px;
 font-family: "MKAbel", "Tahoma", sans-serif;
 font-smooth: always;
}

.blogText
{
 margin-bottom: 0px;
 font-family: "MKAbel", "Tahoma", sans-serif;
}


h1
{
 font-size: 1.9em;
}

h2
{
 font-size: 1.5em;
}

#videoBox
{
 width: 856px;
 height: 480px;
 position: absolute;
 left: 0px;
 top:0px;
 background-color: DDD;
}

#wrapper
{
 width: 860px;
 position: absolute;
 top: 85px;
 left: 50%;
 margin-left: -430px;
 padding: 0px 25px 25px 25px;
 background: url("images/wrapper_center.png") repeat-y top left;
}

#nav
{
 float: right;
 width: 560px;
 height: 25px;
 margin-top: 95px;
 left: 50%;
 margin-left: -179px;
 text-align: center;
}

#wrapper > div#nav {
 position: absolute;
 margin-top: 0px;
 width: 600px;
 height: 25px;
 top: 95px;
 left: 50%;
 margin-left: -189px;
 text-align: center;
}

#nav ul
{
 font-family: "MKAbel", "Tahoma", sans-serif;
 font-size: 1em;
 list-style: none;
 margin: 0px;
 padding: 0px;
}

#nav li
{
 float: left;
 padding-left: 42px;
}

#nav ul a
{
 display: block;
 padding: 0 0;
 line-height: 22px;
 text-decoration: none;
}

#nav a:link {
color: #000000;
text-decoration: none;
}

#nav a:visited {
color: #000000;
text-decoration: none;
}

#nav a:hover {
color: #c00000;
}


#top
{
 width: 860px;
 position: absolute;
 top: 10px;
 height: 75px;
 left: 50%;
 margin-left: -430px;
 background: url("images/wrapper_top.png") no-repeat top left;
}

#logo
{
 clear: both;
 width: 225px;
 height: 190px;
 float: left;
 margin-left: 33px;
 background: url("images/logo.png") no-repeat top left;
}

#leftColumn
{
 float: left;
 width: 220px;
 margin-top: -20px;
 margin-left: -20px;
}

.leftBoxWrapper
{
 background: url(images/shadow.png) no-repeat right bottom;
 position: relative;
 left: 64px;
 margin-top: 20px;
 padding-right: 8px;
 padding-bottom: 8px;
}

.leftBoxContent
{
 font-family: "Palatino", serif;
 font-size: 15px;
 padding: 12px 8px 12px 8px;
 margin-bottom:-1px;
 margin-right: 1px;
 border-style:solid;
 border-color:#b7b7b7;
 border-width: 1px;
}

#rightColumn
{
 float: right;
 margin-top: 0px;
 margin-right: 38px;
 padding-bottom: 75px;
 width: 485px;
}

#wrapper > div#rightColumn {
 float: right;
 margin-top: 125px;
 margin-right: 93px;
 width: 485px;
}

.rightBoxWrapper
{
 background: url(images/shadow.png) no-repeat right bottom;
 position: relative;
 margin-top: 16px;
 padding-right: 8px;
 padding-bottom: 8px;
}

.rightBoxContent
{
 font-family: "Palatino", serif;
 font-size: 1.0em;
 padding: 12px 8px 12px 8px;
 margin-bottom:-1px;
 margin-right: 1px;
 border-style:solid;
 border-width: 1px;
 border-color:#b7b7b7;
}

.rightBoxContent a:link {
color: a00000;
text-decoration: none;
}

.rightBoxContent a:visited {
color: 700000;
text-decoration: none;
}


.rightBoxContent a:hover {
color: c00000;
text-decoration: underline;
}

.leftBoxContent a:link {
color: a00000;
text-decoration: none;
}

.leftBoxContent a:visited {
color: 700000;
text-decoration: none;
}

.leftBoxContent a:hover {
text-decoration: underline;
}

.leftBoxContent p
{
font-family: "Arial", san-serif;
font-style: italic;
text-align: center;
font-size: .8em;
}


#footer
{
 clear: both;
 position: absolute;
 margin-top: 25px;
 left:0px;
 width: 860px;
 height: 75px;
 background: url("images/wrapper_bottom.png");
}

#wrapper > div#footer {
 clear: both;
 position: relative;
 width: 860px;
 height: 75px;
 margin-top: 34px;
 bottom: -100px;
 left: -25px;
 background: url("images/wrapper_bottom.png");
}

img {
border-style: none;
}