BODY
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #063;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #000000;
}
.phuq #container
{
	width: 60%;
/*this will create a container 80% of the browser width*/
	background: #FFFFFF;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 4px solid #000000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
}
.phuq #header
{
	background: #006400;
	padding: 0 0px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
}
.phuq #nav
{
	background: #000000;
	border: 1px solid #000000;
	padding: 0 0px 0 10px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
}
.phuq #header H1
{
	margin: 0;
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse*/
	padding: 0px 0;
/*using padding instead of margin will allow you to keep the element away from the edges of the div*/
	color: #F0F0F0;
}
.phuq #mainContent
{
	padding: 0 20px;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	background: #FFFFFF;
}
.phuq #footer
{
	padding: 0 10px;
/*this padding matches the left alignment of the elements in the divs that appear above it.*/
	background: #DDDDDD;
}
.phuq #footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 10px 0 10px 120px;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
}
.phuq #form
{
	margin-left: auto;
	margin-right: auto;
	font-size: 68%;
}
.phuq #container #nav P A
{
	font-size: 96%;
	text-align: center;
}
.phuq #totop
{
	text-align: right;
}
.phuq #textcenter
{
	text-align: center;
}
.phuq #textcenter1
{
	text-align: center;
}
.phuq #textcenter2
{
	text-align: center;
}
.phuq #textcenter3
{
	text-align: center;
}
.phuq #textcenter4
{
	text-align: center;
}
.phuq #textcenter5
{
	text-align: center;
}
.phuq #textcenter6
{
	text-align: center;
}
.phuq #textcenter7
{
	text-align: center;
}
.phuq #textcenter8
{
	text-align: center;
}
.phuq #textcenter9
{
	text-align: center;
}
.phuq #albumlinks
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks2
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks3
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks4
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks5
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks5
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks5
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks5
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks6
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks7
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks8
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks9
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks10
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks11
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks12
{
	text-align: right;
	font-size: 90%;
}
.phuq #albumlinks12
{
	text-align: right;
	font-size: 90%;
}
H1
{
	font-size: 16px;
}
H2
{
	font-size: 12px;
}
H3
{
	font-size: 11px;
}
H4
{
	font-size: 10px;
}
H5
{
	font-size: 9px;
}
H6
{
	font-size: 8px;
}
A:link
{
	color: #F00;
	text-decoration: none;
}
A:visited
{
	color: #3F0;
	text-decoration: none;
}
A
{
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
}
A:active
{
	text-decoration: none;
}
