/*
(C) 2007 SIC DESIGN
WEBSITE DESIGNED BY BENJAMIN DORAN
ALL CODE COPYRIGHT TO BENJAMIN DORAN
UNDER CREATIVE COMMONS, DUPLICATION 
OF THIS CODE WILL RESULT IN LEGAL ACTION.

ALL CONTENT COPYRIGHT TO LUCY ROWLANDS
(C) 2002,2003,2004,2005,2006,2007

*/

/*Body
---------------------------------*/
body{
	margin:auto;
	background: white;
	color:black;
	margin-top:50px;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}
	
img{
	border:0px;
	}
	
#title{
	width:590px;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	}

#title h1{
	text-align:left;
	width:50%px;
	font-weight:normal;
	font-size:12px;
	float:left;
	margin:0px;
	padding:0px;
	}

#title h2{
	text-align:right;
	width:50%px;
	font-size:10px;
	margin:0px;
	padding:0px;
	}
	
#title h2 a{
	color:black;
	font-weight:normal;
	}

#title h2 a:hover{
	color:#666666;
	}

#title h2 em{
	font-weight:bold;
	font-style:normal;
	}

/*Main Box
---------------------------------*/
#content{
	width:570px;
	height: 340px;
	border:1px solid black;
	padding: 10px;
	text-align:left;
	background-position: bottom left no-repeat!important;
	}
	
#content #gallery #pic a{
	display:block;
	padding:5px 5px 5px 5px;
	float:left;
	border:1px solid #666666;
	margin:13.5px 10px 13.5px 15.5px;
	background-color:white;
	}
	
#content #gallery #pic a:hover{
	background-color:#CCCCCC;
	}
	
#content #gallery #pic2 a{
	display:block;
	padding:5px 5px 5px 5px;
	float:right;
	border:1px solid #666666;
	margin:12.0px 27.5px 14px 0px;
	}
	
#content #gallery #pic2 a:hover{
	background-color:#CCCCCC;
	}
	
#content #leftContentBox{
	width:275;
	float:left;
	padding-left:10px;
	padding-top:20px;
	}

#content #rightContentBox{
	width:275;
	float:right;
	padding-left:10px;
	padding-top:12px;
	font-size:12px;
	}

#content h1, h2{
	color:black;
	font-size:12px;
	}

#content p#tab{
	padding-left:10px;
	}

#content p{
	color:#666666;
	}
	
#content ul{
	list-style:none;
	padding: 0px;
	}
	
#content a{
	color:#666666;
	text-decoration:none;
	}
	
#content a:hover{
	color:#000000;
	}
	
#content p a{
	color:#000000;
	text-decoration:none;
	}
	
#content p a:hover{
	color:#666666;
	}	
	
#content h2 a{
	color:#000000;
}

#content h2 a:hover{
	color:#666666;
}
/*Footer
---------------------------------*/
#footer p{
	font-size:9px;
	text-align:right;
	}
	
#footer ul{
	font-size:9px;
	text-align:center;
	list-style:none;
	padding:0px;
	}

#footer a{
	text-decoration:none;
	color:#000000;
	}

#footer a:hover{
	color:#666666;
	}
	
#footer {
	width: 600px;
	padding: 0px;
	}
	
#footer li{
	float:left;
	padding-left:4px;
	padding-right:4px;
	border-right: 1px solid #000000;
	}

#footer li#blog{
	border-right: 1px solid #FFFFFF;
	}
/*Text
---------------------------------*/	