/* @group CSS 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Basic */

body {
	background: #000 url(images/bg.jpg) repeat-x center top;
	color: #676767;
	font: 10px "Avant Garde", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	background: url(images/glow_bg.jpg) repeat-x center top;
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#main_nav {
	text-align: center;
}

#img_cont {
	margin: 10px 0;
	padding: 7px 0 4px 0;
	border: 1px solid #676767;
	background-image: url(images/70_black_bg.png);
	text-align: center;
}

#img_cont img {
	border: 1px solid #676767;
}

#img_nav {
	margin: 10px 0;
	padding: 30px 0 0 0 ;
	border: 1px solid #676767;
	background: #000 url(images/nav_bg.png) repeat-x;
	text-align: center;
}

#img_nav img {
	border: 1px solid #676767;
	margin: 3px;
}

#footer {
	text-align: center;
	margin: 0 0 20px 0;
}

/* @end */

/* @group Image Nav */
ul.thumbs li {
	display: inline;
}


/* @end */

a:link {
	color: #6c6c6c;
}

a:visited {
	color: #6c6c6c;
}

a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

a:active {
	color: #6c6c6c;
}
.clear {
	clear: both;
}

#ie6 {
	border: 2px solid #af0908;
	background-color: #a9a9a9;
	color: black;
	margin: 10px 0;
	padding: 10px;
}