/* Standard CSS to reset all margins and padding to zero ---------------------------*/
* { 
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, fieldset, address {
	margin-bottom: 1em;
}
html {
	 /* to force scrollbars in all browsers */
	height:100%; 
	margin-bottom: 1px; 
}
/* End of standard CSS ------------------------------------------------------------*/

body {
	background-color:#f7f1fd;
	margin:20px 20px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}
a { 
	text-decoration:none;
	color:#999;
}
div.container {
	width:750px;
	height:520px;
	background-color:#fff;
	padding:10px 20px 10px 10px;
	border:1px solid #999;
}
div.header {
	width:100%;
	padding-left:33px;
	font-size:35px;
	margin-bottom:25px;
	color:#988;
}
div.navigation {
	width:300px;
	float:left;
	font-size:24px;
	color:#999;
}
div.content {
	width:450px;
	float:left;
	color:#000;
	font-size:90%;
}
div.content a {
	text-decoration:underline;
}
div.content a:hover {
	color:#c99;
}
div.footer {
	width:100%;
	clear:both;
}
div.titles {
	width:420px;
	font-size:12px;
	padding:8px 0;
	color:#999;
}
div.thumbs {
	margin:10px 0;
}
div.thumbs img {
	margin-right:17px;
	margin-bottom:15px;
	cursor:pointer;
}
img.bullet {
	/* with margin top/bottom hack for up to IE6 */
	margin: 10px 0;
	margin-right:15px;
	vertical-align: middle; }
}
