/* New Beginnings Counselling Service CSS Document */
/* Site Design and Hosting by Crin Design */

body{
	background-image: url(images/bg_colour.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

body a:link {
	text-decoration:none;
	color: #B74E20;
}

body a:visited {
	text-decoration:none;
	color: #333333;
}

body a:hover {
	text-decoration:underline;
	color: #B74E20;
}

body a:active {
	text-decoration:none;
	color: #DC1E16;
}

ul{
	list-style-image:url(images/sunbullet.png);
}

.mainheader{
	font-weight: bold;
	font-size: 16px;
	color: #B74E20;
}

.bold{
	font-weight:bold;
}

#maincontainer{
	width: 740px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_maincontainer.png);
}

#header{
	width: 740px;
	background-image: url(images/bg_header.png);
	height: 145px;
	float: left;
}

#centrewrapper{
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 695px;
	padding-right: 20px;
}

#navigation{
	width: 124px;
	height: 334px;
	float: left;
	padding: 8px;
	background-image: url(images/bg_nav.png);
}

#contentwrapper{
	float: left;
	width: 541px;
	padding: 4px;
	background-image: url(images/bg_content.png);
	margin-left: 3px;
}

#content{
	float: left;
	width: 533px;
	height: 334px;
	overflow: scroll;
	overflow-x:hidden;
	padding: 4px;
}

#photo {
	float: right;
	width: 150px;
	height: 180px;
	margin: 4px;
}

#footer{
	float: left;
	width: 740px;
	background-image: url(images/bg_footer.png);
	height: 47px;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
}
