@charset "UTF-8";
body/*------ basic styling -----*/ {
	margin: 0px;
	padding: 0px;
}
.VrdWht{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.VrdWht:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

.Vrdbody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	text-decoration: none;
}

body {
	background-color:#E9E1D1;
	text-align: left;
	background-image: url(../Phibbs_Images/Backgrond.jpg);
	}
#container{
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	
	}
#clear {
	clear:both;
	}
	/* ------position container elements -----*/
#header{
	position:relative;
	height:132px;
	width:750px;
	background-color: #fff;
	background-image: url(../Phibbs_Images/Phibbs_banner_logo.gif);
	background-repeat: no-repeat;
	}
	
#navigation  {
	
	position:relative;
	top:103px;
	background-image: url(../Phibbs_Images/navagation_bar_no_text.jpg);
	background-repeat: repeat-x;
	height: 29px;
	width: 750px;


}





#content_top {
	position:relative;
	background-color:#FFFFFF;
	width:740px;
	height:283px;
	padding-left: 10px;
	line-height: 23px;
	
}

#content_bottom {
	position:relative;
	background-color:#FFFFFF;
	height:256px;
	width:750px;
	
}

#content_bottom_work {
	position:relative;
	background-color:#FFFFFF;
	
	width:750px;
	
}
#image {
	float:right
	width: 305px
	height: 235px
	position: relative;
}
#block {
	float:right
	width: 327px
	height:179px
}
#footer{
	position:relative;
	background-color:#FFFFFF;
	height:24px;
	width:750px;
	background-image: url(../Phibbs_Images/color_bar_lower.gif);	
}
	
	
