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

*{
	margin:0px;
	padding:0px;
}
body{
	margin:1% auto;
	background-image:url(images/brown_blueprintbackground.jpg);
	background-repeat:repeat;
}
#allwrap{
	background-image:url(images/dropshadow_bckgrd.png);
	background-repeat:repeat-y;
	width:950px;
	margin:0 auto;
}
#wrap{
	width:900px;
	margin:0 auto;
	background-color:white;
}
#header{
	width:100%;
	height:130px;
}
#main{
	background-image:url(images/tan_gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	width:100%;
	height:360px;
}
#about{
	background-image:url(images/tan_gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	width:100%;
}

p{
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.1em;
	text-align:left;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:black;
	line-height:1.2em;
	text-align:center;
	font-weight:bold;
	padding:6px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	color:black;
	line-height:1.3em;
	padding:5px;
	text-align:center;
}
h2 a{
	padding:10px;
	text-decoration:none;
}
h2 a:hover{
	color:#af0e13;
}
table{
	margin:0 auto;
}
a:link{
	color:black;
	font-weight:bold;
	font-style:italic;
}
a:visited{
	color:black;
	font-weight:bold;
	font-style:italic;
}
a:hover{
	color:#70554c;
	font-weight:bold;
	font-style:italic;
}
.gallery{
	padding:3px;
}
.gallery img{
	border:1px solid black;
}


/*CLASSES*/
.quote{
	line-height:1.3em;
	margin-right:30px;
	margin-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.smalltext{
	font-size:12px;
}
.smalltext a:link{
	font-style:normal;
}
.smalltext a:hover{
	font-style:normal;
	color:#333;
}
.tallgeorgia{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.marginleft70{
	margin-left:230px;
}
.marginleft10{
	margin-left:10px;
}
.century14{
	font-family:"Century Gothic";
	font-size:13px;
	color:black;
}
.borderblack{
	border:2px solid black;
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.padding10{
	padding:10px;
}
.noborder{
	border:none;
}
.center{
	text-align:center;
	margin:0 auto;
}
.smalltext{
	font-size:10px;
	color:black;
}
.nopadding{
	margin:0;
	padding:0;
}
	
