@charset "UTF-8";

/* Body Styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F1E4D2;
	margin: 0px;
}
a:link {
	color: #49176D;
}
a:visited, a:hover, a:active {
	color: #371152;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
}

/* Center in Browser Window */

#page {
	width:100%;
	height:630px;
	left:50%;
	top:50%;
	margin-top:20px;
}
#site {
	width:800px;
	height:600px;
	padding:15px;
	background: url(../images/bg_site.jpg) no-repeat;
	text-align: left;
}

#site_intro {
	width:800px;
	height:600px;
	padding:15px;
	background: url(../images/site_intro.jpg) no-repeat;
	text-align: left;
}

#site_design {
	width:800px;
	height:600px;
	padding:15px;
	background: url(../images/design_page.jpg) no-repeat;
	text-align: left;
}

/* Navigation */

#navigation {
	width: 790px;
	height: 14px;
	padding: 9px 5px;
	text-align: left;
}
#navigation a {
	text-decoration: none;
	color: #E3C9A5;
	padding: 0 5px;
}
#navigation a:hover {
	color: #FFF;	
}
body#intro a#intro-nav,
body#home a#home-nav,
body#about a#about-nav,
body#design a#design-nav,
body#testimonials a#testimonials-nav,
body#contact a#contact-nav {
	color: #F1E4D2;	
}

/* Site Layout */

#header {
	width: 800px;
	height: 238px;
}
#header img {
	margin-bottom: 15px;
}

#content {
	width: 595px;
	height: 330px;
	float: left;
	margin: 0;
	padding: 0;
}

h1 {
	width: 595px;
	height: 40px;
	color: #E3C9A5;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	position: relative;
	margin: 0;
	padding: 0;
}
body#intro h1 span {
	background: url(../images/headline_home.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#home h1 span {
	background: url(../images/headline_home.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#about h1 span {
	background: url(../images/headline_about.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#testimonials h1 span {
	background: url(../images/headline_testimonials.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#design h1 span {
	background: url(../images/headline_design.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#services h1 span {
	background: url(../images/headline_services.jpg) no-repeat;	
	position: absolute;
	width: 100%;
	height: 100%;
}
body#contact h1 span {
	background: url(../images/headline_contact.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}	
#contetText {
	width: 445px;
	height: 275px;
	margin: 5px 70px 10px 80px;
	overflow: auto;
}

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

#thumbnails {
	width: 205px;
	height: 330px;
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
}
#thumbnails img {
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #49176D; 
}