/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}
a img
{
	border:0px;
}
a.nav
{
	color:#000000;
	text-decoration:none;
}

ul.nav
{
	color:#660000;
	font-size:18px;
	list-style:square;
	margin:200px auto auto 0;
}

li.nav
{
	padding: 0;
	margin:10px 0 10px 20px;
}

#left
{
	background:url(Assets/image331.jpg);
	float:left;
	height:1200px;
	width:200px;	
}

#right
{
	float:left;
	padding:20px;
	position:static;
	width:550px;
}

#logo
{
	width:520px;
}

#logo #tagline
{
	margin:10px 0 0 0;
	text-align:center;
	width:430px;
}


h1
{
	color:#660000;
}

hr
{
	color:#000000;
	background-color:#000000;
}

p
{
	font-size:14px;
	width:500px;
}

p.answer{
	padding:0px 0px 0px 80px; 
	width:400px;
}

#contact
{
	font-size:12px;
}

table.projects
{
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

table.projects tr td a img
{
	border:0px;
	margin:5px;
}
