/* CSS layout */
#outer{
	height:100%;
	min-height:600px;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
      background:#ffffff;
	
}

#masthead {
	position: relative;
	width: 900px;
	height: 154px
}

#top_left {
	width: 129px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/virgologosmallbg.jpg');
}

#header {
    margin-left: 200px;
	right: 10px;
	background-image: url('images/virgologosmallbg.jpg');
}

#container {
	position: relative;
	width: 900px;
      min-height:550;
}

#left_col {
	width: 150px;
      text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
      background: #CDF;
}

#right_col {
      float:right;
      width: 200px;
      text-decoration: none;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 100%;
}

#page_content {
      width: 443px;
	margin-left: 200px;
}

#page_info {
	margin-left: 200px;
	width: 700px;
	}
#navigation ul{
	display: block;
	text-decoration: none;
      width: 200px;
}
	

#footer {
	background-color: #000000;
      text-decoration: none;
      color:#FFFFFF;
	width:900px;
	height:35px;
	text-align:center;
	left:0px;
	bottom:0px;
	position:absolute;

}

#sidebar {
	float: left;
	width: 129px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}


/* hdf edit out
#footer {
	color: #ffffff;
	width:900px;
	clear:both;
	height:82px;
	text-align:center;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_900x82_2.jpg) no-repeat left top;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/
*/

