html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	-border: 1px dashed red;
}

body
{
	color: #fff;
	background-color: #FFF;
	font-size: 14px;
	font-family: calibri,tahoma,arial,sans-serif;
}

#messages
{

}

.container
{
	margin: 0px auto;
	text-align: left;
	width: 960px;
	zoom: 1;
}

#body
{
	color: #000;
}

#body #main h2
{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 7px;
}

#body #main h2 a
{
	text-decoration: none;
	color: #957F5B;
}
#body #main h2 a:hover
{
	text-decoration: underline;
}


#body div#subheading
{
	border-bottom: 1px solid rgb(102, 102, 102);
	clear: both;
	height: 34px;
	width: 100%;
}

#body div#subheading h2
{
	float: left;
	font-size: 170%;
	line-height: 34px;
	margin-bottom: 0px;
	color: #957F5B;
}

#body div#main
{
	float: left;
	margin-bottom: 40px;
	width: 735px;
}

#body div#side
{
	float: right;
	margin-bottom: 60px;
	width: 220px;
}

#body #side div.box
{
	background-color: rgb(238, 238, 238);
	color: rgb(68, 68, 68);
	margin-bottom: 10px;
	padding: 8px;
	
	min-height: 200px;
}

.stylize { font-style: italic; }

h3.other-things
{
	color: #957F5B;
}