/*	[ Reset ]                                                       */<!-- -->

/*	[ Basic HTML ]                                                  */<!-- -->
body {
	color:#ffffff;
	background:#ffffff url('images/loading.gif') no-repeat center center;
}
a { color:#ffffff; text-decoration:none;}
a:hover { 
	color:#ffffff; 
	text-decoration:none;
	text-shadow:#ffffff 0px 0px 2px, #ffffff 1px 1px 4px,#ffffff 1px 1px 8px;
}
	
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
.clear { clear:both; }

/* http://meyerweb.com/eric/tools/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;*/ /*Note by Brian: will break IE 7 layout*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	[ Layout ]                                                      */<!-- -->

#container{
	margin:0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;		
}
#panel{
	overflow:hidden;
	height:58px;
	margin:0;
	padding:0px 15px 0 15px;
	border-bottom:2px #ffffff dotted;
	background:#1F1F1F url("images/logo.gif") no-repeat 15px 2px;

}

#logo{
	float:left;
	display:block;
	width:210px;
	height:58px;
	margin:0px 40px 0 0;
	padding:0;
}
#current{
	position:relative;
	overflow:hidden;
	height:34px;
}
#navbar{
	position:relative;
	overflow:hidden;
	height:24px;
}
.themename{
	float:left;
	font-size:25px;
	font-weight:bold;
	font-family:Georgia;
	font-style:italic;
	text-shadow:2px 1px 1px #666666;
	padding:5px 20px 0 0;
}

.nav{
	float:left;
	overflow:hidden;
	height:24px;
	margin-right:30px;
}
.nav_left{
	/*min-width:300px;*/
}

.download{
	float:left;
	height:17px;
	padding:3px 0 0 24px;
	margin-top:2px;
	background:url('images/download.jpg') no-repeat 0 0px;
}
.info{
	float:left;
	height:17px;
	padding:3px 0 0 26px;
	margin-top:2px;
	background:url('images/info.jpg') no-repeat 0 0px;
}

.nav_previous{
	float:left;
	height:17px;
	padding:3px 0 0 26px;
	margin-top:2px;
	background:url('images/previous.jpg') no-repeat 0 0px;
}
.nav_next{
	float:left;
	height:17px;
	padding:3px 0 0 26px;
	margin-top:2px;
	background:url('images/next.jpg') no-repeat 0 0px;
}

