body
{
	margin: 0px auto 0px 0px;
	/*background-color: 938e30;*/
	background-color: d5d57f;
        /*overflow: hidden;*//* prevent scroll bar showing, if window is small */
}

#middle_ancore
{
	margin-left: auto;
	margin-right: auto;
	/*overflow: hidden;*/
	position: static;
	display: block;
	text-align:center;
}

#middle_pane 
{
	/*background-image: url("../images/vertical_gradient.jpg");*/
	/*background-color: d5d57f;*/
	background-position: -1px -1px;
	background-repeat: repeat-y;
	/*width:842px;*/
	width:950px;
	/*height:100%;*/
	margin-left: auto;
	margin-right: auto;
	/*z-index:-1;*/	
	position: static;
	/*overflow: hidden;*/
	display: block;
}

#right_pane
{
	background-color: d5d57f;
	width: 50%;
	/*height: 100%;*/
	position: static;
	left: 50%;	
	/*overflow: hidden;*/
	display: block;
}

#footer_pane
{
	background-image: url("../images/bottom_flowers.png");
	background-repeat:repeat-x;
	height:159px;
	width:100%;
	position: static;
	/*position: absolute;*/
	/*position: absolute;*/
	/*z-index:2;*/
	/*bottom:0px;*/
	/*display: block;*/
	/*left:0;*/
}

#logo_pane
{
	float: left;
	width:255px;
	position: relative;
}

#empty_links_pane
{
	width:100%;
	height:50px;
	position:static;
}

#links_pane
{
	/*width:100%;*/
	height:20px;
	position:static;
}

#content_pane
{
	/*top:75px;*/
	width:100%;
	/*height:100%;*/
	position:static;
	text-align:left;
}

#link_content_pane
{
	width:100%;
	/*height:100%;*/
	position: relative;
	left:30px;
	/*float: right;*/
}

a.internal_link
{
	text-decoration: none;
	/*color: f3f3e5;*/
	color: 6b6b63;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}

a.project_link
{
	text-decoration: none;
	align: left;
	/*color:83834f;*/
	color: f3f3e5;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}

div.first_link
{
	float:left;
	width:115px;
}

div.last_link
{
	float:left;
	width:115px;
}

div.link
{
	font-size:13px;
	font-family:Arial;
	float:left;
	/*width:90.33px;*/
	width:115px;
}

p.standard
{
	color:f3f3e5;
	font-size:13px;
	font-family:Arial;
	float:left;
	text-align: left;
}

.category_name
{
	color:black;
	font-size:14px;
	font-family:Arial;
	float:left;
	text-align: left;
}


.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;
}

.border
{
	border: 1px solid #666;
}

