
body {
	background:url('/images/background1.png') repeat-x #000000;
	margin-top:0px;
	font:14px arial;
	}

#main {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	margin:auto;
	width:1000px;
	min-height:500px;
	background:#000000;
	}

#logo { 
	background:url('/images/logo2.jpg');
	height:100px;
	width:100%;
	}

#bottom {
	background:#999966;
	clear:both;
	border-top:5px solid #6C6C49;
	margin:auto;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	}

#menu {
	border-top:5px solid #6C6C49;
	width:100%;
	background:#000000;
	height:36px;
	}

#menu a {
	color: #CCCCCC;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
	margin-left:17px;
	line-height:36px;
	}
#menu a:hover { text-decoration:underline; color:white;}

#left {
	float:left;
	width:230px;
	background:#000000;
	border-top:1px solid #333333;
	clear:all;
	}

#left h1 {
	margin:10px 10px 0 10px;
	padding-bottom:5px;
	border-bottom:1px solid #B2906E;
	font-weight:bold;
	font:18px georgia;
	color: #DD3700;
	letter-spacing:.1em;
}

#left p {
	margin:10px;
	color: #CCCCCC;
	font-weight:bold;
	font-size:14px;
}

#right {
	min-height:400px;
	float:right;
	width:770px;
	background:url('/images/smackdownfork.png') #ffffff top right no-repeat;
	padding-bottom:10px;
	}

.contentRight {
	clear:both;
	margin:30px;
	margin-top:10px;
	}

#right h1 {
	padding-bottom:5px;
	border-bottom:1px solid #B2906E;
	color:#B26E27;
	font-weight:bold;
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	}

h1 a { text-decoration:none; }

.h1sub { float:right; font-size:16px; }
.smaller { font-size:12px; }

h2 {
	margin-top:5px;
	margin-bottom:0;
	color:#B26E27;
	font-weight:bold;
	font:18px georgia;
	letter-spacing:.1em;
}

h2 a { text-decoration:none; color:#B26E27;}
h2 a:hover { text-decoration:underline; }

.contentRight p, .contentRight li {
	color:#444444;
	font:12px arial;
	line-height:1.5em;
	letter-spacing:.1em;
	}

.contentRight ul { margin-left:1em;padding-left:0em; list-style-position: inside; }

.contentRight li {
	margin-bottom:.5em;
	padding:0em;
	}
 

#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 230px;
	height: 280px;
	border-bottom:5px solid #6C6C49;
}

a img { border:none; }

#rotator img {
	width:230px;
	height:280px;
	display:none;
	position:absolute;
	top:0;
	left:0;
}


/************** PHOTO THUMBS ***************************************************/

.photoThumb { margin:3px; }
a:hover .photoThumb { opacity:1; filter:alpha(opacity=100); }
.shaded { opacity:.50; filter:alpha(opacity=50); }

.shadow {
  float:left;
  background: url('/images/shadowAlpha.png') no-repeat bottom right;
  margin: 10px 15px 5px 5px;
  }

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

a:hover .photoMed { opacity:.50; filter:alpha(opacity=50); }

th { color: #666666; }
