@charset "UTF-8";
/* CSS Document */

/*----------------------- BODY DEFINITIONS --------------------------*/

body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#000;
	margin:0px;
}


/*----------------------- PAGE DEFINITIONS --------------------------*/

#wrapper {
	width:928px;
	margin-left:25px;
	margin-top:0px;
}

#masthead {
	width:928px;
	height:158px;
	background-image:url(images/mastheadbackground.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#signup {
	margin-top:46px;
	width:163px;
	float:right;
	color:#FFF;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
}

#mainnav {
	width:928px;
	height:56px;
	background-image:url(images/navbackground.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}

#contentwrapper {
	background-image:url(images/contentbackground.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#anniversary {
	position:relative;
	top:-60px;
	width:126px;
	height:119px;
	margin:auto;
}

#anniversary2 {
	width:155px;
	height:154px;
	margin:auto;
	padding-top:70px;
}

#sidenav {
	width:176px;
	float:left;
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
}

#sidenav2 {
	position:relative;
	top:-50px;
}


#content {
	width:752px;
	float:right;
}

#leftcolumn {
	width:513px;
	padding-left:30px;
	padding-right:30px;
	float:left;
}

#rightcolumn {
	text-align:center;
	width:179px;
	float:right;
}

#scrollingDiv {
	margin:auto;
	width:138px;
	height:auto;
	background-image:url(images/movingdivbackground2_s1.png);
	background-repeat: repeat-y;
}

#footer {
	margin-top:100px;
	text-align:center;
	font-size:10px;
}

#footer a {
	color:#0033CC;
	text-decoration:none
}

#footer a:hover {
	color:#0033CC;
	text-decoration:underline;
}

/*----------------------- CLASSES -----------------------------------*/

.blue {
	color:#0033CC;
}

.bold {
	font-weight:400;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990099;
	text-align: center;
}

h2 {
	font-size: 14px;
	color: #990099;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #990099;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

