/* CSS Document */

body {
     text-align: center;	 
     color: #333333;
     font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 90%;
     border-style: none;
     background: #444444 url(../images/bg.gif);
}


#top_pane {
     width: 900px;
	 height: auto;
	 float: left;
	 margin: 0px auto 0px auto;
	 background: #FFFFFF; 
}

#left_pane {
     width: 600px;
	 height: auto;
	 float: left;
	 margin: 0px auto 0px auto;
	 background: #FFFFFF; 
}

#right_pane {
     width: 300px;
	 height: auto;
	 float: left;
	 margin: 0px auto 0px auto;
	 background: #FFFFFF; 
}


#bottom_pane {
     width: 900px;
	 height: auto;
	 float: left;
	 margin: 0px auto 0px auto;
	 background: #FFFFFF url(../images/page.gif) repeat-y;
}

#banner {
    width: 900px;
	height: 128px; 
	background-image: url(../images/masterdivers-banner.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

#separator_bar {
    width: 600px;
	height: 30px;
	background-image: url(../images/separator-bar.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
} 

#long_bar {
    width: 900px;
	height: 30px;
	background-image: url(../images/bar.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
} 


#pic_frame {
    width: 300px;
	height: 225px;
	background-image: url(../images/pic-frame.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
} 

#photo {
    width: 240px;
	height: 160px;
	margin: 16px auto 0px auto;
} 

#page_text {
	width: 560px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#footer_text {
	width: 900px;
	height: auto;
	font-size: smaller;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
}

a {

text-decoration: none;
color: #3344FF;
font-weight: bold;
}

a:hover {

text-decoration: none;
color: #FF0000;
font-weight: bold;
}
