/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding : 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

/* Rmoves list-styles from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font=weight to normal */
address, caption, cite, code, dfn, em, th, var, strong
{ font-style: normal; font-weight: normal; }

/* Removes border from table */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

html
{ }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #666666;
	margin: 10px;
	color: #FFFFFF
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #000000;	
}
div#site_container {
	width: 700px;
	margin: 0 auto;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	margin: 20px 0;	
}
ul.picture_list{
	width: 700px;
}
li.clear {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
li.bold {
	font-weight: bold;
}
li.download {
	font-size: 13px;
	margin-top: 20px;
}
em {
	font-weight: bold;
	font-style: italic;
}
div.picture {
	width: 320px;
	float: left;
	margin-right: 40px;
}
ul.picture_detail {
	width: 340px;
	float: left;
}
