@charset "UTF-8";


/* Page Styles */

body {
	margin:0px;
	padding:0px;
	background-color: #dad9c5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	}
.clear {
	height:0px;
	clear:both;
	}
li {
	margin-top:5px;
	}
p {
	margin-top:0px;
	margin-bottom:15px;
	}
blockquote {
	font-style:italic;
	color:#555;
	padding-left:20px;
	border-left:solid 1px #999;
	}
	
/* Link Styles */

a:link {
	color: #a23306;
	}
a:visited {
	color: #a23306;
	}
a:hover {
	color: #000000;
	}
a:active {
	color: #a23306;
	}
	
/* Headings */

h1 {
	font-family:Veranda, Arial, Helvetica;
	font-size:18px;
	margin-top:15px;
	margin-bottom:10px;
	font-weight: bold;
	color:#a23306;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:32px;
	font-weight:bold;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
	color:#555;
	line-height:26px;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-top:-5px;
	margin-bottom:20px;
	}
h5 {
	}
h6 {
	font-size:12px;
	color:#555;
	margin-top:-5px;
	margin-bottom:10px;
	}
#title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#a23306;
	padding-bottom:20px;
	}

/* Header */

#header {
	background-position:center;
	height:370px;
	background-image:url(/images/header.jpg);
	}
#navbar {
	background-image:url(/images/dim.png);
	background-position:right;
	height:310px;
	background-repeat:no-repeat;
	text-align:right;
	}
#navs {
	height:300px;
	float:right;
	padding-top:18px;
	padding-right:20px;
	width:192px;
	}
#donate {
	width:143px;
	height:143px;
	float:left;
	}
#emboss {
	width:600px;
	text-align:right;
	margin:auto;
	}
#apply {
	float:left;
	margin-left:147px;
	padding-top:5px;
	}
#album {
	float:right;
	width:150px;
	padding-top:25px;
	}
	
/* Content */

#bg {
	background-image:url(/images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	}
#fill {
	background-image:url(/images/fill.png);
	background-position:center;
	background-repeat:repeat-y;
	}
#start {
	background-image:url(/images/top.png);
	background-position:center;
	background-repeat:no-repeat;
	height:24px;
	}
.content {
	width:600px;
	margin:auto;
	background-image:url(/images/gradient.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:75px;
	padding-right:75px;
	padding-top:40px;
	padding-bottom:40px;
	line-height:26px;
	}
.content img {
	padding:1px;
	border:solid 1px #999;
	float:left;
	margin:8px 15px 8px 0px;
	}
#end {
	background-image:url(/images/bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	height:24px;
	}
	
/* Pictures */

#album-pics {
	margin-top:20px;
	text-align:center;
	}
#album-pics img {
	border:solid 1px #8da89d;
	text-align:center;
	}
#albums {
	width:500px;
	margin:auto;
	margin-top:50px;
	}
#albums img {
	float:left;
	margin-right:30px;
	padding:1px;
	border:solid 1px #999;
	margin-bottom:30px;
	}
.album {
	padding-top:40px;
	}
.album-title a {
	font-family:Helvetica, Arial, Veranda;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	}
.album-description {
	font-style:italic;
	}
.album-meta {
	margin-top:15px;
	margin-bottom:15px;
	color:#555;
	}
	
/* Footer */
	
#footer {
	padding-top:20px;
	height:60px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}
.clear {
	height:0px;
	clear:both;
}