/**
 * Base CSS
 *
 * @author Shawn Drew
 * @copyright 2009
 * @version 0.1
 */

@media all {

/* Myer 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;}
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;} /* tables still need 'cellspacing="0"' in the markup */

/* general */
html {font-size: 62.5%;}
body {background-color: #000; text-align: center; font-family: Verdana, Arial, Arial Narrow, sans-serif; color: #FBF0E1; background: #000 url('../images/background.png') no-repeat scroll 40% 80px; font-size: 1.2em; line-height: 1.2em;}

a:focus, a:hover {color:#FFF;}
/*a:visited {color: #FED09E;}*/
a {color: #FED09E; text-decoration: none;}
	a img {border: none;}
	
#container {width: 960px; text-align: left; margin: 20px auto; background: transparent url('../images/title_main.png') no-repeat scroll top left; padding-top: 48px; overflow: auto; border: 1px solid FED09E;}

	#col-a {width: 500px; padding: 20px; float: left;}
	
		#main-nav {}
			#main-nav li {padding: 2px 0;}
			#main-nav li a {font-size: 1.6em;}
			
		#sub-nav {margin: 0 0 20px 20px;}
			#sub-nav li {padding: 2px 0;}
			#sub-nav li a {font-size: 1em;}
		
		#main {margin-top: 2em;}

		.gallery {margin-bottom: 20px;}
		.gallery img {-moz-opacity: .6; opacity: .6; filter: alpha(opacity=60);}
		.gallery img:hover {-moz-opacity: 1; opacity: 1; filter: alpha(opacity=100);}
		
	#col-b {float: left; width: 420px;}
	
	#footer {background: transparent url('../images/footer.png') no-repeat scroll top left; height: 42px; clear: both;}
	
h1, h2, h3, h4, h5, h6 {}
h1 {font-size: 1.8em; padding-bottom: 0.4em;}
h2 {font-size: 1.3em; padding-bottom: 0.8em;}
h3 {}
h4 {}
h5 {}
h6 {}

p {margin-bottom: 0.6em; font-size: 1em;}

blockquote {}
strong {}
em {}
abbr, acronym {}
pre, code {}

li ul, li ol {}
ul, ol {}
ul {}
ol {}
dl {}
dl dt {}
dd {}

table {}
th {}
th, td {}
tr.even td {}
tfoot {}
caption {}
	

/**
 * @css-for Firefox
 * @workaround Show scroll bars so the page doesn't jump around
 */
html {overflow: -moz-scrollbars-vertical;}

}