@charset "utf-8";
/* CSS Document */

/* Following is CSS browser reset code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End browser reset code */

body {
	background: url(../images/anniversary/bg_page.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
#container {
	width: 900px;
	margin: 100px auto;
	background: #fff;
	border: 2px solid #3C6FAE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	#header {
		height: 50px;
		background: #3C6FAE;
		color: #fff;
		line-height: 50px;
		}
		.logo {
			float: left;
			margin: -75px 25px -75px -50px;
			}
	#content {
		font-size: 12px;
		line-height: 16px;
		}
		.column {
			padding: 100px 25px 25px 25px;
			}
		.column.left {
			width: 500px;
			}
		.column.right {
			width: 300px;
			background-color: #DFE8F1;
			}
		#content p {
			margin: 0 0 10px 0;
			}
			#content h1 {
				float: left;
				font-size: 200%;
				line-height: 0.85em;
				margin-right: 0.1em;
				margin-top: 0.15em;
				margin-bottom: -0.1em;
				font-weight: bold;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #790D31;
				}
		#content a.videothumb {
			float: left;
			text-align: center;
			text-decoration: none;
			margin: 0 50px 30px 0;
			}
		#slideshow {
			position: relative;
			}
			#slideshow li {
				position: absolute;
				}
				#slideshow li img {
					width: 300px;
					}
				#slideshow li div.caption {
					margin: 5px 0 0 0;
					padding: 3px;
					font-size: 10px;
					font-style: italic;
					text-align: center;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					background: #fff;
					}
	#footer {
		clear: both;
		padding: 10px 25px;
		background: #3C6FAE;
		color: #fff;
		font-size: 12px;
		}