/* CSS Document */

html
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	color: #a11c21;
	background-color: #FFF;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	}

p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.75em;
	}
	
h1,h2,h3,h4,h5,h6
	{
	font-family: Verdana, Geneva, sans-serif;
	color: #1d1d1d;
	}

	h2
	{
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 0.75em 0;
	font-weight: bold;
	}
	
	h3
	{
	font-size: 18px;
	letter-spacing: -1px;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	font-weight: bold;
	}
	
	h4
	{
	font-size: 16px;
	letter-spacing: -1px;
	font-style: italic;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	font-weight: normal;
	}
	
	h5
	{
	font-size: 16px;
	letter-spacing: -1px;
	font-style: italic;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	}
	h6
	{
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 0.75em 0;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	}


a:visited {
	color: #a11c21;
}	
#holding {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic";
	font-size: 1em;
	color: #333;
	background-color: #FFF;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-top: -10px;
	padding-top: 0px;
}
#main {
	background-color: #FFF;
	left: 0px;
	margin-top: 150px;
	float: left;
	padding: 15px;
	width: 960px;
}
#photol {
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#photor {
	float: right;
	display: block;
	clear: both;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#navigation1 {
	position: absolute;
	top: 30px;
	font-family: 'Century Gothic', sans-serif;
	text-align: center;
	float: left;
	left: 10px;
	color: #a11c21;
}
#navigation1 ul {
	list-style: none;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
	color: #a11c21;
}
#navigation1 ul ul {
	display: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #a11c21;
}
#navigation1 ul li {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	height: 90px;
	line-height: 90px;
	width: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
	color: #a11c21;
}
#navigation1 li:hover ul {
	display: block;
}
#navigation1 ul li a:link {
	color: #a11c21;
	text-decoration: none;
	outline: 0;
	display: block;
	width: 90px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: large;
}
#navigation1 li:hover ul {
	display: block;
}

#navigation1 #homelink {
	background-image: url(images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	color: #000;
}

#navigation1 ul li a:hover {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
}
#footer {
	font-size: 0.8em;
	float: left;
	height: 20px;
	width: 960px;
	position: relative;
	top: 0px;
	text-align: center;
	color: #999;
	background-color: #FFF;
}

#holding #main table tr td ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.75em;
	color: #4c4c4c;
}
#holding #main table {
	background-color: #FFF;
}
#holding #main table tr td p {
	background-color: #FFF;
	font-size: 18px;
}

#holding #main table tr td p a {
	color: #606;
}
