@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #006699;
	background-image: url(images/newbg.jpg);
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#container {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 50em;
}

#splashtitle {
	padding: 5px;
	position: absolute;
	height: 100px;
	left: 138px;
	top: 142px;
}

#titleportfolio {
	padding: 5px;
	position: fixed;
	height: 100px;
	width: 100px;
	left: 545px;
	top: -10px;
}

#titlebox {
    padding: 5px;
    position: absolute;
    height: 100px;
    width: 100px;
    left: 100px;
    top: 27px;
}


#naviboxsplash {
	position: absolute;
	padding: 5px;
	height: 42px;
	width: 514px;
	left: 140px;
	top: 276px;
	color: #F90;
}
#naviboxsplash ul li {       
    display: inline;
    list-style-type: none;    
}

#navibox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
	height: 42px;
	width: 499px;
	position: fixed;
	left: 500px;
	top: 580px;
	color: #FFF;
}

#naviboxabout {
	font-size: 12px;
	padding: 5px;
	height: 42px;
	width: 499px;
	position: absolute;
	left: 100px;
	top: 473px;
	color: #FFF;
}

#portfolioimg {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;    
    height: 190px;
    width: 100%;
    position: relative;        
    top: 30px;
    left: -5px;
    color: #FFF;

}

.floatleft {
    float: left;
}


table tr { vertical-align: top; }

#aboutmetext {
	position: absolute;
	left: 500px;
	top: 220px;
	width: 450px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#aboutmepic {
	position: absolute;
	left: 380px;
	top: 155px;
	width: 450px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#icons {
	position: absolute;
	left: 145px;
	top: -50px;
}

p{
    color: white;
}

a {
    color: white;
}
