/* CSS Document */

body {
	background-color:		#000000;
	}

img { 
	border:					0;
	}
	
a {
	text-decoration:		none;
	color:					#0000FF;
	}
	
a:hover {
	text-decoration:		underline;
	color:					#0066FF;
	}

#menu {
	width:					990px;
	padding-left:			5px;
	padding-right:			5px;
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			0;
	}

#menu a {
	cursor:pointer; 
	cursor:hand; 
	height:					40px;
	display:				inline-block;
	width:					111px;
	margin-left:			0;
	margin-right:			0;
	margin-bottom:			0;
	text-align:				center;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-decoration:		none;
	color:					#002157;
	}
	
#menu a:hover {
	color:					#003399;
	text-decoration:		underline;
	}
	
#menu span { 
	background:				url(images/bg_pic/menutab.gif) no-repeat center top; 
	height:					40px;
	display:				inline-block;
	width:					111px;
	padding-left:			12px;
	padding-right:			12px;
	padding-top:			20px;
	margin-left:			0;
	margin-right:			0;
	margin-bottom:			0;
}

span#active {
	background-image:		url(images/bg_pic/menutab_active.gif);
	}
	
#main {
	background-color:		#f3d477;
	background-image:		url(images/bg_pic/folder_top.gif);
	background-position: 	top center;
	background-repeat:		no-repeat;
	width: 					1000px;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				0;
	padding-top:			10px;
	font-family:			Arial, Helvetica, sans-serif;
	}
	
#main h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				22px;
	margin-top:				0;
	}

#main h2 {
	font-size:				14px;
	margin-bottom:			1px;
	}

#left-side {
	width:					450px;
	float:					left;
	margin-left:			10px;
	}

#left-side p {
	margin-top:				1px;
	}

#right-side {
	float:					right;
	width:					500px;
	margin-right:			10px;
	text-align:				center;
	}

#content {
	margin-left:			20px;
	background-color:		#f3d477;
	}

#notecard, .notecard {
	background-image:		url(images/bg_pic/notecard2.gif);
	background-position: 	top left;
	padding-top:			70px;
	padding-bottom:			10px;
	padding-left:			20px;
	padding-right:			30px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				75%;
	width:					325px;
	height:					176px;
	}

#notecard p, .notecard p {
	margin-top:				1px;
	}

#footer { 
	clear:					both;
	background-image:		url(images/bg_pic/folder_bottom.gif);
	background-position:	bottom;
	background-repeat:		no-repeat;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				10px;
	padding-top:			10px;
	padding-bottom:			10px;
	text-align:				center;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	}
	
#footer p {
	margin-top:				1px;
	margin-bottom:			1px;
	}

#title_tab { margin-left: 5px; }

.thumbs { 
	margin-left:		5px;
	margin-right:		5px; 
	}
	
.big_artwork {
	margin-left:		20px;
	margin-right:		20px;
	}

.big_artwork a {
	font-size:			18px;
	}
	
.big_artwork a:hover {
	text-decoration:	none;
	}

img {
	border:				0; }

#thumbs, .thumbs {
	margin:					0;
	padding:				0;
	margin-top:				1px;
	margin-bottom:			1px;
	list-style:				none;
	}

#thumbs li, .thumbs li {
	background-image:		url(images/sticker_bg.gif);
	background-repeat:		no-repeat;
	background-position:	top;
	width:					60px;
	height:					60px;
	padding:				5px;
	text-align:				center;
	display:				inline-block;
	}