@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	margin: 15px auto;
	text-align: center;
	width: 800px;
}
#masthead {
	float: left;
}
#header {
	background-image:url(img/07_header.jpg);
	width: 800px;
	height: 71px;
	font-weight: bold;
	font-size: x-large;
	line-height: 71px;
}

#header p {
        margin-top: 0;
        margin-bottom: 0;
        }

#header img {
	vertical-align: middle;
	float: right;
	margin-right: 15px;
}

/* #navbar */
#navbar {
	height: 103px;
}
#navbar a:hover {
	text-decoration: underline;
}
.Home {
	background-image:url(img/02_home.jpg);
}

.Home a {
	display: block;
	width: 66px;
	height: 103px;
	line-height: 150px;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Services a {
	display: block;
	width: 92px;
	height: 103px;
	line-height: 150px;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Services {
	background-image:url(img/03_services.jpg);
}
.Portfolio a {
	display: block;
	width: 103px;
	height: 103px;
	line-height: 150px;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Portfolio {
	background-image:url(img/04_portfolio.jpg);
}
.About a {
	display: block;
	width: 104px;
	height: 103px;
	line-height: 150px;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.About {
	background-image: url(img/05_aboutus.jpg);
}
.Contact a {
	display: block;
	width: 104px;
	height: 103px;
	line-height: 150px;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.Contact {
	background-image:url(img/06_contact.jpg);
}

#main {
	background-image:url(img/08_bg.jpg);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	text-align: left;
}

#main p, #footer p {
	margin: 0;
	padding-bottom: 15px;
}

#main ul {
	margin-top: 0;
}

#footer {
	background-image:url(img/09_footer.jpg);
	width: 800px;
	height: 88px;
	line-height: 88px;
}

.testimonial {
        float: right;
        background-image:url(img/testimonial-bg.jpg);
        width: 288px;
        }
        
        .testimonial-txt {
        padding: 10px;
        font-style: italic;
        }
