body {
	margin : 0;
	padding : 0;
	font : 73% "Trebuchet MS", verdana, tahoma, sans-serif;
	color : #555;
	line-height : 1.5em;
	background-color: #eef6fb;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/bg.jpg);
}
#container {
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#banner {
	width : 750px;
	color : #fff;
	background-color: #99C6E7;
	background-image: url(img/background%20copy.png);
	background-repeat: no-repeat;
	height: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navlist {
	margin : 0;
	text-align : left;
	font : bold 110% "Trebuchet MS", verdana, sans-serif;
	color : #000;
	background : #99c6e7;
	list-style-position: outside;
	list-style-type: none;
	border: 1px solid #2A1F00;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 80px;
}
#navlist li {
	margin : 0;
	display : inline;
	list-style-image: url(img/circles_bullet1.gif);
	list-style-type: none;
	list-style-position: inside;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navlist li a {
padding : 3px 1.5em;
margin : 0;
color : #333;
background : #99c6e7;
text-decoration : none;
}
#navlist li a:link, #navlist li a:visited {
color : #333;
background : #99c6e7;
}
#navlist li a:hover {
color : #fff;
background : #6ba0e6;
}
#navlist li a#current {
color : #fff;
background : #6ba0e6;
}

#content {
	margin-left : 10px;
	color : #666;
	font-size: 16px;
}
#contactForm {
}

#footer {
	clear : both;
	padding : 5px;
	margin : 0;
	text-align : center;
	border-top : 10px solid #6ca3e4;
	color : #333;
	background : #99c6e7;
}
img.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
p {
padding : 3px 10px 10px 5px;
}
h1 {
margin : 10px 0 10px 10px;
padding : 0;
font : 140% "Trebuchet MS", verdana, tahoma, sans-serif;
text-transform : uppercase;
color : #738ca5;
background : inherit;
}
h2 {
margin : 0;
font : 140% "Trebuchet MS", verdana, tahoma, sans-serif;
padding : 0;
border-bottom : 0 solid #738ca5;
text-transform : none;
color : #738ca5;
background : inherit;
}
a {
text-decoration : none;
color : #666;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #66a0e0;
background : inherit;
}
a img {
border : 0;
}
.img {
	float : left;
	padding : 5px;
	margin : 10px;
	border : 1px solid #556b2f;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}


.style1 {
	font-size: 5em
}
.style2 {
	color: #666;
	font-size: 16px;
}
.style3 {
	color: #666;
	font-size: 10px;
}
#portfolio {
	width: 650px;
	margin: 10px;
	float: left;
	padding: 5px;
}
#form {
	text-align: center;
}

#container form {
	text-align: center;
}
