/**
* CSS
* 

* @sfaustina?
* @www.sfaustina.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-style: normal;
	background-image: url(http://www.sfaustina.com/sf2007/files/bgart.jpg);
	background-attachment: fixed;
}

body.section-1 {
}
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: hidden;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	line-height: 1.3em;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(http://www.sfaustina.com/sf2007/files/strip.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	color: #FF0000;
	font-weight: bold;
}

#content {
	height: 100px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 1.1em;
}

.container {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 35px;
}

#content p {
	width: 650px;
	margin-bottom: 9px;
	color: #666666;
	font-size: 8pt;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	margin: 0 0 10px 0;
	color: #666666;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }