@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#masthead {
	background-color: #FF9900;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: 190px 0px;
}
#masthead h1 {
	height: 84px;
	width: 203px;
	border: 1px solid #FF9900;	
}
#masthead h1 a {
	text-indent: -9999px;
	display: block;
	height: 84px;
	width: 203px;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#masthead a:hover {
	color: #FFFFFF;
}
#masthead ul {
	float: right;
	width: 475px;
	text-align: right;
	padding-top: 65px;
	padding-right: 10px;
}
#maincontent {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9900;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	text-transform: uppercase;
	font-size: 90%;
}
#masthead li {
	list-style-type: none;
	display: inline;
	letter-spacing: 0.1em;
}
#masthead .first{
	background-image:none;
}
#masthead a {
	color: #666666;
	text-decoration: none;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-right: 4px;
	padding-left: 9px;
}
.text {
	font-size: 110%;
	text-align: left;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.textlink {
	display: block;
	color: #FF6600;
	text-align: left;
	padding-left: 15px;
	font-size: 110%;
}
.textmorelineheight {
	line-height: 180%;
}
a:link {
	color: #FF6600;
}
a:hover {
	color: #000000;
}
.contactimage {
	background-image: url(images/girl.jpg);
	background-repeat: no-repeat;
	height: 366px;
}
.textmorespace {
	letter-spacing: 0.05em;
}
.imagefloatright {
	float: right;
}
.textlist {
	margin-left: 25px;
	padding-left: 5px;
	color: #666666;
	text-align: left;
	font-size: 110%;
}
#interior-shell {
	width: 720px;
	margin:  20px auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	}
.clearit {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
