/* OBMhost */

body {
background-color:#ffffff; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding:0;
}

p {
margin:2px;
padding:5px;
font-size:100%;
}

h1 {
	margin-top:0px;
    margin-bottom:0px; 
    font-size: 200%;
    text-indent: 10px;
    font-variant: small-caps;
    color:#fff;
    background-color:#660000;
    padding:5px;
	border-right:4px #990000 solid;
	width:90%;}
	
h3 {
	margin-top:0px;
    margin-bottom:0px; 
    font-size: 120%;
    text-indent: 10px;
    font-variant: small-caps;
    color:#fff;
    background-color:#660000;
    padding:5px;
	border-right:4px #990000 solid;
	width:90%;}
	
h4 {
	margin-top:0px;
    margin-bottom:0px; 
    font-size: 100%;
    text-indent: 10px;
    font-variant: small-caps;
    color:#fff;
    background-color:#660000;
    padding:5px;
	border-right:4px #990000 solid;
	width:90%;}
	



/* image floats */

 .floatright200
{
float: right;
width: 200px;
margin: 10px;
color:#900;
background-color:#000;
}

 .floatright320
{
float: right;
width: 320px;
margin: 5px;
color:#900;
background-color:#000;
}

 .floatright480
{
float: right;
width: 480px;
margin: 10px;
color:#900;
background-color:#000;
}

 .floatleft200
{
float: left;
width: 200px;
margin: 10px;
color:#900;
background-color:#000;
}

 .floatleft320
{
float: left;
width: 320px;
margin: 5px;
color:#900;
background-color:#000;
}

 .floatleft480
{
float: left;
width: 480px;
margin: 10px;
color:#900;
background-color:#000;
}

/* background */

#header-bg { 
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:171px;
	z-index: 1;
}

/* layout */

#menu {
	display:none;
	position:absolute;
	left:10px;
	top:175px;
	width:172px;
	height:169px;
	z-index:4;
}

#date {
	display:none;
	position:absolute;
	left:10px;
	top:514px;
	width:174px;
	height:30px;
	z-index:3;
}

#textarea {
position:inherit;
background:none;
}

