#page-container
{
	width: 100%;
	margin: auto;
	background-image: url(/images/gradient.gif);
	background-repeat: repeat-x; 
}

html, body
{

margin: 0;
	padding: 0;
}


#published
{
colour: blue
style: italics;
size: small;
}

#top
{
	background: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;	
height: 300px;
margin: auto;
width: 100%;
}



#nav
{
background: none;
margin: auto;
width: 96%;
}




#header {
	
	height: 0px;

}

#content
{
	padding: 10px 36% 20px 110px;
	margin: 2px;
	line-height: 20px;
}

#sidebar-gallery
{
	padding: 10px 0 15% 10px;
	float: left;
	width: 100px;
	margin: 0px;
	line-height: 18px;
}

#sidebar-notes
{
	padding: 10px;
	float: right;
	width: 32%;
	line-height: 18px;
}

#footer
{
	clear: both;
	height: 66px;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

#alt_nav_gallery
{
	width: 350px;
	float: right;
	text-align: right;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	top: 200px;
}

#alt_nav
{
	width: 500px;
	float: right;
	text-align: right;
}

.hidden
{
	display: none;
}

body
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

h1
{
	margin: 0;
	padding: 0;
}


h3
{
color: red; 
}


#content h2
{
	margin: 0;
	padding: 15px 0 5px;
}

#content p
{
	margin: 0;
	padding: 0 30px 0 0;
        padding-bottom: 15px; 

}


#content .padding
{
	padding: 25px;
}

#sidebar-gallery .padding
{
	padding: 25px;
}

#sidebar-notes .padding
{
	padding: 25px;
}

#stan_image
{ width: 85%;}

A:link {text-decoration: none;
color: red;}

A:visited {text-decoration: none;
color: red;}

A:active {text-decoration: none;
color: red;}

A:hover {text-decoration: underline; color: black;}

