#container_main {
	width: 800px;
	margin: auto;
}

#container_header{
	height: 152px;
	overflow: hidden;

	}

#container_footer {
	clear: both;
	height: 43px;
	overflow: hidden;
	}

#container_content {
    background-image: url(imgs/NHS06_main.jpg);
	background-repeat: repeat-y;
}

#container_content .container_content {
	float: left;
	width: 600px;
		}

#container_content .content_box {
	margin:20px 10px 10px 30px;
	}
	
#container_content .container_sidebar {
	float: right;
	width: 200px;
	background-image: url(imgs/NHS06_side.jpg);
	background-repeat: repeat-y;
	}

#container_content .sidebar_box {
	margin:20px 30px 10px 10px;
	/*padding: 0 0 0 10px;*/
}

hr {
	border-style: solid none none none;
	width: 75%;
	border-color:#FFFFFF;
	height:1px;}
	
body {
	font:11px/11px verdana, verdana, tahoma;
	background-color: #FFCC99;
	background-repeat: repeat;
	
}

p, li, center, .em, .quote {
	color:#663300;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	}
p, li {text-align:left}

p.note {
	font-size: 9px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	}

p.em {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	}

p.quote {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin: 0 50px 0 50px;
	}

a:link, a:visited, a:active { color:#333333; text-decoration: underline}
a:hover { color:#669900; text-decoration:none;}

tr {
		}

tr.caption {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}
tr.bg {
	background-color: #FFCC99;
}


table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #663300;
	}


td {
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	border-width: 1px;
	border-style: none solid none none;
	border-color:#FFD7AF;
}
td.gallery {
	padding: 3px 1px 3px 1px;
	vertical-align:middle;
}


td.bold {
	font-weight:bolder;
	}
	
td.bg {
	background-color: #FFCC99;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #663300;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 30px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #663300;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}
h1.side {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #663300;
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
	}
	
.small {
    font-size:9px}
	
.full {
    color:#CC0000}
