* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	font-size: 12px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #0033CC;
}

a:hover {
	color: #FFCC00;
}

h1 {
	color: #003366;
	font-size: 17px;
	margin-top: 5px;
}

h2 {
	font-size: 12px;
	color: #000000;;
	margin-bottom: 5px
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

body {
	text-align: center;
	margin: 0;
	background: #003366;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
}

#header {
	width: 780px; 
	height: 86px; 
	border: 0px solid red;
	text-align: left;
}

#headerLogo {
	background: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 86px;
	width: 326px;
	border: 0px solid blue;
	margin-left: 5px;
}

#date {
	border: 0px solid red; 
	position: absolute; 
	top: 62px; 
	right: 22px; 
	font-size: 11px; 
	color: #003366;
}

#tabs {
	border: 0px solid red;
	margin: 0 auto;
}

.button {
	background: url('images/button.jpg');
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	text-align: center;
}

.button a {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}

.button a:hover {
	color: #FFCC33;
}

#orangeBox {
	text-align: left; 
	font-size: 12px;
	color: #000000;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	width: 740px;
	border: 1px solid #FFCC66;
	margin-top: 15px;
}

#contents {
	padding: 10px;
}

 #footer {
	text-align: center;
	width: 740px;
	font-size: 11px;
	margin: 15px auto 5px auto;
	border: 1px dashed #aaa;
	background: #ffffff;
 }

 #innerFooter {
	padding: 5px;
	color: #666666;
 }

.floatimgr {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666666;
}

.floatimgl {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #666666;
}

.contactForm {
	border:1px solid #003366; 
	background: #E4ECF4; 
	width: 710px; 
	padding: 10px 0 30px 10px; 
	margin-bottom: 20px;
 }

 .portfolio {
	text-align: center;
	padding: 0 0 0 20px;
 }

 .portfoliotext {
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
 }

 .windowgallery {
	text-align: center;
	padding: 0 0 20px 20px;
 }

 .doorgallery {
	text-align: center;
	padding: 0 0 20px 10px;
 }

