#page
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#header
{
	background-color: #fff;
	background-image: url(http://cachearticles.com/images/divider.gif);
	background-repeat: no-repeat;

	margin: 0;
	padding: 0;
	width: 800px;
	height: 130px;
}

#header h1
{
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
	color: blue;
	font-size: 120%;
	padding: 5px 5px 0 0;
	margin: 0;
}

#special
{
	float:left;
	width:200px;
	background:#d7cde8;
	margin-right: 1em;
	padding: .5em .5em .5em .5em;
	text-align: center;
}

#content
{
	margin: 0 0;
	background-color: #fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	text-align: left;
	width: 800px;
}

#content h1
{
	text-align: center;

	font-weight: bold;
	color: blue;
	font-size: 125%;

}

#content p
{
	text-align: left;
}

#content a
{
	text-decoration: none;
}

#content2
{
	margin: 0;
	background-color: #fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	width: 800px;
	height: 800px;
	text-align: left;
}

#content2 h1
{
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	color: blue;
	width: 75%;
	font-size: 115%;
	border-top: 1px solid purple;
	border-bottom: 3px solid purple;
}

#content2 a
{
	text-decoration: none;
}

#nav
{
	background-color: transparent;
	margin: 0;
	float: right;
	padding: 0;
	font-weight: bold;
	font-variant: small-caps;
}

#nav ul
{
	background-color: #0000C0;
	list-style-type: none;
	text-align: right;
	margin: 100px 0 0 0;
	padding 0;
	background-color: #fff;
}

#nav li
{
	background-color: #fff;
	display: inline;
}

#nav a
{
background-color: transparent;
display: inline;
color: #0000ff;
font-family: arial;
font-size: 11pt;
text-decoration: none;
}

#foot
{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	clear: both;
	margin: 0;
	background-image: url(http://cachearticles.com/images/divider1.gif);
	background-repeat: no-repeat;
	width: 800px;
}