/* Copyright (C) themekat GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 
#header {
	/* background:url(../images/purpledice.jpg) repeat-x; */
	background:url(../images/Header.jpg) no-repeat;
	height: 255px;
	
}
#toolbar{
	width: 255px;
	float: left;
	
}
#headerbar{
	width:400px;
	float:right;
}
#menubar {
	background: #565f81;
	padding: 0;

}

.wrapper {
	background: #dadfeb;

}

time {color: #fff; padding: 5px;}

#footer {
	background: #565f81 url(../images/images/footergradient_07.jpg) repeat-x;
	padding: 20px;
	color: #30364c;
}

#footer a {
	color: #fff;
}
