/*--------- COMMON ---------*/

a {
	text-decoration: underline;
	font-weight: normal;
}
a:link,a:visited {
	color: #66c;
	background: transparent;
}
body {
	margin: .5in .25in;
	color: #000;
	background: transparent url(none);
}
h2 {
	width: auto;
	height: auto;
	line-height: normal;
	margin-bottom: auto;
	font-weight: bold;
	color: #900;
	font-size: 16pt;
}
h2#Home, h2#About, h2#Services, h2#Portfolio, h2#Contact {
	width: auto;
	height: auto;
	background: transparent url(none);
}
h2 span {
	display: block;
	text-indent: 0px;
}
h3 {
	font-weight: bold;
	color: #900;
	font-size: 12pt;
}
label,li,p {
	font-size: 11pt;
}
dl,h1,h2,h3,p,ul {
	margin: 0em 0em 1em 0em;
}
ul {
	padding: 0px;
}
/*--------- BOXES ---------*/

#Content {
	position: static;
	width: auto;
}
#Legal {
	color: #999;
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: 10pt;
}
#Logo {
	position: static;
	height: 50px;
	line-height: normal;
	background: transparent url(none);
	border-right: 0px;
	width: auto;
}
#Logo h1 {
	position: static;
	width: auto;
	height: 30px;
	background: transparent url(none);
}
#Logo h1 span {
	display: inline;
	text-indent: 0px;
}
#Nav, #NavLocal, #Photo, #Sidebar, .Skip {
	display: none;
}
