/* CSS Document */

html, body{
	height:100%;
	text-align:center;
}

html, body, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	background: url(images/back_tile.gif) repeat fixed left top;
	color: #3A3532;
	font: 0.7em/1.25 Verdana, Tahoma, Arial;
	letter-spacing: .01em;
}
a {
	color: #3AACD1;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #000000;
}
#boxContent a {	border-bottom: 1px dashed #BB3E7C;	padding-bottom: 2px;}
H1 {
	color: #85254b;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	display:block;
	border-bottom: 1px dashed #7B7A6C;
	letter-spacing: -0.04em;
}
h2 {
	color: #706F69;
	font-size: 1.3em;
}

li {
	padding: 0 20px 6px 10px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 5px;
}


/* layout
----------------------------------------------------------------------------- */
#boxWrapper {
	width: 776px;
	background: #FFFFFF url(images/back_tile_content.gif) repeat-y center top;
	margin-left:auto; /* to centre align box wrapper */
	margin-right:auto; /* to centre align box wrapper */
	min-height: 100%; /* Firefox, Safari, Opera */
}
#boxHeader {
	background: url(images/header.jpg) no-repeat center bottom;
	height: 212px;
	
}
#boxNav {
	width: 200px;
	height:400px;
	float:left;
	text-align:left;
}
#boxContent {
	text-align:left;
	margin-left:200px;
	border-left: 1px solid #d7d6cf;
	padding: 0px 50px 20px 40px;
}
	
#boxFooter { display:block; background-color:#333333; color:#FFFFFF; clear:both;}



/* Navigation
----------------------------------------------------------------------------- */

#boxNav ul {
	padding-left: 16px;
	padding-top: 16px;
}
#boxNav li { background:none; padding:0px;}
#boxNav a {
	padding: 5px 0 10px 3px;
	display:block;
	width:175px;
	font-size: 0.9em;
	font-weight: bold;
	color: #85254b;
	text-decoration: none;
	border-style: none;
}
#boxNav a:hover {
	background: url(images/nav_back_tile.gif) repeat-x left bottom;
}

