/* EMRAN GROUP                 */
/*  		              */	
/* ======================    */
/* CSS Stylesheet           */
/* Written By: Shawn Emran */
/* ====================== */

body{
background:url(background_dport6c.jpg);
}
#top_banner {
position:relative;
width: 720px;
height:80px;
margin: 0px auto 0px auto;
border:none;
background:url(banner.png) top center no-repeat;
}
#top_nav{
position:relative;
width:720px;
height:20px;
margin: 0px auto 0px auto;
background:#ffffff;
text-align:right;
font-family:sans-serif;
font-size:1.2em;
font-weight:900;
color:#463D39;
}
#container{
position:relative;
width:720px;
margin: 0px auto 0px auto;
}
#main_body{
position:absolute;
width: 715px;
margin: 0px auto 0px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #333d55;
}
h1{
color: #333d55;
font-size: 1.6em;
font-weight:1000;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #efefef;
background: url("heading_background.jpg");
line-height: 150%;
margin: 0;
padding: 0;
padding-left: .4em;
padding-bottom: .1em;
margin-bottom: 1em;
border-left: 5px solid #ccc;
}
a:link{
color:#3C4B34;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#996633;
font-weight:bold;
text-decoration:none;
} 
a:hover{
color:#0099FF;
cursor:pointer; 
background-color:#CCCCCC;
}