/*---{ Imports )-------------------------------------------------------*/

@import "custom/homepage.css";
@import "custom/footerhighlights.css";
@import "custom/project.css";
@import "custom/basic.css";
@import "custom/sidebar.css";
@import "custom/search.css";

/* ---------- */

#outerwrapper{
	width: 100%;
	background: #ddd3c1 url(../images/body-top.gif) repeat-x top left;
	padding:0 0 20px 0;
}

.backgroundheader{
	background-color:#e20072; /* #df0053 */
	display:block;
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
}

.linkmore{
	float:right;
	padding: 0 12px 0 0;
}



#sidecol .header{
	background:#8e8980 url(../images/homepage.jpg) no-repeat top left;
	height:206px;
	position:relative;
}

#sidecol .backgroundheader{
	position:absolute;
	top: 30px;
	left:0px;
	height: 60px;
	width: 241px;
}
#sidecol h1{
	position:absolute;
	color:white;
	top: 30px;
	left:20px;
	margin:0px;
	padding:0px;
	line-height: 60px;
	z-index:10;
	font-family:georgia;
	font-size: 24px;
	font-style: italic;
}

