body {
	background-color: #140e10;
	font-size: 13px;
	font-family: "Arial";
	color: #d1e6e8;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #f3fbf7;
	width: 440px;
	min-height: 375px;
	padding: 30px 0px 1px 0px;
	margin: 0 auto 0 auto;
}

* html #wrapper {
	height: auto !important;
	height: 375px;
}

#content {
	background-color: #3a3f45;
	width: 330px;
	min-height: 330px;
	margin: 0 auto 0 auto;
	padding: 20px 10px 20px 10px;
}

* html #content {
	height: auto !important;
	height: 330px;
}


#content h1{
	color: #3a3f45;
	letter-spacing: 3px;
	text-indent: -2px;
	font-family: "Arial";
	font-size: 45px;
	background-color: #f3fbf7;
	padding: 0px;
	margin: -20px -10px 25px -10px;
	height: 42px;
}

* html #content h1 {
	height: 30px;
	line-height: 31px;
}

h2,h3,h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #18cedc;
	font-size: 18px;
}

a, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #18cedc;
	font-size: 18px;
}


#footer{
	color: #140e10;
	font-family: "Arial Black";
	font-size: 42px;
	height: 46px;
	width: 440px;
	background-color: #f3fbf7;
	text-align: left;
	padding: 20px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-indent: -4px;
	letter-spacing: 0.2px;
}

* html #footer {
	w\idth: 440px;
	height: 30px;
	line-height: 32px;
	letter-spacing: -1px;
	text-indent: -3px;
}

#copy {
	width: 440px;
	color: #3d4347;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 50px;
	text-align: center;
}

#nav {
	margin: 50px auto 0 auto;
	padding: 0px;
	width: 440px;
	height: 19px;
	text-indent: -1px;
}
* html #nav {
	line-height: 15px;
	height: 10px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a{
	font-family: "Arial";
	font-size: 20px;
	color: #f3fbf7;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 20px;
}

* html #nav li a{
	line-height: 16px;
	height: 10px;
}


#nav .nav-home {
	margin: 0px 33px 0px 0px;
}

#nav .nav-home a:hover{
	color: #54a7e8;
}

#nav .nav-about {
	margin: 0px 33px 0px 0px;
}

#nav .nav-about a:hover{
	color: #52b1cc;
}

#nav .nav-services {
	margin: 0px 33px 0px 0px;
}

#nav .nav-services a:hover{
	color: #58e1ed;
}

#nav .nav-contact {
	margin: 0px 0px 0px 0px;
}

#nav .nav-contact a:hover{
	color: #88e8d2;
}

.infobox {
	background-color: #f3f7fd;
	border: solid 1px #bbd8fb;
	padding: 10px;
	width: 300px;
}

strong {
	font-size: 14px;
	font-weight: bold;
}

#toolbar {
	background-color: #f3fbf7;
}

/* css forms */
.public-form {
	padding:0px 0px 0px 10px;
}
.public-form label {
	display:block;
	font-weight: bold;
	font-size: 16px;
}

.public-form input {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
}

.public-form textarea {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
}

.error {
	color: red;
}

#toolbar {
	margin: -20px 0px 0px 0px;
	text-align: right;
}

.code {
	font-size: 10px;
}

.red {
	color: red;
	font-weight: bold;
}

.green {
	color: #00f502;
	font-weight: bold;
}