html, body{
    background: #F4F4F4;
    color: #ADADAD;
    height:100%;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    text-align: center;
}

img {
    border: 0px;
}

a:hover {
    text-decoration: none;
}

ul {
	list-style: none;
}




div#header {
	display: block;
	width: 100%;
	background: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	float: right;
	clear: left;
}

div#header img#logo {
	margin: 45px 0px 35px 0px;
}

div#header a#switch_link {
	position: absolute;
    color: #ADADAD;
	top: 10px;
	right: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#header a {
    color: #000;
    font-size: 0.8em;
    font-weight: normal;
}

div#header a.active {
	font-weight: bold;
}




div#content {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: right;
	clear: both;
}

div#content ul#files {
	width: 700px;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

div#content ul#files li {
	float: left;
	width: 720px;
    color: #ADADAD;
	margin: 0px 0px 100px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
}

div#content ul#files li img {
	display: block;
	border: 1px solid #ffffff;
	float: left;
}

div#content a {
    color: #ADADAD;
	text-decoration: none;
	font-style: italic;
}



div#content div.details {
	width: 188px;
	height: 220px;
	float: right;
	clear: right;
    color: #787878;
	margin: 9px 0px 0px 0px;
	padding: 20px 12px 0px 12px;
	font-size: 0.6em;
	text-align: center;
}

div#content div.details a {
	float: right;
}

div#content h1 {
	display: none;
}

div#content h2 {
	font-size: 0.7em;
	width: 700px;
	text-align: center;
	color: #cccccc;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	clear: both;
}

div#content div.details h3 {
	font-size: 1em;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

div#content div.details p {
	font-size: 1em;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	line-height: 1.8em;
}

div#content p.heading {
	font-size: 0.75em;
	font-weight: bold;
}





div#content div.contact {
	width: 330px;
	margin: 0px auto 50px auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	text-align: right;
	color: #787878;
	line-height: 1.5em;
}

div#content div.contact h2 {
	width: 340px;
	color: #787878;
	font-size: 1.1em;
	text-align: right;
	margin: 0px 0 20px 0;
}





div#footer {
	float: right;
	clear: both;
	width: 100%;
	background: #ffffff url(../image/footer_bg.jpg) repeat-x bottom;
	text-align: center;
}