html {   
	height: 100%;
	margin: 0px;      
}   



body {
	background-color: #e1e0e0;
	background-image: url(assets/site_images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}


/* structure
------------------------------------------------------------------*/

#wrapper {
	height: auto;
	min-height: 900px;
	width: 1070px;      
	margin: 0px auto;
	/*background-color:#999999;*/
	padding-top:150px;
	background-image: url(assets/site_images/background_header.gif);
	background-repeat:no-repeat;
} 

#content {
	min-height: 900px;
	width: 976px;      
	margin: 0px auto;
	/*background-color:#666666;*/
	padding:0px;
} 

#mainpanel {
	background-image:url(assets/site_images/mainpanel_background.gif);
	background-repeat:repeat-y;
	width: 686px;      
	background-color:#f9f8f8;
	float:left;
}

#sidepanel {
	background-image:url(assets/site_images/sidepanel_background.gif);
	background-repeat:repeat-y;
	width: 281px;      
	background-color:#f9f8f8;
	float:right;
	margin-bottom:10px;
}

#mainpanel_work {
	background-color:#e1dfdf;
	margin-left:33px;
	margin-bottom:30px;
	width:620px;
	padding-bottom:10px;
} 

.paneltop {
	border:0px;
	margin:0px;
	vertical-align:top;
}

.panelbottom {
	border:0px;
	margin:0px;
	vertical-align:bottom;
	margin-top:10px;
}


/* images
------------------------------------------------------------------*/

.paneltitle {
	margin-top:22px;
	margin-bottom:27px;
	margin-left:33px;
	border:0px;
}

.image_work {
	border: 5px solid #eeeded;
	margin:5px;
}

/* text
------------------------------------------------------------------*/

.bodytitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #505050;
	margin-top:15px;
	margin-left:30px;
}
.bodycopy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color: #666;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
}

a {
	color: #cc00cc; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.pinklink {
	color: #cc00cc; 
	font-size: 14px;
	text-decoration:none;
}
a.pinklink:hover {
	text-decoration:underline;
}

a.pinklink2 {
	color: #cc00cc; 
	font-size: 16px;
	text-decoration:none;
	margin-left:8px;
}

a.pinklink2:hover {
	text-decoration:underline;
}

a.pinklink3 {
	color: #cc00cc; 
	text-decoration:none;
}
a.pinklink3:hover {
	text-decoration:underline;
}

