body {
	margin: 0; padding: 0;text-align: center; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000; color: #ac9e85;
}

ul {
    margin: 13px;
}

img {
    border: 0;
}

a {
    color: #ae330f;
}

#dContentMenu{
    position: absolute;
    left: 30px; top: -50px;
	width: 500px; height: 50px;
}

#dContentMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#dContentMenu ul li {
    float: left;
    width: 90px;
    text-align: center;
}

#dContentMenu ul a {
    width: 90px; height: 100%;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #ff7e00;
}

#dContentMenu ul a .mSelected{color: #ae330f;}

#container {
	width: 1000px; height: 700px;
	margin: 0 auto;
	text-align: left;
}
#header {
    position: absolute;
	width: 1000px; height: 410px;
    background-image: url('/assets/i/background.gif');
    background-repeat: no-repeat;
}
#tagLine {
    position: absolute;
    top: 300px; right: 30px;
    color: #ac9e85;
}

#tagLine h1{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}

#content {
    position: absolute; 
    top: 410px; 
    width: 900px;
    background-color: aqua;
}


#pageCopy {
    position: absolute;
    top: 0px; left: 0px;
    padding: 50px;
    width: 400px;
    font-size: 13px;
    line-height: 15px;
    color: #ac9e85;
}

.splashImage{
    position: absolute;
    top: 0px; left: 545px;
}

#dPortfolio {
    position: absolute;
    top: 0px; left: 0px;
    padding: 40px;
    width: 1000px;
}

.portfolioItem div {
    font-size: 14px;
    float: left; width: 440px;  padding: 10px; 
    padding-bottom: 30px;
}

.portfolioItem h2 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;    
}

.portfolioItem .snapshot {
    text-align: center;
}

#abt1 {position: absolute; left: 480px; top: 380px;}
#abt2 {position: absolute; left: 50px; top: 380px;}
#abt3 {position: absolute; left: 50px; top: 715px;}
#abt4 {position: absolute; left: 50px; top: 1307px;}
#abt5 {position: absolute; left: 480px; top: 1020px;}
#abt6 {position: absolute; left: 480px; top: 1370px;}

.footer {
    position: absolute;
    left: 0px;
    width: 1000px; height: 80px;
    text-align: right;    
    font-size: 10px;
}

#aboutfooter {top: 1610px;}
#pffooter {top: 1430px;}
#contactfooter {top: 320px;}
#homefooter {top: 320px;}