body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}

a:link { color: #B52C07; }
a:visited { color: #B52C07; }

a:hover { text-decoration: none; }

a:active
{
	color: #B52C07;
}

h1
{
	color: black;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2
{
	color: #black;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3
{
	color: black;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #B52C07;
}

#container
{
	margin: 1em auto;
	width: 700px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{	
	padding: 0px;
	position: relative;
	border: none;
	border-bottom: 1px solid #fff;	
	background: white url(/global/images/squarefade.gif) no-repeat bottom right;
}

#header img
{
	padding: 10px 10px 5px 20px;
}

img.floatleft
{
	float: left;
}

img.floatright
{
	float: right;
}

div.clearfloat {
	clear: both;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #990000;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; margin-top: 0px; }
.infoblock { border-bottom: 1px solid #990000;}
.imagefloat { float: right; }


#portfolio {
	margin-top: 10px;
	width: 475px;
	border: none; /* 1px solid red; */
	font-size: 90%;
}

#portfolio div.separator {
	clear: both;
	width: 400px;
	border-bottom: 1px solid #E6E6FA;
	margin: auto;
}

#portfolio div.pitem {	
	padding-top: 25px;
	padding-bottom: 25px;
}

#portfolio div.pitem div.pimage img  {
	float: left;
	border: 1px solid gray;
	padding: 5px;
	margin-right: 10px;
}

#footer
{
	clear: both;
	color: #FFFFE0;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	background-color: #990000;
}

