/* -- layout stuff -- */
html, body, p{
}
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
html, body, #container{

}
html>body, html>body #container{
	height: auto;
}

a{
	color: #039;
}
a:hover{
	color: #900;
}
#container{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	text-align: left;
}
/* == header styles == */
#header{
	position: relative;
	text-align: center;
}
#logo{
	left: 0px;
}
/* == content layout == */
#gallery{
	text-align: center;
}
#gallery a{
	border: 0;
	text-decoration: none;
}
#gallery a img{
	border: 1px solid #666;
}
#gallery a:hover img {
	border: 1px solid #000;
}

#content{
	padding-top: 10px;
}
#leftpane{
	position: relative;
	float: left;
	width: 560px;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
#rightpane{
	position: relative;
	float: right;
	width: 300px;
}
h1{
	font-weight: normal;
	font-size: 32px;
}
h2{
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

img {
	max-width: 100%;
	height: auto;
}