img		{
	border: 0;
	display: block;
	}

	/* Primary layout divisions */
body	{
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 25px;
	background-image:  url("../i/bg.gif");
	font-size: 10px;
	}

#wrapper
{
	background:  url("../i/bgwrapper.gif") repeat-y center top;
	color: #333333;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
}

#wrapper2	{
	margin: 0 auto 0 25px;
	padding: 0;
	border: 0;
	width: 650px;
	}

#wrapper3
{
	background:  url("../i/bgwrapper2.gif") repeat-y center top;
	color: #000;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
	
 #header
{
	margin: 0px;
	padding: 0;
	height: 100px;
	background-image:  url(../i/logo.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px;
	background-color: #fff;
	border-right: 1px solid #637173;
}

 #maincontent
{
	width: 350px;
	padding: 20px;
    margin: 0px;
	float: left;
}

 #maincontent img
{
	margin-bottom: 10px;
}

 #portfolio
{
	padding: 20px;
    margin: 0px;
	float: left;
}

 #portfolio img
{
	border: 1px solid #333333;
	margin-left: 10px;
	margin-bottom: 10px;
}

 #portfolio td
{
	vertical-align: top;
}

  #sidebar	{
	width: 165px;
	padding: 20px 0 10px;
	margin: 10px 0 0 455px;

	}
	
  #footer
{
	clear: both;
	margin: 0px;
	font: normal 9px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	height: 44px;
	padding: 30px 0 0 20px;
	background-color: #fff;
	border-top: 1px solid #607175;
	border-bottom: 1px solid #607175;
	border-right: 1px solid #607175;
}

	/* Primary Nav 	*/
	
 #menu
{
	width: 650px;
	height: 22px;
	margin: 0px;
	padding: 0;
	border-top: 1px solid #637173;
	border-bottom: 1px solid #637173;

}

#menu ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#menu ul li a
{
	background: #CAB9A3;
	width: 129px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #637173;
	padding: 0;
	margin: 0px;
	color: #fff;
	display: block;
	text-align: center;
	font: normal 12px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #fff;
	background: #DFCCB4;
}

#menu a:active
{
	color: #fff;
	background: #DFCCB4;
}

#menu li#active a
{
	color: #fff;
	background: #CAB9A3;
}

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #DFCCB4;
	font-weight: bold;
	}

	/*  Sidebar Nav */

#sidebar ul
{
margin: 0;
padding: 10px 0 0;
} 

#sidebar li
{
list-style: none;
margin: 0;
padding: 5px 0;
border-top: 1px solid #CCCCCC;
}

#sidebar li a {
	text-decoration: none;
	font: normal 12px/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;;
	color: #3475C5;
}

#sidebar ul li a:hover
{
	color: #4786D1;
	text-decoration: underline;
}

#sidebar ul li a:visited
{
	color: #255794;
	text-decoration: none;
}
	/*  All Linkage */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #75A5DF;
	background: transparent; 
}

a:visited {
	font-weight : bold; 
}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #9EB5DA;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent;  
	}
	
  #footer a:link, a:visited
{
	color: #75A5DF;
	font-weight: normal;
}

  #footer a:hover
{
	text-decoration: underline;
}
	
	/* Typography 	*/
	
p	{
	font: normal 12px/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	}

h1, h2, h3, h4	{
	font-weight: bold;
	padding: 0;
	line-height: 16px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #A69886;
	}	
	
h1	{
	font-size: 18px;
	line-height: 25px;
	color: #887864;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	}
	
h2	{
	font-size: 14px;
	margin: 23px 0 0px 0;
	}

h3	{
	margin: 25px 0 0px;
	font-size: 12px;
	font-weight: bold;
	}

h4	{
	margin: 0px 0 8px;
	font-size: 12px;
	border-bottom: 1px solid #333;
	font-weight: normal;
	padding-bottom: 4px;
	color: #333333;
	}
#maincontent li {
	list-style: circle outside;
	font: normal 12px/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#proptable 
{
	font: normal 12px/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	border-left: 1px solid #637173;
	margin-top: 10px;
	border-bottom: 1px solid #637173;
}

#proptable td
{
	border-right: 1px solid #637173;
	padding: 3px;
	border-top: 1px solid #637173;

}
