@charset "UTF-8";
/* CSS Document */

body { font-family:helvetica neue, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
margin:0px 0px 0px 0px;
}

/* Containers */

#top { width:100%;
position:fixed;
z-index:1;
height:100px;
background:url(../images/background.jpg) repeat-x top left #FFF;
}

#top_header { position:fixed;
z-index:3;
left:250px;
top:0px;
}
			 


#nav { position:fixed;
top:0px;
left:15px;
width:180px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
z-index:4;
}


#content_wrapper { position:absolute;
left:250px;
top:150px;
width:770px;
z-index:2;
}

.content { background:#eeeeee;
padding:10px 10px 10px 10px; 
}

.content:hover { background:#dddddd;
}

.description { background:#eeeeee;
width:750px;
padding:10px 10px 10px 10px;
margin-top:10px;
margin-bottom:10px;
}

.description:hover { background:#dddddd;
}

/* Image */

img {border:0px;
}

/* Text */

p.header { border-bottom:thin dotted;
}


/* UL */

.active { color:#ff33c1;
}

/* Links */

A:link {color:#333; text-decoration:none}
A:visited {color:#333; text-decoration:none}
A:hover {color:#ff33c1; text-decoration:line-through}
A:active {color:#333; text-decoration:none} 
