/* CSS Document */

body {
	background-color: #BFBFBF;
	font: 12px verdana, sans-serif;
	color: #000;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fbffdb; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

img {
	border: 0px;
}

#main {
	background: #fff url(../images/index_05.jpg) bottom left no-repeat;
	text-align: left;
	padding-bottom: 20px;
}

#listen {
	height: 73px;
	width: 303px;
	background: url(../images/have_a_listen.gif) top left no-repeat;
	margin-left: 20px;
	margin-bottom: 10px;
	font: bold 11px verdana, sans-serif;
	padding-top: 40px;
	padding-left: 15px;
	color: #fff;
	float: left;
}

#listen a, #listen a:visited {
	color: #D7C863;
	text-decoration: none;
}

#listen a:hover {
	text-decoration: underline;
}

#rightnav {
	float: right;
	width: 150px;
	margin: 17px 15px 30px 15px;
}

.block, .block a, .block a:visited {
	width: 140px;
	height: 65px;
	background: url(../images/block.jpg) top left no-repeat;
	padding: 13px 5px 5px 5px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.grey_block, .grey_block a, .grey_block a:visited {
	width: 140px;
	height: 65px;
	background: url(../images/block_grey.jpg) top left no-repeat;
	padding: 13px 5px 5px 5px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.block a:hover {
	color: #fff;
}

.grey_block div, .grey_block div a, .grey_block div a:visited {
	font: 11px verdana, sans-serif;
	padding-left: 4px;
}

.block div, .block div a, .block div a:visited {
	font: 11px verdana, sans-serif;
	padding-left: 4px;
}

.block div a:hover {
	color: #fff;
}

#content {
	float: left;
	padding: 25px 25px 25px 30px;
	width: 450px;
	line-height: 170%;
}

#content p strong {
	color: #D70000;
	font-style: italic;
}

h2 {
	font: bold 18px georgia, serif;
	font-style: italic;
	color: #D70000;
}

h3 {
	font: bold 15px georgia, serif;
}

#bottomstrap, #bottomstrap a, #bottomstrap a:visited {
	font: 10px verdana, sans-serif;
	color: #6D6D6D;
	text-decoration: none;
	margin-top: 10px;
}

#bottomstrap a:hover {
	text-decoration: underline;
	color: #424242;
}