@charset "UTF-8";
/* CSS Document */


body {
	background: url(images/Background2.jpg) top center;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:70%; /*1.2em = 12px font*/
}

#wrapper{
		
	
}
#mainblock{
	width:1000px;
	margin:0 auto;
	background:url(images/WhiteLogoImage.gif) top left no-repeat;
}
#header{
	height: 121px;
	width:1000px;
	margin:0 auto;
	margin-bottom:10px;
	background:url(images/Logo.gif) bottom right no-repeat;
}
#bodycontent{
	background: url(images/subimage/1-standard.jpg) top right no-repeat;
	height:800px;
	margin:0 0 0 135px;
}

#nav{
	width:780px;
	margin:0 auto;
}

/*Styling*/
h1{font-size: 2.2em; font-family:Times, serif; font-weight:normal; color:#66140E;}
h2{font-size: 1.8em; font-family:Times, serif; font-weight:normal;}
h3{font-size: 1.6em; font-family:Times, serif; font-weight:normal;}
h4{font-size: 1.4em; font-family:Times, serif; font-weight:normal;}
p{ font-size: 1.2em; line-height: 1.7em;}
p.first:first-letter{font-size:1.8em;}
li{font-size:1.2em; line-height: 1.5em;}
strong.red{ color:#66140E;}


#bodycontent p, h1, ul{
	width: 400px;
}

.paragraph1{
	width: 400px;
	font-size: 1.2em; line-height: 1.7em;
}

p.names a{
	color:#660000;
	font-weight:bold;
}

a, a:visited{
	color:#660000;
}

#contactnote{
	float:right; 
	margin:140px 164px 0 0; 
	text-align:center; 
	width:200px; 
	font-size:1.2em;
	}

/*Hide movie
#apDiv1{
	display:none;
}*/

.line{
	border-bottom:dashed 2px #333333; height:0px; font-size:.1em; display:block; margin-top:20px; margin-bottom:20px;
}