body {
background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
#page {
position: relative;
text-align:left;
background-color:#48C8F5;
color:#000;
margin-left: auto;
margin-right: auto;
width: 816px;
height: 576px;
}
.logo {
position: absolute;
top: 10px;
left: 10px;
background-color:#48C8F5;
}
#head {
background-image:url(../images/fooheader_line.gif);
background-repeat:no-repeat;
background-position: 0px 107px;
background-color:#48C8F5;
position:absolute;
top: 10px;
left: 193px;
width: 600px;
height: 178px;
}
h1 {
color:#6dd3f7;
font-family: Arial, Helvetica, sans-serif;
font-size:60px;
margin-left:82px;
font-style:italic;
font-weight: bold;
letter-spacing: 0px;
margin-top: 30px;
}
h2 {
font-size:16px;
margin-bottom: 2px;
}
p {
font-size:12px;
}
#nav {
	position: absolute;
	margin-left: 10px;
	top: 220px;
	height: 200px;
	width: 175px;
	}

.navimage {
margin-bottom: 24px;
}
#content {
position:absolute;
top: 200px;
left: 238px;
right: 20px;
padding: 0px 15px 4px 15px;
width: 450px;

background-color:#FFF;
color:#000;
-moz-border-radius: 12px;
}
#copyright {
	position:absolute;
	font-size:9px;
	left: 618px;
	top: 552px;
}
#pipelinks {
	position:absolute;
	font-size:9px;
	left: 301px;
	top: 468px;
}

#content pre{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
/****Start Navigation*******/
.rollover1 a {
display:block;
width: 174px;
height: 0px;
padding:50px 10px 10px 25px;
font: italic bold 26px sans-serif;;
color:#000;
background: url(../images/design.gif) 0 0 no-repeat;
background-color: #48C8F5;
text-decoration: none;
}
.rollover1 a:hover, a:active { 
background-position: 0 -60px;
color: #000;
}
.rollover2 a {
display:block;
width: 174px;
height: 0px;
padding:50px 10px 10px 25px;
margin-top: 10px;
font: italic bold 26px sans-serif;;
color:#000;
background: url(../images/portfolio.gif) 0 0 no-repeat;
background-color: #48C8F5;
text-decoration: none;
}
.rollover2 a:hover, a:active { 
background-position: 0 -60px;
color: #000;
}
.rollover3 a {
display:block;
width: 174px;
height: 0px;
padding:50px 10px 10px 25px;
margin-top: 10px;
font: italic bold 26px sans-serif;;
color:#000;
background: url(../images/contact.gif) 0 0 no-repeat;
background-color: #48C8F5;
text-decoration: none;
}
.rollover3 a:hover, a:active { 
background-position: 0 -60px;
color: #000;
}

/****End Navigation*******/