﻿body 
{
	text-align:center;
	background-color:#000;
	margin:0px;
}
#Content
{
	width:1000px;
	background-color:Black;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.CR_Item
{
	background-image:url('/Images/CR_Item.jpg');
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-align:left;
	padding-left:15px;
	margin-top:6px;
}
.CR_Item a
{
	font-size:13px;
	color:White;
	text-decoration:none;
}
.CR_Item a:hover
{
	font-size:12px;
	font-weight:bold;
}
#GuestList
{
	border-top:1px solid #333;
	width:980px;
	padding-bottom:10px;
	border-bottom:1px solid #333;
	padding-left:20px;
	clear:both;
	margin:0px auto 0px auto;
}
.GC_Item
{
	width:90px;
	height:60px;
	float:left;
	background-color:White;
	margin:18px 18px 0px 0px;

}
.GC_Item img
{
	width:90px;
	height:60px;
}
#AboutMeArea
{
	width:960px;
	clear:both;
	background-image:url('/Images/About_BG.jpg');
	min-height:150px;
	background-repeat:repeat-x;
	padding:20px;
}
#AboutContent
{
	border-bottom:1px solid #333;
	
}
#FootBoot
{
	width:1000px;
	clear:both;
	color:White;
	font-size:13px;
	padding-top:10px;
}
#AboutVideo
{
	width:88%;
	height:170px;
	margin:0 auto;
	padding-left:20px;
	border-top:1px solid #333;
}
.MC_Item
{
	width:100px;
	height:125px;
	float:left;
	margin:10px 12px 10px 12px;
}
.MC_Item img
{
	width:100px;
	height:100px;
	border:0px;
}
.MC_Item a
{
	font-size:13px;
	text-decoration:none;
	color:White;
}
.MC_Item a:hover
{
	text-decoration:underline;
}