/* RESET */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Verdana;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* END RESET */

body {
	background: #121212 url(../images/body-bg.jpg) repeat-x;
}
#page {
	width: 100%;
	background: url(../images/page.jpg) center top no-repeat;
}
#content {
	width: 800px;
	margin: auto;
	min-height: 700px;
}
#left {
	float: left;
	width: 562px;
}
#right {
	float: left;
	width: 238px;
}
#logo {
	height: 130px;
}
#logo img {
	position: relative;
	top: 15px;
	left: -20px;
}
#text {
	width: 541px;
	color: #bbb;
	font-size: 0.8em;
}
#text h1 {
	width: 541px;
	height: 20px;
	padding: 23px 0 23px 22px;
	margin: 30px 0 0 0;
	background: url(../images/header.png) no-repeat;
}
#text p {
	padding: 12px 15px 0 25px;
	letter-spacing: 0.8px;
	line-height: 1.1em;
}
#text .picture {
	float: left;
	margin: 5px 10px 5px 5px;
	padding: 2px;
	background: #000;
}
#blog {
	width: 120px;
	height: 38px;
	margin: 4px 0 20px 4px;
	padding: 12px 0 10px 0;
	background: url(../images/blog-link.png) no-repeat;
	text-align: center;
}
#blog a:link, #blog a:active, #blog a:visited {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#blog a:hover {
	color: #600;
	border-bottom: 2px dotted #600;
	padding-bottom: 5px;
}
#gallery {
	height: 512px;
	padding: 59px 0 0 20px;
	margin: 84px 0 0 0;
	background: url(../images/gallery-bg-2.png) no-repeat;
}
#gallery img {
	filter:alpha(opacity=75);
	opacity:.75;
}
#gallery img:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
#gallery a:link, #gallery a:active, #gallery a:visited {
	width: 90px;
	height: 50px;
	margin: 0 4px 9px 0;
	border: 2px solid #000;
	display: inline-block;
	background: #000;
}
#footer {
	clear: both;
	width: 997px;
	height: 112px;
	margin: 50px auto 0 auto;
	background: url(../images/footer.png) no-repeat;
}
#footer ul {
	list-style-type: none;
	padding: 50px 30px 0 144px;
}
#footer li {
	display: block;
	float: left;
	padding: 0 30px 2px 14px;
	background: url(../images/bullet.png) center left no-repeat;
	font-size: 0.7em;
	color: #9eabb3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
