/* CSS Document */
/*--------------------------------------------------------------------------------------------------------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bodybg.gif) top repeat-x; 
	text-align:center;
	margin:0 auto;
	padding:0px;
	background-color:#F1F1F1;
	text-decoration:none;
}

p, ul, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	line-height: 14px;
	margin: 0px;
	color:#666666;
}

a:visited{
	color:#666666;
	text-decoration:none;
}
a:link{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#550000;
	text-decoration:none;
}


#detail a:hover, #detail a:visited {

}
#structure{
	margin:0 auto;
	width:775px;
	height:388px;
	text-align:left;
	position:relative;
	top:171px;
	/*background:#F00;*/
	padding-left:10px;
}
#help_container{
	height:368px;
	background:#FFF;
	position:relative;
	top:0px;  
	padding:0;
	margin:0;
}
#juliette_content{
	height:368px;
	background:#FFF;
	padding:0;
	margin:0;
}
#photo_content{
	width:650px;
	height:500px;
	background:#20FFFF;
	position:relative;
	top:20px;
	padding:0;
	margin:0;
}
#siteby{
/*display:block;*/
width:775px;
height:15px;
/*background:#888;*/
padding-top:5px;
text-align:right;
}
#siteby p{
	font-size: 9px;
	color:#CCC;
}
#siteby a:visited, #siteby a:link{
	font-size: 9px;
	color:#CCC;
}
#siteby a:hover, #siteby a:active{
	font-size: 9px;
	color:#999;
}

.clear{
clear:both;
/*background:#000;*/
}

