html, body {
	background: #000;
	color:#fff;
	font: 100%/200% Tahoma, "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}

#Logo {
	position: absolute;
	top: 10px;
	width: 50%;
	left: 150px;
	height:125px;
	z-index: 10;
	text-align: justify;
	float: left;
	margin-left: 1em;
	overflow: visible;
}
#Logo #Stars {
	float: right;
	position: absolute;
	border: none;
	margin: 1px;
	left: -140px;
	top: 1em;
	padding: 5px;
}
#Logo #Stars:active, #Logo #Stars:focus, #Logo #Stars:hover {
	border:1px solid #fff;
	margin: 0px;
}
#Menu {
	margin: auto auto auto -375px;
	position: absolute;
	z-index: 10000;
	left: 50%;
	height: 45px;
	top:135px;
	bottom:inherit;
	padding: 0;
	display: block;
	width: 750px;
	overflow: hidden;
}
#Menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Menu a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	float: left;
}
#Menu a span {
	position: absolute;
	left: -1000px;
	display: block;
}

#Menu a#Home:link, #Menu a#Home:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:0px 0px;
	width: 83px;
}
#Menu a#Services:link, #Menu a#Services:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:-84px 0px;
	width: 215px;
}
#Menu a#AboutUs:link, #Menu a#AboutUs:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:-299px 0px;
	width: 108px;
}
#Menu a#Portfolio:link, #Menu a#Portfolio:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:-407px 0px;
	width: 108px;
}
#Menu a#ContactUs:link, #Menu a#ContactUs:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:-515px 0px;
	width: 122px;
}
#Menu a#DonnieBrownHome:link, #Menu a#DonnieBrownHome:visited {
	background: url(images/Menu.png) no-repeat;
	background-position:-637px 0px;
	width: 114px;
}
#Menu a#Home:active, #Menu a#Home:focus, #Menu a#Home:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:0px -45px;
	width: 83px;
}
#Menu a#Services:active, #Menu a#Services:focus, #Menu a#Services:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:-84px -45px;
	width: 215px;
}
#Menu a#AboutUs:active, #Menu a#AboutUs:focus, #Menu a#AboutUs:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:-299px -45px;
	width: 108px;
}
#Menu a#Portfolio:active, #Menu a#Portfolio:focus, #Menu a#Portfolio:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:-407px -45px;
	width: 108px;
}
#Menu a#ContactUs:active, #Menu a#ContactUs:focus, #Menu a#ContactUs:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:-515px -45px;
	width: 122px;
}
#Menu a#DonnieBrownHome:active, #Menu a#DonnieBrownHome:focus, #Menu a#DonnieBrownHome:hover {
	background: url(images/Menu.png) no-repeat;
	background-position:-637px -45px;
	width: 114px;
}
#Wrapper, #PortfolioWrapper {
	position: relative;
	float:left;
	width: 50%;
	min-width:25em;
	left: 130px;
	top: 180px;
	background: url(images/textbackgroundgradient.png) repeat-y right top;
	overflow:inherit;
	bottom:inherit;
	z-index: 100;
}
#PortfolioWrapper 
{
	width: 100% !important;
	left: 0px !important;
	background-image:none;
}
#Wrapper #ServicesMenu {
	position: absolute;
	width: 120px;
	left: -120px;
	top: 0px;
	font-size: 0.9em;
	line-height: 1.25em;
}
#Wrapper #TopFade {
	position: absolute;
	z-index: 101;
	height: 1em;
	left: 0px;
	top: 0px;
	right: 1em;
	display: block;
	width: 96%;
}
#Wrapper #BottomFade {
	position: absolute;
	z-index: 101;
	height: 1em;
	width: 96%;
	left: 0px;
	right:0px;
	bottom: 0px;
}

#Content {
	position:relative;
	float:left;
	left:0;
	top:0;
	bottom:inherit;
	right:inherit;
	overflow: auto;
	z-index: 100;
	text-align: justify;
	font-size: 1em;
	padding: 1em;
}
#Wrapper #Content .imgInsetLeft {
	margin: 0em 1em 1em;
	float: left;
}
#Wrapper #Content .imgInsetRight {
	margin: 0em 1em 1em;
	float: right;
}
.PortfolioWall
{
	width:100% !important;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:0em;
}

#Content * .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: -1px;
}
#Content * .vscrollerbase {width: 15px;background: url(images/textbackgroundpixel.png) repeat;}
#Content * .vscrollerbar {width: 15px;background: #ccc url(images/scrollbar.png) center center no-repeat;}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {width: 15px;background: #fff url(images/scrollbar.png) center center no-repeat;}
#Content * .hscrollerbase {height: 15px;background: url(images/textbackgroundpixel.png) repeat;}
#Content * .hscrollerbar {height: 15px;background-color: #ccc;}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {height: 15px;background-color: #fff;}
#Content * .scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: #ccc;}
#Content a:link, #Content a:visited {
	color: #00FFFF;
	text-decoration: none;
}

#Content a:active, #Content a:focus, #Content a:hover {
	color: #99FF00;
	text-decoration: underline;
}
#Content p {

}
#Wrapper #Content p.right {
	text-align: right;
}

#Content h1 {
	font-size: 1.5em;

}
#Content #moreinfoblock {
	font-size: .85em;
}
#Content #moreinfoblock h2 {
	margin: auto auto 0px auto !important;
	font-size:1.1em;
	line-height:1.1em;
}
#Content #moreinfoblock ul li {
/*	margin-top: 0px !important;
	padding-top:0px !important;*/
	line-height:1.25em;
}

#Content > p:first-child {
	margin-top: 1em;
}
#PageFlower {
	position: absolute;
	height: 100%;
	top:180px;
	right: 0px;
	z-index: 1;
}
#Footer {
	font-size: 0.6em;
	color: #888;
	background: url(images/textbackgroundpixel.png);
	position: relative;
	clear:both;
	width: 750px;
	left: 50%;
	right:inherit;
	bottom:inherit;
	top:20em;
	z-index: 2;
	line-height: 1.2em !important;
	margin-left: -375px;
	text-align: center;
}
#Footer div {
	width: 30%;
}
#Footer #SiteDesign {
	float: right;
	text-align: right;
}
#Footer a:link, #Footer a:visited {
	color: #CCC;
	text-decoration: underline;
}
#Footer a:active, #Footer a:focus, #Footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#Footer #Copyright {
	float: left;
	width:60%;
	text-align:left;
}
#Footer #PhotoCredit {
	margin: auto;
	text-align: center;
}
#Wrapper #Content .clearAll {
	clear: both;
}
#Wrapper #Content .clearLeft {
	clear: left;
}
#Wrapper #Content .clearRight {
	clear: right;
}


#Wrapper #Content .detailBlock {
	width: 45%;
	margin-right: 1em;
	margin-left: 0em;
}
#Wrapper #Content .detailBlock h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1.1em;
	text-align: center;
}
#Wrapper #Content .detailBlock h4 {
	font-size: 1em;
	text-align: left;
}
#Wrapper #Content .detailBlock ul {
	padding: 0px;
	margin: 0px 0px 0px 1.35em;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.25em;
}
#Wrapper #Content .detailBlock li {
	margin-bottom: 0.5em;
}
#Wrapper #Content abbr {
	border-bottom: 1px dotted #FFFFFF;
}
.Obfuscated {
display:none;
position:absolute;
left:-1000px;
}
#img404 
{
	float:right;
	width:40%;
	margin-left:1em;
}
#Wrapper #Content h1 {
	margin: auto !important;
	padding: 0 !important;
}
#Wrapper #Content p {
	margin: auto auto 1em !important;
	padding:0 !important;
}