* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color: #ff0000; }

#outer-wrap {
width: 730px;
margin: 5px auto;
margin-top: 10px;
background-image:url(images/oc_home_still.jpg);
background-repeat:no-repeat;
background-color: #EEEEEE;
}

#wrap {
width: 720px;
height: 468px;
margin: 4px auto;
margin-bottom: 4px;
}

#graybar {
width: 720px;
height: 2px;
background-color: #EEEEEE;
}


#content {
float: left;
position:relative;
top: -330px;
left: 79px;
width: 400px;
height: 300px;
padding: 5px;
padding-top: 5px;
background-color:#FFFFFF;
z-index:500;
filter:alpha(opacity=90);
opacity:0.90;
}

#content p{
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
}

#content h2{
color: #CC9900;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}




#left h2 { 
color: #FFFFFF; 
font-size: 10px; 
font-weight: 50;
height: 20px;
vertical-align: middle;
line-height: 10px;
padding-left: 5px;
padding-right: 5px;
text-transform:uppercase;
letter-spacing:-1px;
}

#main {
border: solid 3px #CCCCCC;
margin-left: 166px;
height: 505px;
padding-left:8px;
padding-top: 8px;
padding-right: 8px;
background-color:#666666;
}

#main a {
color: #66FFFF;
text-decoration: none;
}

#main a:hover {
color: #FFFFFF;
}


#main a.contact {
color: #FFFF00;
text-decoration: none;
}

#main a.contact:hover {
color: #00CC00;
}

#main h2 {
height: 20px;
background-color:#444444;
line-height: 20px;
font-size: 12px;
font-weight: 50;
}

#footer {
width: 730px;
height:20px;
font-size: 9px;
line-height: 20px;
color: #eee;
background-color: #999933;
margin:4px auto;
margin-top: 0px;
}
#footer a { color: #990000; text-decoration: none; }
#footer a:hover { text-decoration: underline;}
