<style type="text/css">

A {text-decoration: none; color: #a2a5b4}
A:link {text-decoration: none; color: #a2a5b4}
A:visited {text-decoration: none; color: #a2a5b4}
A:active {text-decoration: none; color: #a2a5b4}
A:hover {text-decoration: none; color: #000044}

A.selected:link, A.selected:visited, A.selected:active {
	color: #000044;
}

body 
{
background-image: url('background.jpg');
}

.titleimage {
	position: absolute;
	z-index: -1;
	left: 0px; 
	top: 10px;
}
.wired {
	position: absolute;
	z-index: 100;
	left: 350px; 
	top: 660px;
}
.wiredaward {
	position: absolute;
	z-index:100;
	left: 530px;
	top: 662px;
}
.mamapedia {
	position: absolute;
	z-index:100;
	left: 690px;
	top: 662px;
}

.MainContent { 
	border-left:2px solid 2px; 
	border-right:2px solid 2px; 
	border-top:2px solid padding-left; 
	border-bottom:2px solid padding-left; 
	border-color: #141a36;
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	
	position: absolute; 
	z-index: -1; 
	left: 73px; 
	top: 118px;
	height: 504px;
	width: 1004px;
	
	background-color: #FFFFFF;
}

.pageimage {
	position: absolute; 
	left: 75px; 
	top: 120px;
	border-right:2px solid 2px; 
	border-color: #141a36;
	z-index: -1; 
}

#menu {
	position: absolute; 
	height: 29px; 
	z-index: 0; 
	left: 91px; 
	top: 90px;
}

#aboutme {
	position: absolute;
	left: 0px;
}
#pricing{
	position: absolute;
	left: 95px;
}
#details{
	position: absolute;
	left: 200px;
}
#charity{
	position: absolute;
	left: 272px;
}
#contact{
	position: absolute;
	left: 770px;
}
#blog{
	position: absolute;
	left: 855px;
}
#clients{
	position: absolute;
	left: 910px;
}


.scrolled {
	position: absolute; 
	z-index: 0; 
	left: 610px; 
	top: 150px;
	height: 450px;
	width: 415px;
	color: #616470;
	overflow: auto;
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #f7f7f7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #a2a5b4;
	
}

.headline {
	font-size: 15px;
	font-weight: 800;
	color: #131a37;
}

.leftpadding {
	padding-left: 20px;
}

#rightpadding {
	padding-right: 30px;
}

.musicplayer {
	position: fixed; 
	left: 0px; 
	top:  -30px;
}

.footertext {
	position: absolute; 
	width: 749px;
	left: 200px; 
	top: 816px;
	color: #737d97;
}
.gallery {
	position: absolute; 
	left: 200px; 
	top: 155px;
}

.gallerycontainer{
	position: absolute;
	left: 100px; 
	top: 135px;
	z-index: -1;
/*Add a height attribute and set to largest image's height to prevent overlaying*/

}

.thumbnail img{
	border: 1px solid black;
	margin: 9px 9px 1px 1px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
/*border-width: 0;*/
border: 0px dashed red;
padding: 0px;
margin: 0px 0px 0px 0px;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -15px;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 50;
margin: 0px 0px 0px 0px;
padding: 0px;

}

.dropdowncontainer {
	position: absolute;  
	left: 390px; 
	top: 0px;
}
.dropdown {float:left; padding:0; margin:0}
.dropdown dt {width:186px; border:0px; padding:8px; font-weight:bold; cursor:arrow; color: #a2a5b4; padding:0; margin:0}
.dropdown dt:hover {color: #000044; padding:0; margin:0}
.dropdown dd {position:absolute; overflow:hidden; width:196px; display:none; background:#fff; z-index:200; opacity:0; padding:0; margin:0}
.dropdown ul {width:196px; border:1px solid #9ac1c9; list-style:none; padding:0; margin:0}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.dropdown .selected {color: #000044}

</style>