html, body {background:#000 url(/wp-content/themes/default/images/background.png) repeat-x;color:#DADADA;}
h1, h2, h3, h4, h5, h6 {color:#FFF;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}
a {color: #FFEB00;}
a:hover {color: #FFEB00; text-decoration: none;}

.more-link {float: right;}

.alt1 {background: #EBFF00; border-top: 10px solid #99CCFF; color: #000;}
.alt1 a {color: #000;}

#header, #navigation {font-size: 1.1em; text-transform: uppercase;font-weight: bold;}
#header *, #navigation * {margin:0;padding:0; line-height: 1;}

#header h1 {font-size: 1em; margin-top: 4px;font-weight: bold;letter-spacing: 1px;}


#navigation {text-align: right;}
#navigation h2 {display:none;}
#navigation a {text-decoration: none; padding: 0 0.75em; letter-spacing: 1px;}
#navigation a:hover {color: #323232;}

.container {clear: both; overflow:hidden;}


/* Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:950px;
	height:350px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}



#slider li {position: relative;}
#slider li .tr {position: absolute; top: 0; right: 0;}
#slider li .tl {position: absolute; top: 0; left: 0;}
#slider li .br {position: absolute; bottom: 0; right: 0;}
#slider li .bl {position: absolute; bottom: 0; left: 0;}
#slider li p {
	background: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	padding: 0.5em;
	font-size: 1.5em;
	}

#slider {overflow:hidden;}

/* Homeoage */
#introduction {background: #99CCFF; color: #000; font-size: 1.2em;margin-bottom: 2em;}
#introduction p {line-height:1;margin:0;padding: 0.5em;}

#logo {position: absolute; right: 0; top: 200px;}

.more {text-align: right; font-size: 0.9em;}

.note {float: left; width: 125px; margin-left: -150px}
.note a img {border: 1px dotted yellow; padding: 5px;}
.note a:hover img {border: 1px solid yellow;}
