form
{
	margin: 0;
	border: 0;
	padding: 0;
}

h1
{
	margin: -2px 0 -2px 0;
	font-size: 26px;
}

h2
{
	font-size: 18px;
}

body
{
	background: white;
	background-color: white;
}

html
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}

/*
p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
*/

blockquote
{
	margin-left: 20px;
	margin-right: 20px;
}

#right p, #left p
{
	font-size: 10px;
	line-height: 15px;
}

#left p
{
	text-align: right;
}

#head
{
	color: white;
	background: #06f;
	/* text-align: center; */
	/* height: 100px; */
}

#container
{
	margin-left: 10%;
	margin-right: 10%;
	max-width: 800px;
	/*
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	*/
	padding: 0px;
}

#left
{
	float: left;
	width: 175px;
	text-align: right;
	padding-right: 20px;
	\width: 175px;
	w\idth: 175px;
	/*
	\width: 150px;
	w\idth: 150px;
	margin-right: 5px;
	padding-top: 100px;
	*/
}

#center
{
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 180px;
	margin-right: 130px;
	/*
	border-left: 1px solid red;
	border-right: 1px solid red;
	*/
}

#right
{
	padding-left: 20px;
	float: right;
	width: 125px;
	\width: 125px;
	w\idth: 125px;
	/*
	\width: 150px;
	w\idth: 150px;
	margin-left: 5px;
	padding-top: 100px;
	*/
}

#foot
{
	clear: both;
	/*margin-top: 5px; */
	text-align: center;
}

.footer
{
	text-align: center;
}

a
{
	color: #06f;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	background: #06f;
	color: white;
}

/*
#right a, #left a
{
	text-decoration: none;
	border: 0px;
	color: #06f;
}
*/

/*
h3
{
	font-weight: normal;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
}
*/

.caps
{
	letter-spacing: 0.2em;
	font-size: 10px;
}

#left div.sidecontainer, #right div.sidecontainer, #left div.sidebottom, #right div.sidebottom
{
	margin: 0;
	padding-bottom: 10px;
}

/*
#left div.sidecontainer, #right div.sidecontainer
{
	border-bottom: 1px solid #e0e0e0;
}
*/

#center div.commentcontainer
{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}


