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

body {
	background: #C9CFAD;
	font: .75em Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
}

#wrapper {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background: url(images/page_bg.gif) repeat-y;
	text-align: left;
}

#header {
	display: block;
	width: 790px;
	height: 19px;
	background: url(images/page_top.gif) no-repeat;
}

#masthead {
	width: 760px;
	height: 194px;
	background: url(images/header.gif) no-repeat;
	margin: 0 0 25px 0;
}

#welcome {
	display: table;
	margin: 0 0 55px 25px;
	width: 710px;
	min-height: 300px;
	background: url(images/01.gif) no-repeat 7px 4px;
}

#welcome_soon {
	display: table;
	margin: 5px 0 35px 0;
	width: 710px;
	min-height: 300px;
}

#about {
	display: table;
	margin: 0 0 55px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	background: url(images/02.gif) no-repeat 7px 30px;
	border-top: 1px dotted #e3e3e3;

}

#portfolio {
	display: table;
	margin: 0 0 55px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	background: url(images/03.gif) no-repeat 7px 30px;
	border-top: 1px dotted #e3e3e3;

}
#contact {
	display: table;
	margin: 0 0 55px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	background: url(images/04.gif) no-repeat 7px 30px;
	border-top: 1px dotted #e3e3e3;

}

.content {
	float: left;
	width: 440px;
	margin:0;
	line-height: 1.55em;
}

.content_soon {
	width: 440px;
	margin-left:77px;
	line-height: 1.55em;
}

#foot {
	background: url(images/page_btm.gif) no-repeat;
	height: 49px;
}

/* Nav */.nav {	padding:0 45px 0 55px;
	float:left;
}.nav ul {	list-style-type: none;		border-top:1px solid #dfdfdf;	padding:0;	margin:0;}	.nav li {	list-style-type: none;	border-bottom:1px solid #dfdfdf;	padding:10px 0 10px 0;	font-family: Helvetica, Arial, sans-serif ;	font-size: 12px;	font-weight: bold;	color: #dfdfdf;		line-height:12px;
	text-align: left;	width:145px;
}.active {	background-image: url(images/active.gif);	background-repeat: no-repeat;	background-position: right;		}.up {	background-image: url(images/up.gif);	background-repeat: no-repeat;	background-position: right;			}.down{	background-image: url(images/down.gif);	background-repeat: no-repeat;	background-position: right;				}	.nav li a {
	display: block;	color: #666;	text-decoration:none;	}	.nav  li a:hover {	color: #1A5765;	text-decoration:none;	}	.nav  li a:visited {	color: #666;	text-decoration:none;	}

.subtitle {
	font: 11px Helvetca, Arial, sans-serif;
}

/*Text */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #1A5765;
	margin: 0 0 15px 0;
}

a:link {	color: #1A5765;	text-decoration:underline;	}	a:hover {	color: #8BC43E;	text-decoration:none;	}	a:visited {	color: #1A5765;	text-decoration:none;	}

/*Images*/
#logo {
	margin: 90px 0 0 74px;
}

.icon {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.thumb_1 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_1.jpg) no-repeat;
	font: 10px Helvetica, Arial, sans-serif;
	color: #1A5765;
}

.thumb_2 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_2.jpg) no-repeat;
}

.thumb_3 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_3.jpg) no-repeat;
}

.inv {
	display: none;
}

#redBox {
	float: right;
	margin: 0 0 0 10px;
	width: 134px;
	text-align: center;
}

/*MISC*/

#contactarea {
	width:400px;
	margin:0;
	text-align:left;
	padding:0;
	border:none;
	background:none;
	font: 11px Helvetica;
	color: #1A5765;
}

.leftColumn {	float:left;	width:150px;	padding:0 40px 5px 0;
}.rightColumn {	float:left;	width:150px;	padding:0 30px 5px 0;
}

input {	margin:5px 0 10px 0;
	padding: 5px 0 3px 3px;
	width: 170px;	border:#ccc 1px solid;	background:#f0f0f0;
	font: 11px Helvetica;
	color: #1A5765;}textarea {	margin:5px 0 10px 0;
	padding: 6px 0 0 3px;	border:#ccc 1px solid;	background:#f0f0f0;
	width: 360px;
	height: 85px;
	font: 11px Helvetica;
	color: #1A5765;}select {	margin:5px 0 20px 0;}label {	color:#1A5765;	display:block;}.green {	color:#8BC43E;}

#submitbutton {
	display: block;
	width: 95px;
	height: 30px;
	padding: 2px 2px 0px 2px;
	margin: 0;
	border: 1px solid #ADADAD;
}

#redBox a {
	font: 10px Arial;
	text-align:center;
	text-decoration: none;
}