/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #333 url(images/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}
img
{
    border:0px;
    padding:0 3px 0 0;
}

img a
{
    border:0px;
    padding:0 3px 0 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.3em;}
ol {margin-left: 1.3em;}

li {list-style: none;}
.main li {list-style-image: url(images/li.gif);}

h1 {font-size: 1.2em; text-decoration:underline;padding: 20px 0px 0px 0px}
h1 a {color: #3D9140;text-decoration:underline;}
h1 a:hover {color: #4BB74C;text-decoration:underline;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
}
h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main_right h1 {padding: 0px 0px 0px 0px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}	
.center {float:left;text-align: center;	}

/* structure */
.tblmain {
	font-size: 1.2em;
	margin: 0 auto;
	width: 920px;
	border: 12px solid #222;
	background-color:#000;
}

/* header */
.header {
	background: url(images/top.jpg);
	font: normal 2em Arial;
	line-height: 150px;
	text-align: center;	
	height:6.5em;
	padding: 0px 0px 0px 0px;
}

.header a {
	color: #8F8;
	display: block;
	line-height:normal;
	text-decoration: underline;
	width: 100%;
	letter-spacing: 8px;
	padding: 0px 0px 0px 0px;
	
}

.year
{
    color:White;
}

.header h2 {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%;
	font: normal .6em Arial;
	letter-spacing: 4px;
}
.menu
{
	background-image:url(images/tab.gif);
	color:#F7F7F7;
	padding: 7px 5px 8px 5px;
}
.menu a
{
	color:#F7F7F7;
	padding: 0px 6px 0px 6px;
	
}




/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}

.desc
{
	background-color :#F7F7F7;
	color:#000;
	height:25px;
	text-align:center;
	font-size:small;
	font-weight:bold;
}