/* CSS Document */

body { background-color:#000000 ;
    font-family: DomCasual BT;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/DOMCASU0.eot);
	font-size:18px;
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
}



h1 {     
    font-family: DomCasual BT;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/DOMCASU0.eot);
    font-size:36px;
}

h2 {
    font-family: DomCasual BT;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/DOMCASU0.eot);
	font-size:30px;
}

h3 {
    font-family: DomCasual BT;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/DOMCASU0.eot);
	font-size:24px;
}

#leftcontent { position: absolute;
left:0px;
top:120px;
width:120px;
background:#000000 ;
border:0px solid gray;
margin-top:10px;
}

#centercontent {
top:120px;
background:#000000 ;
margin-left:119px;
margin-right:119px;
border:1px solid white;
margin-left:121px;
margin-right:121px;
margin-top:10px;
padding:20px;
height:inherit;
min-height:inherit;
overflow:auto;
}




#rightcontent { position: absolute;
right:0px;
top:120px;
width:120px;
background:#000000 ;
border:0px solid white;
margin-top:10px;
}

#banner { background:#000000 ;
height:100px;
border-top:0 solid gray;
border-right:0 solid white;
border-left:0 solid white;
height:99px;
}



p,h1,h2,h3 { margin:0px 10px 10px 10px;
}



#theImage{
    width:100%;
    height:500px;

}