html, body {height:100.1%;}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #020146;
	background-color: #FFFFFF;
	min-width: 760px;
}
#logo {
	background-image: url(../assets/layout/logo_bg.jpg);
	background-repeat: repeat-x;
}
h1 {margin: 0;}
#tagline {
	margin: 15px 0 15px 0px;
	font-size: 1em;
	letter-spacing: 0.6em;
	font-weight: bold;
	color: #46A5E8;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-repeat: repeat-y;
	background-image: url(../assets/layout/layout.jpg);
}
#layoutcrown {
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
	background-image: url(../assets/layout/layout_top.jpg);
}
#midcolumn {
	float: right;
	width: 760px;
	margin: 0;
	font-size: .8em;
}
#layoutbottom {
	clear: both;
	background-image: url(../assets/layout/layout_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
h2.top {
	font-size: 1.1em;
	letter-spacing: 0.3em;
	margin-top: 2.2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
h3.top {
	margin: 1.5em 0 15px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}
.content {
	background-repeat: repeat-x;
	margin: 0 1px;
	padding: 1px 32px 20px 32px;
	background-image: url(../assets/layout/light_gray_bevel.jpg);
	text-align: center;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-align: center;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #7BACE3;

}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	color: #333333;
	font-size: 0.85em;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
	text-align: center;
}
#footer p {
	margin: 12px 20px 6px 6px;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#midcolumn .content a {
	color: #47A5E5;
	font-weight: bold;
}
#albums {
	background: #CCCCCC;
	border: medium double #A1AEC2;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-left: 1%;
}

#albums a img {
	border: 1px solid #EBE7E1;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 25px 0%;
	padding: 15px;
}
#albums a:hover {
	text-decoration: none;
}
.content li {
	list-style: url(../assets/bullet.jpg) none outside;
	line-height: 18px;
}
.content ul {
	margin-left: -7px;
}
