/* REMOVE GAPS - see line 19 and 20 for other way*/
/* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
*/
p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-align:justify;
	line-height:150%;
	color: #333333;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height:150%;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url('LogoBack.jpg');
	margin: 0px; /*to remove whitespace above and left of layout - see other way at line 1*/
	padding: 0px; /*to remove whitespace above and left of layout - see other way at line 1*/
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
h1 {
	font-family: Arial, Verdana, Tahona;
	font-size:20px;
	margin: 10px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align:center;
	font-weight:bold;
	color: #000000;
}
h2 {
	font-family: Arial, Verdana, Tahona;
	font-size:18px;
	margin: 10px 0px 14px 0px;
	letter-spacing: -.5px;
	text-align:center;
	font-weight:bold;
	color: #000000;
}
h3 {
	font-family: Arial, Verdana, Tahona;
	font-size:13px;
	margin: 0px 0px -10px 0px;
	letter-spacing: 0px;
	text-align:center;
	font-weight:bold;
	color: #000000;
}
ul {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-indent: 26px;
list-style-type: disc;
padding: 6px;
margin: 2px;
text-align:justify;
}

img.gallery {
	padding:2px;
	border:3px double #cccccc
}

#main_container {
	float:left;
	margin:auto;
	width:800px;
	border-top:0px solid #CCCCCC;
}
#header {
	height:160px;
}

#height_wrapper {
	background:url(images/red_bgr.gif) repeat-y;
	overflow:auto;
	width:100%;
}

#header_left {
	float:left;
	width:180px;
	height:160px;
}
#header_right {
	float:right;
	width:620px;
	height:160px;
	background:#000000;
}
#nav_horizontal {
	text-align:right;
	letter-spacing:1px;
	padding:5px 5px 5px 0px;
	border-top:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	background:url(images/HorzNav.gif)
}
#nav_horizontal a:link, #nav_horizontal a:visited, #nav_horizontal a:active {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#nav_horizontal a:hover {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:underline;
}

#nav_vertical {
	float:left;
	width:180px;
	height:600px;
	background:url(images/red_bgr.gif) repeat-y;
}

#nav_vertical a:link, #nav_vertical a:visited, #nav_vertical a:active {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
#content {
	float:right;
	margin-bottom: 10px;
	width:600px;
	padding:3px; /*to remove space between vertical nav and footer - remove this padding*/
}
#content_boxspan {
	border-bottom:1px solid #333333;
	padding:0px 0px 10px 0px;
	float:left;
	text-align:justify;
	width:594px;
	overflow:auto;
}
#content_box1 {
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:5px 10px 5px 5px;
	float:left;
	text-align:justify;
	width:285px;
	height:239px;
}
#content_box2 {
	border-bottom:1px solid #333333;
	padding:5px 5px 5px 10px;
	float:left;
	text-align:justify;
	width:285px;
	height:239px;
}
#content_box3 {
	border-right:1px solid #333333;
	padding:15px 10px 0px 5px;
	float:left;
	text-align:justify;
	width:280px;
	height:240px;
}
#content_box4 {
	padding:15px 6px 0px 10px;
	float:right;
	text-align:justify;
	width:285px;
	height:240px;
}
#footer {
	clear:both;
	font-size:10px;
	text-align:left;
	padding:2px;
	border-top:3px double #999999;
}

#pictures_leftstack {
	padding:0px;
	float:left;
	width:280px;
}

#content_rightstack {
	padding:0px;
	float:left;
	width:300px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-align:justify;
	line-height:150%;
	color: #333333;
}