
/* Layout Stylesheet */ 

body {  
background-color: #999999;
top:0px;
 left: 0px;
 width: 800px;
height: 100%;
z-index: 1;
 }
#centered {
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
width: 800px;
margin: 0 auto;
text-align: left;
  height: 100%;

} 

#anim {
position: absolute;
 top:35px;
 left: 425px;
 width: 300px;
height: 300px;
z-index: 0;
}

#flashPlayer {
position: absolute;
margin: 0px;
padding: 0px;
 top: 5px;
 left: 35px;
 width: 200px;
height: 150px;
z-index: 3;
}

#nav {
position: absolute;
margin: 0px;
padding: 0px;
 top: 160px;
 left: 35px;
 width: 100px;
height: 160px;
padding: 20px;
background-color: #ffffff;

z-index: 99;
border: solid 1px #C6544A;
}

#flashanim {
position: absolute;
margin: 0px;
padding: 0px;
 top: 100px;
 left: 180px;
 width: 250px;
height: 180px;
padding: 0px;
z-index: 99;

}
#text {
position: absolute;
margin: 0px;
padding: 0px;
 top: 100px;
 left: 180px;
 width: 250px;
height: auto;
padding: 20px;
border: solid 1px #E47144;
background-color: #ffffff;
opacity:0.5;filter:alpha(opacity=50);
z-index: 99;

}

#hometext {
position: absolute;
margin: 0px;
padding: 0px;
 top: 300px;
 left: 180px;
 width: 560px;
height: auto;
padding: 20px;
background-color: #339999;
opacity:0.8;filter:alpha(opacity=80);
border: solid 1px #000000;
z-index: 999;
}

#bigtext {
position: absolute;
margin: 0px;
padding: 0px;
 top: 300px;
 left: 180px;
 width: 560px;
height: auto;
padding: 20px;
background-color: #339999;
opacity:0.8;filter:alpha(opacity=80);
border: solid 1px #000000;
z-index: 999;
}



#webportfolio {
position: absolute;
margin: 0px;
padding: 0px;
 top: 300px;
 left: 180px;
 width: 610px;
height: auto;
padding: 20px;
background-color: #339999;
opacity:0.8;filter:alpha(opacity=80);
border: solid 1px #000000;
z-index: 999;
}

#text-nav{
position: absolute;
 top: 255px;
 left: 600px;
 width: 178px;
height: 30px;
border: solid 1px #ffffff;
z-index: 999;
}

#menu {
position: absolute;
margin: 0px;
padding: 0px;
 top: 350px;
 left: 35px;
 width: 100px;
height: 10px;
padding: 20px;
background-color: #339999;
opacity:0.5;filter:alpha(opacity=50);
border: solid 1px #000000;
z-index: 99;
}

h1 {
font-family:arial, sans-serif;
color: #000000;
font-size: 10px;
font-weight: bold;
padding: 0px;
letter-spacing: px;
text-align: left;
}

h2 {
font-family:arial, sans-serif;
color: #ffffff;
font-size: 11px;
font-weight: bold;
padding: 0px;
letter-spacing: 1px;
text-align: left;
}

h3 {
font-family:arial, sans-serif;
color: #000000;
font-size: 11px;
font-weight: 100;
padding: 0px;
letter-spacing: 2px;
text-align: left;
}

h4 {
font-family:arial, sans-serif;
color: #000000;
font-size: 13px;
font-weight: 110;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}

a:link { 
color: #333366; 
text-decoration: none;
cursor: pointer;
 
}
a:visited { 
color: #333366; 
text-decoration: none;
cursor: pointer; 

}
a:hover {
color: #cc6600;
text-decoration: none;
cursor: pointer;
}


