*
{	margin: 0em;
	padding: 0em;
}

html {
     overflow: scroll;
}

a
{	color: #949972;
	text-decoration: none;
}

a:hover
{	text-decoration: underline;
}

body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555555;
}

#outer
{	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 1px;
	background-color: #FFFFFF;	
	margin-bottom: 0;
	border: 1px #666666;
}

#header
{	width: 760px;
  	height: 137px;
  	padding: 0;
  	float: left;
	background-image: url('images/logosm2.jpg');
}

#header h1
{	font-size: 3.0em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-size: 0.8em;
	color: #949972;
}

#content
{	margin-top: 0;
  	margin-left: 5px;
	padding: 0px 5px 0px 0px;
	line-height: 1.6em;
	font-size: 0.9em;
	position: relative;
}

#footer
{	border-top: dashed 1px #b2ac73;
	padding-top: 6px;
	font-size: 1.0em;
	color: #949972;
	padding-left: 0em;
	padding-bottom: 1.0em;
	clear: both;
	margin: 0 auto; 
}

#column1
{	width: 500px;
	float: left;
	position: relative;
}

#column1 p
{	text-align: justify;
	margin-bottom: 1.2em;
}

#column1 h3
{	font-size: 1.2em;
	border-bottom: dashed 1px #b2ac73;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	color: #949972
}

#column1 ul
{	list-style: disc;
  	list-style-position: inside;
	line-height: 1.6em;
	margin-bottom: 2.0em;
	display: inline;
}

#column2
{	width: 190px;
	float: right;
	position: relative;
	margin-left: auto;
	margin-top: 1px;
}

#column2 p
{	text-align: justify;
	margin-bottom: 2.0em;
	color: #555555;
	font-size: 1.0em;
}

#column2 h3
{	font-size: 1.1em;
	border-bottom: dashed 1px #b2ac73;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	color: #949972	
}

#column2 ul
{	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

/* image positioning - left, right and center */

.left
{ float: left; 
  padding: 0px 15px 10px 0px;
	border: 1;
	border-color: white
}

.right
{ float: right; 
  padding: 0px 0px 10px 19px;
	border: 1;
	border-color: white
}

.center
{ 	display: block;
  	text-align: center;
  	margin: 0 auto;
	border: 1;
	border-color: white
}

/* Menu */

#menu {
	float: right;
	padding: 80px 14px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 11px 0 13px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #949972;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #949972;
}

#menu .first a {
	background: none;
}
