/* CSS Document */
html{
height: 100%;
overflow:hidden;
background-color:#ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
}

BODY { 	BACKGROUND-COLOR:#ffffff ;
		TEXT-ALIGN:center;
		margin:0px;
		font-family:Georgia, "Times New Roman", Times, serif;
		
		}

/* Container */
		
#content { padding-top:30px; 
		background-color:white;
		width:510px;
		color:black;
		font-size:12px;
		font-weight:bold;
		margin:auto;}

#content li, #content ul { list-style:none;
			  margin:0;
			  padding:0;}

#content a{text-decoration:none;
			color:#000000;}
#content a:hover{text-decoration:none;
			color:#cccccc;}
			
#content a img{border:#FFFFFF;
			text-decoration:none;}
#content a:hover img {border: #FF0000;}
#content a:visited img {border: #ffffff;}
		
/* logo */

#logo { background-color: yellow;
		width:500px;
		padding-left:250px;
		text-align:left;}
		

/* boxes */

#title { background-color: blue;
		padding-top:45px;
		width:250px;
		float:right;
		text-align:left;
		font-weight:bold;}
		
#item { background-color: blue;
		padding-top:7px;
		width:250px;
		float:right;
		text-align:left;
		font-weight:bold;}
		
#thumb { background-color: blue;
		padding-top:0px;
		width:250px;
		float:left;
		text-align:left;
		font-weight:bold;}
		
