



/* ------------------------------------------------- content ----------------------------------- */
#content {
	float:left;
	display:inline;
	width:600px;
	overflow:hidden;
	margin:0 0 0 15px;
	padding:0;
}





/* ------------------------------------------------- sidebar ----------------------------------- */
#sidebar {
	float:left;
	display:inline;
	width:296px;/*
	min-height:180px;*/
	margin:0 15px 0 0;
	padding:210px 15px 0;
	background:url(../images/bg_sidebar_home.jpg) top left no-repeat;
}

#sidebar p {
	color:#006b86;
	
}








/* ------------------------------------------------- quick links on homepage ----------------------------------- */

ul.homeButtons {
	clear:both;
	width:100%;
	margin:20px 0;
	padding:0;
	list-style:none;
	display:inline-block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:42px;
	color:#fff;
}

ul.homeButtons li {
	display:inline;
	list-style:none;
	background:none;
}
ul.homeButtons li a {
	display:inline-block;
	text-align:center;
	width:230px;
	height:50px;
	color:#fff;
	background:url(../images/bg_home_button_small.jpg) top left no-repeat;
}
ul.homeButtons li.big a {
	width:265px;
	background:url(../images/bg_home_button_big.jpg) top left no-repeat;
}

ul.homeButtons li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/bg_home_button_small_over.jpg) top left no-repeat;
}
ul.homeButtons li.big a:hover {
	background:url(../images/bg_home_button_big_over.jpg) top left no-repeat;
}
