html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #fff;
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #d2ce75;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #8591bc;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #995049;
	font-size: 1em;
	font-weight: bold;
}

a,  a:link {
  color: #995049;
  text-decoration: underline;
}
a:visited {
  color: #995049;
  text-decoration: underline;
}
a:hover {
  color: #8591bc;
  text-decoration: underline;
}

.smallerItalic {
	font-size: smaller;
	font-style: italic;
}
.imgFloatLeft {
	float: left;
	margin-right: 10px;
	border: 1px dotted #6676a4;
}
.imgFloatRight {
	float: right;
	margin-left: 10px;
	border: 1px dotted #6676a4;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	min-width: 900px;
	text-align: left;
	width: 900px;
	background: transparent url(../images/header_inner.jpg) no-repeat;
}
#outerWrapper #header {
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topText {
	padding: 5px 25px 10px 215px;
	width: 350px;
	border-bottom: 1px solid #6676a4;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#topText h1 {
	color: #d2ce75;
	font-variant: small-caps;
	letter-spacing: .8em;
	font-size: 2em;
}
#wrapper {
	background: transparent url(../images/nav-portfolio.gif) no-repeat 0 bottom;
	margin: 0;
	padding-bottom: 6px;
}
#navigation {
	float: left;
	margin: 0;
	padding: 30px 0 0;
	width: 175px;
}
#navigation2 {
	margin-top: 15px;
	border-top: 1px dashed #dfdc9d;
	padding-top: 15px;
}
#contentWrapper {
	margin: 15px 0 0 175px;
	padding: 0;
}
#leftColumn {
	width: 600px;
	margin-bottom: 0;
	margin: 0;
	padding: 0 0 10px 40px;
}
#leftColumn li{
	line-height: 1.1em;
/*	list-style-position: outside;
	list-style-image: url(../images/exclamation.gif);
*/	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}
/* Contact Form */
form{
	width: 400px;
	margin: 0;
	padding: 0;
}
fieldset {
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #6676a4;
}
legend {
	margin-left: 1em;
	padding: 0 2px 0 5px;
	color: #6676a4;
	font-size: .95em;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	padding-left: 1em;
	padding-right: 1em;
}
fieldset li {
	padding-bottom: 5px;
	list-style: none;
	list-style-type: none;
}
fieldset.submit {
	border-style: none;
}

label {
	float: left;
}
/* End Contact Form */
#rightColumn {
	float: right;
	width: 225px;
	border-right: 2px solid #6676a4;
	margin: 100px 0 0;
	padding: 8px 0 0 15px;
	height: 250px;
	background: url(../images/inner-flowers.jpg) no-repeat right center;
	clear: right;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#footer {
	border-top: solid 1px #dfdc9d;
	padding: 5px 25px 3px 20px;
	color: #908e7d;
	font-size: .80em;
	margin: 10px 0 0;
	background-color: #fff;
}
#footer a, #footer a:link {
  color: #908e7d;
  text-decoration: none;
}
#footer a:visited {
  color: #908e7d;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}