html {
		margin:0;
		padding:0;
		height:100%;
	}

body{
	    min-width:1000px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		text-align: center;
		margin:0;
		height:100%;
		background-color:#FFF;
}
h1{
	font-size:2.5em;
}  /* displayed at 24px */
h2 {
	font-size:1.4em;
}  /* displayed at 18px */
h3{
	font-size:1.5em;
}  /* displayed at 15px */
h4{
	font-size:1.2em;
}  /* displayed at 12px */
p{
	font-size:1em;
}
/* structure */
#container	{
width:875px;
margin:0 auto;
text-align:center;	
background:url(images/bg.gif) repeat-y top left;
height:100%;
}

#content-container{
    width: 875px;
	margin:0 auto;
	text-align: center;
	background-repeat: repeat-y;
	height: 700px;
}
#header{
	height: 120px;
	width: 100%;
	text-align: left;
}
#left{
	width: 625px;
	float: left;
	text-align: left;
	min-height: 600px;
	
}
#imagecontainer{
height: 420px;
}

#imagecontainer img{
padding: 2px
}

#thumbnails{
text-align: left;
}

#thumbnails img{
padding-right: 1px;
}

#right{
	width: 250px;
	float: left;
	text-align: right;
	min-height: 600px;
	
}

#right-main-navigation{
	height: 270px;
	padding-left: 110px;
	text-align: left;

}

#right-main-navigation a, #right-sub-navigation a{
	color: white;
	text-decoration: none;
	padding: 2px;
	
}

#right-main-navigation a:hover, #right-sub-navigation a:hover{
	color: white;
	background-color: #ea5f1d;
	text-decoration: none;
	padding: 2px;
}

#right-sub-navigation{
	height: 200px;
	padding-left: 110px;
	text-align: left;
}


/* info pages -about, contact, links- */

#info h5	{
	font-size:110%;
	color:#DA1010;
	margin-bottom:10px;
	font-weight:normal;
}

#info p	{
	font-size:110%;
	margin-bottom:20px;
	line-height:2em;
}

#info p.note	{
	margin-top:40px;
}

	#info p .indent	{
		margin-left:20px;
	}

#info .content	{
	padding-left:55px;
}

#info #links	{
	margin-bottom:40px;
}

#info ul, #info .contact-info	{
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:110%;
}

#info ul li, #info .contact-info li	{
	padding:0;
	margin-bottom:3px;
	margin-left:0;
	font-size:110%;
}

ul a:link	{
	color:#000;
	text-decoration:none;
}

ul a:visited	{
	color:#000;
	text-decoration:none;
}

ul a:hover	{
	color:#000;
	text-decoration:underline;
}

ul a:active	{
	color:#DA1010;
	text-decoration:underline;
}



























 