body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#title { 
	position:absolute;
	top: 10px;
	left: 10px; 
	margin: 0px;
	cursor: pointer;
	font-size: 1.2em;
	color: #000;
}
#title a {
	color: #000;
}

#nav, #about, #services, #portfolio, #contact {
	display: none;
}


#tagline {
	position:absolute;
	left: 10px;
	top: 30px;
	text-align: left;
}
#tagline h2 {
	color: #f93;
	font-weight: bold;
	font-style: italic;
	font-size: small;
}

#links {
	display: none;
}
#copyright {
	font-size: .7em;
}
#content {
	width: 600px;
	margin: 100px 0 0 20px;
	font-size: .8em;
}
#content h3 {
	font-size: .9em;
}
#content input, textarea {
	border: 1px solid #f93;
	background-color: #fff;
	width: 240px;
}
#content input#submit {
	width: 100px;
	color: #f93;
}

#content td {
	vertical-align: top;
	font-size: .9em;
	padding-top: 3px;
}
#templates img {
	margin: 1px;
	border: 1px solid #000;
}
#templates img:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #f93;
}
#templates img#sampleimg {
	margin: 1px;
	border: 0px solid #000;
}
#templates img#sampleimg:hover {
	border-width: 0px;
	border-style: solid;
	border-color: #f93;
}
a.homelink {
	color: #000;
}
a.homelink:hover {
	color: #f93;
}

#templates2 img {
	margin: 1px;
	border: 1px solid #fff;
}
#templates2 img:hover {
	border-width: 0px 2px 2px 0px ;
	border-style: solid;
	border-color: #f93;
}
#templates2 img#sampleimg {
	border: none;
	border-width: 0px;
}

#templates2 img#sampleimg:hover {
	border: none;
	border-width: 0px;
}