@charset "utf-8";
/* CSS Document */

body	{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
	line-height:16px;
	}

.bullet	{
	margin-right:5px;
	margin-top:6px;
	}
	
.divider	{
	clear:both;
	 border-top:1px solid #e9e9e9;
	 }	
	
.work	{
	width:550px;
	margin-top:25px;
	}
		
.work_image	{
	margin-right:15px; 
	margin-bottom:25px;	
	}

#leftrail	{
	width:66px;
	background-color:#fdfdfb;
	border-right:1px solid #d4d4d4;
	padding:90px 50px 100px 50px;
	text-align:center;
	float:left
	}
	
#main	{
	float:left;
	padding:60px;
	width:630px;
	}	
	
#popup	{
	width:500px;
	height:500px;
	margin:0;
	border:1px solid #CCCCCC;
	}	
#popup .caption	{
	text-align:right;
	padding:15px 25px 0 0;
	}
	
#popup .header	{
	background-color:#fdfdfb;
	border-bottom:1px solid #d4d4d4;
	padding:6px 25px 6px 10px;
	}
	
#popup .divider	{
	color:#d4d4d4;
	margin: 0 12px 0 12px;
	}
	
#popup .smalllogo	{
	margin-right:300px;
	}		
	
	
a:link	{
	text-decoration:none;
	color:#962866;
	}
a:visited	{
	text-decoration:none;
	color:#b280a6;
	}	
a:hover	{
	text-decoration:underline;
	color:#962866;
	}		
