/*GLOBAL*/

@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0px; /* to avoid margins */
	text-align: center;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
}

h2 {
	color: #CCCCCC;
}

a {
color:#CCCCCC;
text-decoration:none;
}

a:hover {
 background:#A8FFA8;
 color:#333333;
}

td { vertical-align: top;
background-repeat:no-repeat;
}

img {
border:none;
}

#container {
	margin:0 auto;
	position:relative;
	width:1024px;
	height:auto;
	border: 0px;
	top: 10px;
}

#ftrade {
text-align:center;
vertical-align:middle;
}

#tshirt_norepeat {
background-repeat:no-repeat;
}

#menu {
position:relative;
vertical-align:top;
width: 100%;
height: 20px;
word-spacing:20px;
font-size:100%;
font-weight:bold;
color:#CCCCCC;
text-align:center;
}

#important {
border:dashed;
border-width:thin;
border-color:#FFFFFF;
}

#important a {
color:#CCCCCC;
text-decoration:none;
}

#important a:hover {
 background:#A8FFA8;
 color:#333333;
}


#menu a {
color:#CCCCCC;
text-decoration:none;
}

#menu a:hover {
 background:#A8FFA8;
 color:#333333;
}

/* HOME */

#main_home {
position:relative;
top: 450px;
color:#CCCCCC;
}


/* 2007 */

#main_video {
	position:relative;
	top:55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:center;
	vertical-align:top;
}

#main_2007 {
position:relative;
top: 100px;
color:#CCCCCC;
}


/* GALLERY */

#main_2007_g {
position:relative;
text-align:center;
padding:25px;
color:#CCCCCC;
z-index:0;
}


#gallery_img {
border:none;
width:140px;
height:140px;
}

#gallery_overlay {
position:absolute;
height:1080px;
width:480px;
}


/* ARCHIVE */


#main_archive {
position:relative;
top: 450px;
color:#CCCCCC;
}



/* BLOG */

#main_blog {
position:relative;
top: 450px;
color:#CCCCCC;
}

#blog_title {
font-weight:bold;
}

#blog_content {
text-indent:10px;
}




