/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
background:#00a3fd;
background:#00a3fd url(images/scuba_bg.jpg) bottom left no-repeat;
margin:0;
padding:0;
}
#footer{
float:left;
width:50%;
}
#content_body img{
margin:5px;
border:2px #45D000 solid;
}
#content_body table{
width:100%;
}
#content_body td{
border-bottom:1px solid #45D000;
}
a{
color:#B3EF95;
font-weight:bold;
}
a:hover{
font-weight:bold;
}
#container{
width:950px;
height:800px;
float:left;
}
#left_col{
width:270px;
float:left;
clear:left;
margin-right:50px;
}
#right_col{
width:594px;
float:left;
clear:right;
}
#content{
margin-top:20px;
}
#content_head{
background:url(images/content_head_bg.gif) top left no-repeat;
width:535px;
height:8px;
}
#content_body{
background:url(images/content_body_bg.gif) top left repeat-y;
width:515px;
padding:10px;
}
#content_foot{
background:url(images/content_foot_bg.gif) top left no-repeat;
width:535px;
height:18px;
}

#content_foot2{
background:url(images/content_foot_bg.gif) top left no-repeat;
width:535px;
height:200px;
}