/****		Layout				****/

#main {
	background: #e7e7e7;
	width: 650px;
	padding: 0;
	min-height:470px;
	height: auto !important;
	height: 470px;
	color:#333;
}

/****		Nav	main			****/

#nav a {
	background: #a6a24b url(../images/navtab-bg.gif) no-repeat left top;
}
#nav a:hover, #nav li.selected a {
	background-color: #000;
}


/****		div adjustments				****/

#sidebar{
	margin-top: 0px;
	padding-top: 0px;
}

#logo{
	position:relative;
	margin: 0px;
	margin-bottom: 15px;
}

/****		Text en links				****/

#logo p {
	margin:0;
	margin-bottom: 5px;
	padding:0;
	border:0;
	width:128px;
	height: 50px;
	background:#a6a24b;
	font-size: 0.8em;
}
/*#logo p.alignLogoAjustment_1 {
	margin-bottom: 38px;
}*/
#logo a {
	display:block;
	margin: 0 0 0 5px;
	padding:8px 5px 0 0;
	font-size: 0.8em;
	color: #ffffff;
}
#logo a:link, #logo a:visited, #logo a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}
#logo a:hover { 
	color:#171717;
	text-decoration:underline;
}
#logo a:active { 
	color: #171717;
	text-decoration: none;
}

