body
{ 
	background-image: url("../images/siteImg/BG_tile.jpg");  
	text-align: center; 
	margin: 0px auto; 
	}
	
a, p, h1, h2
{ 
	font-family: georgia, 'times new roman', serif;
	font-size: 9pt;
	text-decoration: none;
	color: #ffffff;
	}

#container
{
	
	margin: 10px auto;
	width: 960px;
	background-image: url("../images/siteImg/cont_BG_tile.jpg");
	border-right: 3px solid #3a8475;
	border-left: 3px solid #3a8475;
	border-top: 3px solid #3a8475;

	border-bottom: 3px solid #3a8475;
}

#banner
{
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px dashed #3a8475;
}

#banner-inner
{ 
	height: 220px;
	background-image: url("../images/siteImg/banner.jpg");
}

.img-link
{
	border: 0px;
}

#left-content
{
	padding-bottom: 20px;
	float: left;
	width: 749px;
	border-right: 1px dashed #3a8475;
}

.index-movie
{
	padding-top: 40px; padding-bottom: 5px;
}

#index-empty
{
	height: 0px;
}

#char-empty
{
	height: 269px;
}

#env-empty
{
	height: 269px;
}

.left-title
{
	width: 605px;
	margin: 15px 0;
	border-bottom: 1px solid #3a8475;
	text-align: left;
}

.left-block
{
	width: 605px;
	margin: 35px auto;
	border-bottom: 1px solid #3a8475;
}

#right-content
{
	margin: 0px auto;
	float: right;
	width: 200px;
	text-align: center;
	padding: 0px;
}

#nick-pic
{ 
	height: 180px;
	width: 180px;
	padding: 0px;
	margin: 8px;
	margin-top: 10px;
	border: 3px solid #3a8475;
	background-image: url("../images/siteImg/profilePic.jpg");
}

#right-nav
{
	width: 105px;
	margin-left: 24px;
	margin-bottom: 15px;
	padding: 22px;
	text-align: left;
	line-height: 1.1em;
	border: 1px dashed #3a8475;
}

#right-nav a
{
	font-family: georgia, 'times new roman', serif;
	font-size: 9pt;
	text-decoration: none;
	color: #ffffff;
}

#right-nav a:hover
{
	font-family: georgia, 'times new roman', serif;
	font-size: 9pt;
	text-decoration: none;
	color: #3a8475;
}

.right-nav-underline
{
	border-bottom: 1px solid #3a8475;
	color: #ffffff;
}

#pic-row
{
	width: 615px;
	margin: 10px;

}

.pic-class
{
	margin: 0px;
}

#footer
{
	clear: both;
}

