@charset "utf-8";
/* CSS Document */

body{
	background: #AC0318 url(../images/bg_top_slice.jpg) top repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.left_shadow{
	width:6px;
	background:url(../images/img_main_21.jpg) left repeat-y;
}
.right_shadow{
	width:6px;
	background:url(../images/img_main_23.jpg) left repeat-y;
}
a.gallery:link, a.gallery:visited {
	color:#EEEEEE;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
a.gallery:hover, a.gallery:active {
	color:#ac0318;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
a:link, a:visited {
	color:#ac0318;
	font-size:12px;
	text-decoration:none;
}
a:hover, a:active {
	color:#ac0318;
	font-size:12px;
	text-decoration:none;
}
.bigred{
	color:#ac0318;
	font-size:20px;
	font-weight:bold;
}
#content{
	background-color:#231f20;
	padding:0px 20px 20px 20px;
}
#content p, #content ul{
	font-size:12px;
	color:#E0E0E0;
}
#content h2{
	font-size:16px;
	color:#E0E0E0;
}
.gallery{
	padding:10px;
}
.lgpic_box{
	padding:10px 0px;
	text-align:center;
}
.lgpic{
	border:2px solid #ac0318;
}
.smpic{
	border:2px solid #ac0318;
	margin: 2px;
}
.name{
	border-bottom:1px solid #666666;
}
.thumbs{
	padding:10px;
	border-top:1px solid #666666;
}
#footer{
	font-size:10px;
	color:#000000;
}
#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	color:#000000;
	text-decoration:underline;
}
.object{
	border:2px solid #AC0318;
	 width:425px;
	 height:355px;
}
.contrib_name{
	font-size:16px;
	font-weight:bold;
	color:#E0E0E0;
}
.contrib_desc{
	font-size:12px;
	font-style:italic;
	color:#E0E0E0;
}