/* CSS Document */

body {
	margin: 0px;
	background-color: #6CA7E1;
	color: #444442;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

a {
	font-weight: bold;
	color:#312E66;
}

a:hover {
	font-weight: bold;
	color:#5A88B6;
}

#centred
{
	width:770px; 
	margin: 0px auto;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

#header {
	height: 290px;
	overflow:hidden;
}

#nav {
	background-image:url(images/bg_nav.gif);
	background-repeat:no-repeat;
	height: 22px;
	padding: 11px 0px 0px 27px;
}

#nav a {
	color: #6DA8E0;
	text-decoration:none;
	font-weight: normal;
}

#nav a:hover {
	color: #CFDCEC;
	text-decoration:underline;
	font-weight: normal;
}

.item {
	background-image:url(images/nav_dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0px 16px 0px 11px;
}

#two_column {
	/* just a container for other stuff */
	margin: 3px 0px 0px 40px;
}

#content {
	float: left;
	width: 399px;
	margin-bottom: 60px;
}

#right_column {
	float: right;
	width: 301px;
	margin-top: -36px;
}

#content p {
	margin: 12px 0px 0px 0px;
}

#clear {
	clear: both;
}

#footer {
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	background-color: #6CA7E1;
	padding-left: 40px;
	min-height: 43px;
	border-bottom: 1px solid #6CA7E1;
}

#tip_box {
	float: left;
	width: 361px;
	margin: -48px 0px 3px 0px;
	background-image:url(images/tip_top.gif);
	background-repeat:no-repeat;
	
}

#footer > #tip_box {
	margin-top: -50px;
}

#tip {
	color: #8B8788;
	padding: 34px 24px 14px 37px;
	background-image:url(images/tip_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

