* {
	padding: 0;
        margin: 0;
}

body {
        background: #fff;
        color: #727272;
        font-family: 'trebuchet ms',verdana,arial,helvetica,sans-serif;
        font-size: 12px;
	line-height: 20px;
}

a {
	color: #7878f4;
        text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #3535e3;

}

img {
        border: 0;
}

p {
	margin: 0 0 16px 0;
}

h1 {
	color: #467095;
	font-size: 20px;
	margin: 10px 0 16px 0;
}

h1.homepage {
	margin: 10px 0 0 0;
}

h2 {
	color: #467095;
	font-size: 15px;
	font-style: italic;
	text-align: right;
	margin: 0 0 16px 0;
}
	
input, textarea {
	background: transparent;
	border: 0;
	border: 1px solid #ddd;
	color: #444;
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
}

input {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 2px;
	padding: 1px;
	width: 120px;
}

textarea {
	float: left;
	height: 210px;
	width: 200px;
}

.button {
	margin: 20px 0 0 30px;
	margin: 0;
	margin: 10px 0 0 0;
	border: 0;
}

.hidden {
	display: none;
}

#main {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
}

#header {
	margin: 0 0 10px 0;
	background: url(../images/header.jpg) top left no-repeat;
	width: 750px;
	height: 85px;
}


#left {
	width: 138px;
	float: left;
}

#middle {
	width: 372px;
	float: left;
	padding: 0 20px 115px 20px;
	background: url(../images/starfish.jpg) 270px bottom no-repeat;
}

#middle img {
	margin: 0 0 16px 0;
	width: 370px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
}

#middle .paypal img {
	width: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
}

#right {
	width: 200px;
	height: 490px;
	float: left;
        background: url(../images/right-bar/rotate.php) top left no-repeat;
}

#nav {
	background: url(../images/nav-top.gif) top left no-repeat;
	padding: 24px 0 54px 0;
}

#nav li {
	list-style-type: none;
	background: #b8d0e4;
}

#nav li a {
	display: block;
	padding: 2px 15px 2px 5px;
	padding: 2px 5px 2px 13px;
	color: #1c598c;
	font-weight: normal;
	letter-spacing: .1px;
	height: 18px;
}

#nav li a:hover {
	background: #cedcea;
}

#nav li a.on, #nav li a.on:hover {
	background: #ecf2f8;
}

#navWrap {
	background: url(../images/nav-bottom.gif) bottom left no-repeat;
}

#testimonials {
	font-size: 11px;
	color: #999;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #b8cfe3;
	-webkit-border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	margin-top: 13px;
}

#testimonials a {
	display: block;
	text-align: right;
	font-weight: normal;
	padding: 0 5px 0 0;
}

p.quote {
	margin: 12px 0 5px 0;
}

p.date {
	margin: 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #ccc;
	font-style: italic;
}

#testimonials p.quote {
	margin: 2px 0 7px 0;
}

#testimonials p.date {
	border: 0;
	padding: 0;
}

#links li {
	padding: 5px 0 6px 30px;
	list-style-type: none;
        background: url(../images/palm-tree.gif) top left no-repeat;
}

#contact {
	padding: 20px;
	width: 332px;
	height: 330px;
	background: url(../images/postcard-white.jpg) top left no-repeat;
}

