@charset "utf-8";
/* New CSS for briannawagner.com [05-14-09] */

html,body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	background-image: url(images/bg07.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	background-attachment: fixed;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #cccccc;
}

a {
	text-decoration: none;
	color: #FF9BCD;
}

td ul {
	list-style-image: url(images/checkmark.png);
	list-style-type: circle;
}

td ul li {
	text-align: left;
}

td {
	vertical-align: top;
}

#page {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 777px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: center;
}

#head {
	margin: 0 auto 47px auto;
	text-align: center;
	font-size: 333%;
}

.subhead {
	color: #FF9BCD;
	background: #000000;
}

#nav {
	margin: 27px auto 0 auto;
	padding: 7px;
	height: 33px;
	width: 684px;
	position: static;
	font-size: 117%;
}

#content {
	margin: 0 auto;
	padding: 7px;
	width: 684px;
	height: 433px;
	position: static;
	text-align: justify;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(images/seethrubg.png);
	background-repeat: repeat;
}

#word {
	color: #C0C0C0;
	margin-left: 455px;
	padding: 10px;
	width: auto;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#word a{
	font-weight: bold;
}


#foot {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0; /* stick to bottom */
	text-align: center;
	margin: 0 auto;
}