html {
background-repeat: repeat-x;
	background-color: #FFFFFF;
font-family: Helvetica, Arial;
font-size: 12px;
background: url('/assets/header_back.jpg') repeat-x;
}

#page {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

/** Typography */
a, a:link, a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: #d2440b;
}

a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
color: black;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration: underline;
color: black;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: black;
}

/** Categories */
#categories {
width: 280px;
}

#categories .spacer {
width: 20px;
height: 20px;
float: left;
}

#categories ul {
float: left;
width: 120px;
}

#categories li {
padding: 0 0 0 5px;
margin: 0 0 0 0;
font-size: 14px;
line-height: 30px;
height: 29px;
border-bottom: 1px solid #f2f2f2;
}

#categories li a {
color: #777;
display: block;
}

#categories li a:hover {
color: #d2440b;
text-decoration: none;
}

#categories .selected {
color: #d2440b;
font-weight: bold;
}

#categories .selected a {
color: #d2440b;
}

/** Global elements. */
#header {
margin-left: auto;
margin-right: auto;
width: 1020px;
}

#logo {
width: 1020px;
height: 70px;
text-indent: -4000px;
background: url('/assets/header_bar.jpg');
display: block;
}

#logo h1 a {
text-indent: -3000px;
display: block;
width: 270px;
height: 73px;
}

#logo .summary {
text-indent: -0.4em;
margin: 15px 0 15px 0;
color: #555;
font-size: 14px;
line-height: 18px;
font-style: italic;
}

/** Image Gallery **/
#gallery {
margin-top: 30px;
}

#gallery h2 {
font-size: 20px;
border-bottom: 1px dotted #777;
padding-bottom: 5px;
margin-bottom: 10px;
}

#gallery li img{
margin: 0px;
padding: 0px;
}

#gallery li {
float: left;
width: 117px;
height: 88px;
}