body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0px;
	background-color: #F2D9DE;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bgSilence.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D8899C;
	margin-top: 10px;
}
#content {
	margin-left: 350px;
	width: 290px;
	margin-top: 35px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #CCFFFF;
	margin-bottom: 20px;
}
#content a:link {
	color: #CCFFFF;
}
#content a:visited {
	color: #FFFFFF;
}

#content .q {
	background-image: url(images/iconQ.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-style: italic;
}
#content .a {
	background-image: url(images/iconA.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#content .aul {
	margin-left: 0px;
	padding-left: 30px;
	list-style-type: square;
	background-image: url(images/iconA.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: outside;
}


#download {
	float: right;
	width: 100px;
	margin-top: 80px;
	font-size: 0.7em;
	margin-right: 5px;
}
#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	line-height: 1em;
}
#content ul {
	padding-left: 0px;
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}
#content li {
	margin-bottom: 5px;
}

#footer {
	background-color: #CF7088;
	height: 47px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #E1A6B5;
	padding-bottom: 5px;
}
