/*
	global styles
*/

body
{
	background: url(../images/background.png) repeat-x #454545;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 804px;
	margin: 0 auto 20px auto;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

div.clear
{
	clear: both;
}

/*
	header styles
*/

div#header
{
	height: 128px;
}

div#header div.left
{
	padding: 27px 25px 25px 25px;
}

div#header div.right
{
	padding: 46px 25px 50px 0;
}

/*
	navigation styles
*/

div#navigation
{
	background: url(../images/content-top.png) no-repeat top left;
	padding: 12px 0 11px 0;
}

div#navigation ul
{
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}

div#navigation ul li
{
	display: inline;
}

div#navigation ul li a
{
	padding: 10px 12px;
}

div#navigation ul li a:hover
{
	text-decoration: none;
	background: url(../images/nav-hover.png);
}

/*
	content styles
*/

div#content
{
	background: url(../images/content-middle.png) repeat-y top left;
	color: #000;
}

div#content-bg
{
	padding: 40px 42px;
}

div#minibox-top
{
	background: url(../images/mini-box-top.png) no-repeat top left;
	height: 6px;
}

div#minibox
{
	background: url(../images/mini-box-middle.png) repeat-y top left;
	padding: 0 8px;
	width: 365px;
}

div#minibox-bottom
{
	background: url(../images/mini-box-bottom.png) no-repeat top left;
	height: 6px;
}

h1
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 12px 5px;
}

p
{
	text-align: justify;
	margin: 0;
	padding: 5px 5px 10px 5px;
	line-height: 165%;
}

div#content a
{
	color: #000;
	text-decoration: underline;
}

div#content ul
{
	padding: 0 30px 15px 30px;
	margin: 0;
}

/*
	page image styles
*/

div.home-bg
{
	background: url(../images/home-bg.png) no-repeat top left;
	margin-left: 2px;
	min-height: 421px;
}

div.about-bg
{
	background: url(../images/about-bg.png) no-repeat top left;
	margin-left: 2px;
}

div.contact-bg
{
	background: url(../images/contact-bg.png) no-repeat top left;
	margin-left: 2px;
	min-height: 654px;
}

div.links-bg
{
	background: url(../images/links-bg.png) no-repeat top left;
	margin-left: 2px;
	min-height: 587px;
}

div.counselling-bg
{
	background: url(../images/counselling-bg.png) no-repeat top right;
	margin-right: 2px;
	min-height: 433px;
}

img.about-me
{
	float: right;
	margin: 15px 0 0 10px;
	border: 1px solid #000;
}

/*
	footer styles
*/

div#footer
{
	background: url(../images/content-bottom.png) no-repeat top left;
	padding: 13px 13px 14px 13px;
}

div#footer div.right
{
	padding: 8px 3px;
}

div#footer div.right a
{
	padding: 0 2px;
}

div#footer div.left span.small
{
	font-size: 10px;
}

div#footer div.left a
{
	text-decoration: none;
	color: #bcbdc0;
}

span.green
{
	color: #a2c539;
}
