*{margin:0;padding:0;}

body{
background: #eee9e3;
font: 76% Arial, Helvetica, sans-serif;
text-align:center
}

p{margin:0 10px 10px}

a{color: #fff;}


/* HEADER RELATED */

div#header{
	height:200px;
	margin:0;
	background: #eee9e3;
}

/*NAVIGATION */
div#under {
	padding: 3px 0 0 0;
	height:24px;
	text-align:left;
	background:	url(../images/navbg.jpg) repeat-x;
}

div.nav
{
	height: 24px;
	margin: 0px 0px 0px 2px;
	width: auto;
	overflow: hidden;
	float: right;
}

	div.nav a
	{
		color: #ffffff;
		font: bold 10px Tahoma, Arial, Hevetica, Sans-serif;
		text-decoration: none;
		height: 24px;
		display: block;
		float: right;
		padding: 3px 7px 11px 7px;
		text-transform: uppercase;
		margin: 0 0 0 0;
	}
	
	div.nav a:hover
	{
		text-decoration: underline;
	}

/*CENTER WINDOW */

div#container{
	border:#000 1px solid;
	text-align:left;
	width:885px;
	margin:20px auto;
}

div#container2{
	border-bottom:#000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	text-align:left;
	width:885px;
	margin:50px auto;
}
div#content{
	border-bottom:#000 1px solid;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	margin: 20px 0 0 0;
	float:left;
	width:618px;
}

div#content p{line-height:1.4}
div#content img {display:block;}

div#extra{
	border-bottom:#000 1px solid;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	margin: 20px 0 20px 0;
	background:#dbd5cc;
	float:left;
	width:619px;
	padding:0px;
}
div#extra h2 {
	padding: 0 0 0 10px;	
	font-size:16px;
	font-weight:bold;
}

div#extra a{
	color:#000;
}
div.left {
	display:block;
	float:left;
	text-align:left;
	width: 100%;
	font-size:12px;
	overflow:hidden;
}

div.bold {
	text-align:left;
	background: #eee9e3;
}

div.right {
	display:block;
	float:right;
	text-align:center;
	width: 344px;
	height: 259px;
}
div.redev{
	font-size:18px;
	font-weight:bold;
	padding-top: 110px;
}

/*RIGHT WINDOW */

div#special{
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	margin: 20px 0 0 0;
	background:#eee9e3;
	float:right;
	width:254px;
}
div#special img {display:block;}

div#about{
	text-align: center;
	margin: 20px 0 0 0;
	background:#eee9e3;
	float:right;
	width:254px;
}
div#about img {
    margin-left: 27px;
	text-align:center;
	border:#000 solid 1px;
	display:block;
}

div.cell{
	padding:5px;
	font-weight:bold;
}
div#special h2{
	padding: 0 0 0 10px;
	font-size:16px;
	font-weight:bold;
}


/*SHOWCASE RALATED */
div#showcase{
	margin: 20px 0 20px 190px;
}

div#showcase p{line-height:1.4}

#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 2px solid #000;
}

/* CONTACT RELATED */
div#contact{
	margin: 20px 0 20px 0;
	background:#dbd5cc;
	float:left;
	width:100%;
	padding:0px;
}
div.name {
	display:block;
	float:left;
	text-align:left;
	width: 450px;
	font-size:15px;
}

div.name a{
	color:#000;
}

div.picture {
display:block;
float:right;
text-align: center;
width: 400px;}

div.homepage {
display:block;
text-align: center;
width: 100%;}


/* FOOTER RELATED */

div#footer{
	height:13px;
	clear:both;
	background: #333;
	color: #FFF;
	font-size: 10px;
	font-weight:bold;
	margin:0;
	padding:5px 10px;
}

div.footerleft{
	display:block;
	float:left;
}

div.footerright{
	display:block;
	float:right;
}
