/* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */

* {
	border:0;
	margin:0;
	padding:0;
}
body {
	background:#FFFFF0;
	color:#3B2F23;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	margin:0;
	padding:0;
}
a {
   font-family:Technical, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#232E3B;
}
a:visited {
	color:#1B2D22;
}
a:hover, a:focus {
	color:#673D52;
}
a:active {
	color:#A86B59;
}
h1, h2, h3, h4, h5, h6 {
   font-family:Technical, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#3B2F23;
   margin:0;
	padding:0;
}
p {
   color:#3B2F23;
   margin:0;
	padding:0;
}
img {
	border:none;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	font-size:85%;
	margin:0;
	padding:0;
}

/* commented backslash hack v2 \*/ 
* html #maincontainer {
	height:100%;
}
/* end hack */

#maincontainer {
	background:#FFFFF0;
	display:inline;
	float:left;
	line-height:1.3em;
   margin:0 auto;	
	width:100%;
}

/* Begin header */
#headwrapper {
	background:url(graphics/leftcorner.png) fixed no-repeat 0% 0%;
	height:129px;
	margin:0;
	padding:0;
	width:100%;
}
#header {
	background:#FFFFF0 url(graphics/rightside.png) no-repeat 100% 0%;
	clear:right;
	display:inline;
	float:right;	
	height:129px;
	margin:0;
	padding:0;
	text-align:right;
	width:650px;
}
#header h1 {
	font-size:0;
	left:-1000px;
	margin:0;
	padding:0;
	position:absolute;
}

#wrapper {
	background:#FFFFF0 url(graphics/leftside.png) no-repeat 0% 0%;
	float:left;
	height:520px;
	margin:0;
	max-height:520px;
	padding:0;
	width:100%;
}
#wrapper h3 {
	font-size:130%;
	margin-left:10%;
	padding-bottom:5px;
}
#wrapper h4 {
	font-size:110%;
	margin-left:10%;
	padding-bottom:5px;
	text-indent:3%;
}

#main {
	margin-left:10%;
	min-height:200px;
	padding:2%;
	width:80%;
}
#content {
	clear:left;
	float:left;
	font-size:80%;
	margin:0;
	padding:0;
	width:50%
}
#content p {
	padding-bottom: 5px;
}

#menu {
	clear:right;
	float:right;
	margin-left:10%;
	text-align:left;
	width:40%
}

#footer {
	line-height:1em;
	margin:0 auto;
	padding-left:5%;
	text-align:center;
	width:600px;
}
#footer p {
	font-weight:normal;
	margin:0;
	padding:0;
}
#centerbottom {
	background:#FFFFF0 url(graphics/centerbottom.png) no-repeat 50% 100%;
	height:100px;
	margin:0 auto;
	padding:0;
	width:600px;
}

.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.small {
	color:#3B2F23;
	font-size:70%;
}
.smalli {
	color:#3B2F23;
	font-size:80%;
	font-style:italic;
}
#name, #email, #website, #message {
	background:#CFBFAF;
	color:#18130E;
	text-indent:1%;
}
textarea {
	background:#CFBFAF;
	color:#3B2F23;
	text-indent:1%;
}

.form {
	overflow:hidden;
}
.error {
	border:1px solid #ff0000;
}

/* hide from IE5-mac \*/

* html a {
	height:1%;
}

/* end hide */