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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bodyBG.png) top left repeat #b7a5b7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 40px;
}

#page {
	width: 900px;
	margin: 0 auto;
	background: url(../images/pageBG.png) top left no-repeat #eed976;
}

#content {
	clear: both;
	line-height: 25px;
}

h1, h2 { font-weight: normal; }

#masthead h1, #masthead h2 {
	position: relative;
}

#masthead h1 {
	top: 30px;
	left: 20px;
}

#masthead h2 {
	top: 40px;
	left: 20px;
	width: 150px;
	color: #333;
	font-size: 21px;
}

#content h2 { color: #936; }
#masthead ul {
	float: right;
	margin: 10px 100px 0 0;
	list-style-type: none;
}

#masthead ul li {
	margin: 10px 0;
	padding: 0 0 8px 0;
	width: 200px;
	border-bottom: 1px dotted #CCCC66;
	text-indent: 40px;
	background: url(../images/bullet.png) 20px 2px no-repeat;
}

#masthead ul li a {
	color: #111;
	text-decoration: none;
}

#masthead ul li a:hover {
	color: #900;
	font-style: oblique;
	position: relative;
}

#welcomeTitle { padding-top: 140px; }

#welcomeImage {
	position: relative;

	width: 350px;
	height: 275px;
	padding: 6px;
	margin: 10px;
	background-color: #fff;
}

.standardImage {
	width: 225px;
	padding: 6px;
	margin: 10px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding: 10px;
}

#footerBG { background: url(../images/footerBG.png) bottom right no-repeat; }

form { width: 450px; margin: 20px auto; padding-bottom: 20px; }
form div { clear: both; padding: 10px 0; }
form label { float: left; }
form input, form textarea {
	float: right;
	border: 1px dotted #cccc66;
	padding: 5px;
	width: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a img { border: 1px solid #fff; }
a img:hover { border: 1px solid #93f; }