body {
background: url('i/bgtexture.gif') 50px 0px;
background-color: #F2F2F2;
font-family: Arial;
color: #000000;
margin: 0px;
padding: 0px;
}

#header {
background: url('i/header.gif') no-repeat;
position: absolute;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
left: 50px;
padding-left: 11px;
padding-top: 132px;
width: 500px;
height: 170px;
border: solid 0px red;
}

#content {
position: absolute;
left: 0px;
top: 275px;
}

.headline {
font-size: 15px;
font-weight: bold;
color: #000000;
width: 500px;
margin-bottom: 5px;
padding-left: 50px;
}

.details {
font-size: 10px;
text-transform: uppercase;
color: #A6A6A6;
font-weight: normal;
margin-bottom: 10px;
padding-left: 50px;
}

.description {
font-size: 12px;
line-height: 17px;
color: #808080;
width: 500px;
margin-bottom: 10px;
padding-left: 50px;
}

.extralinks {
font-size: 10px;
line-height: 17px;
font-weight: bold;
text-transform: uppercase;
color: #808080;
margin-bottom: 10px;
padding-left: 50px;
}

.tinytext {
text-transform: none;
font-weight: normal;
}

.img_zoom {
background: url('i/zoom.gif') no-repeat 15px 0px;
padding-left: 50px;
}

.img_shrink {
background: url('i/shrink.gif') no-repeat 12px 0px;
padding-left: 50px;
}

.nozoomcontainer {
padding-left: 50px;
}

.toggleopened {
border: solid 1px #BABEC4;
background-color: #FFFFFF;
}

.toggleclosed {
border: solid 1px #BABEC4;
background-color: #FFFFFF;
}

.outline {
border: solid 1px #BABEC4;
}

.projectspacer {
height: 110px;
}

.minispacer {
height: 12px;
}


a:link {text-decoration: none; color: #088FD9;}
a:visited {text-decoration: none; color: #088FD9;}
a:hover {text-decoration: underline; cursor:pointer; cursor:hand;}
a:active {text-decoration: none;}

.pro a:link {text-decoration: none; color: #D64BA5;}
.pro a:visited{text-decoration: none; color: #D64BA5;}
.pro a:hover{text-decoration: underline; cursor:pointer; cursor:hand;}
.pro a:active{text-decoration: none;}

#header a:link {text-decoration: none; color: #FFFFFF;}
#header a:visited {text-decoration: none; color: #FFFFFF;}
#header a:hover {text-decoration: underline; cursor:pointer; cursor:hand;}
#header a:active {text-decoration: none;}

