html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FEE8F5;
}

body, td, input, select, textarea {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#outer {
	height: 100%;
	min-height: 100%;
	margin-bottom: -66px;
}

html>body #outer{
	height:auto;
}

#clearfooter {
	height:75px;
}

h1, h2, h3, h5 {
	font-family: Verdana, Georgia, Arial, Verdana, Sans-Serif;
	color: #ED0B9B;
	margin: 0;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
	color: #2240A0;
}

.days {
	color: #ED0B9B;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	font-size: 23px;
	margin: 0;
	padding: 0 0 4px 0;
}

h2, h5 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 8px 0;
}

h3 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

a {
	color: #000;
}

a.selected {
	text-decoration: none;
}

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 121px;
	width: 100%;
	background-color: #2240A0;
}

#container {
	/*width: 760px;*/
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
}

#header  {
	position: relative;
	height: 121px;
	width: 760px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #2240A0;
}

#logo {
	width: 341px !important;
	width /**/: 394px;
	padding: 73px 0 0 53px;
	text-align: left;
}

#promo_links {
	float: right;
	width: 295px !important;
	width /**/: 300px;
	text-align: right;
	padding: 85px 5px 0 0;
	color: #fff;
}

#promo_links a, #footer a {
	color: #fff;
}

#nav {
	height: 14px;
	margin: 18px 0 20px 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
}

p {
	width: 398px;
	margin: 0 auto 0 auto;
	padding: 0 0 23px 0;
}

p.photo_credit {
	padding: 14px 0 2px 0;
	color: #B4A2AE;
}

#hit_counter {
	width: 224px;
	background-color: #2240A0;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	font-weight: bold;
}

#album-list {
	margin: 20px auto 0 auto;
	width: 590px;
	text-align:center;
}

#album-thumb-list {
	margin: 20px auto 0 auto;
	width: 536px;
	text-align:center;
}

.album-block {
	float: left;
	display: inline;
	margin: 5px 10px 5px 10px;
	width:158px;
	height:221px;
	text-align:center;
	color: #fff;
}

.album-thumb-border {
	margin: 27px auto 0 auto;
	border: 6px solid #fff;
	width: 85px !important;
	width /**/: 97px;
	height: 85px !important;
	height /**/: 97px;
}

.album-thumb {
	float: left;
	display: inline;
	margin: 5px;
	border: 6px solid #fff;
	width: 85px !important;
	width /**/: 97px;
	height: 85px !important;
	height /**/: 97px;
}

.album-block a {
	color: #fff;
}

#footer {
	position:relative;
	width:100%;
	height: 65px !important;
	height /**/:66px;
	padding: 1px 0 0 0;
	background-color: #2240A0;
	color: #fff;
	text-align: center;
}


/* FORM STYLING ***************** */
form { margin: 0; }

input.submit {
	width: 47px;
	height: 16px;
	border: none;
	cursor: pointer !important;
	cursor /**/: hand;
	margin: 7px 2px 0 0;
	background: url(/images/buttons/submit_button_white.gif) no-repeat top left;
}

input.fullname {
	width: 266px;
}

textarea.message {
	width: 266px;
	height: 119px;
}

.line {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	background: #CDB9C5;
	width: 488px;
	margin: 15px auto 15px auto;
}