/* CSS Document */

/* Main page styles */

#wrapper{
	width: 1024px;
}

p {
	color: #ffffff;
	font-family: "Trebuchet MS";
	text-align: justify
	}
	
p.about {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 15px;
	text-align: justify
	}
	
#others {
	color: #ffffff;
	font-family: "Trebuchet MS";
	border: 1px solid #ffffff;
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	}

body{
	background-color: #000000;
}

a:link{
	color: #cccccc;
}

a:visited{
	color: #999999;
}

a:hover{
	color: #ffffff;
}

a:active{
	color: #77cc77;
}

h1.bio {
	color: #ddeeff;
	font-size: 20px;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 0px;
}
	
h1.about {
	color: #ddeeff;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 60px;
	overflow: hidden;
	padding-top: 0px;
	}

h1.abouts {
	color: #ddeeff;
	font-size: 22px;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
	}
	
h1.actor {
	color: #ddeeff;
	font-size: 20px;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 0px;
	}

h2{
	color: #ddeeff;
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(bg_h2.jpg) repeat-x left bottom;
}	

h3 {
	color: #99aabb;
	font-family: "Trebuchet MS";
	font-size: 16px;
	background: url(bg_h3.jpg) repeat-x left bottom;
	
}

h4 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #ffffff;
	}
	
h5 {
	font-size: 11px;
	color: #ffffff;
	}
	
ul {
	color: #ffffff;
	font-family: "Trebuchet MS";
	margin-bottom: 50px;
	}

ul.links {
	color: #ffffff;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
	}
	
ul.actors {
	color: #ffffff;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
	}
	
	
li {
	color: #77aa77;
	font-family: "Trebuchet MS";
	list-style-type: circle;
	}
	
/* banner */

#banner {
	border: 0px solid #999933;
}


	

/* sidebar links */

#sidebar{
	float: left;
	width: 200px;
	margin-top: 30px;
	font: "Trebuchet MS";
}

#links {
	margin: 0px;
	padding: 1px;
	list-style: none;
}

#links li {
	display: inline;
}

#links a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #333333;
	color: #ffffff;
	line-height: 110%;
	background: #FFFFFF url(links_bg.jpg) no-repeat right top;
}

/* hack for IE 6 < to make entire block clickable */
* html #sidebar a {
	height: 1px; 
}

*html #main {
	margin-left: 0;
	height: 1px;
	}
	
*html #sidebar {
	margin-right: -3px;
	}
	
#links a:hover {
	color: #ffffff;
	background-image: url(links_bghover.jpg);
}

/* main text */

#main{
	margin-left: 220px;
	margin-right: 220px;
	margin-bottom: 50px;
	width: 584px;
	margin-top: 30px;	
}

/* Right Side Bar */

#sidebarright{
	float: right;
	width: 200px;
	color: #ddeeff;
	margin-top: 30px;
	background-color: #6fa274;
	padding-top: 5px;
	border: 2px groove #ffffff;
}

#bios	{
	margin: 0px;
	padding: 1px;
	}

#bios .bioslist{
	color: #556699;
	}

#bios .title {
	font-weight: bold;
	display: block;
	color: #334488;
	}
	
#bios li {
	display: table;
	color: #ccddff;	
	}

#bios ol {
	color: #ccddff;
	}

#bios a {
	color: #445577;
	}

#bios a:hover {
	color: #334466;
	}

#addbios {
	margin: 0px;
	padding: 1px;
	list-style: none;
	}

#addbios li{
	display: table;
	}

#addbios2 {
	margin: 0px;
	padding: 1px;
	list-style: none;
	}

#addbios2 li{
	display: table;
}

/* images */

img.floatRight {
	margin-left: 130px;
}

img.floatRightindex {
	margin-left: 284px;
	}

img.links{
	float:left;
	}
	
/* Gallery */

#content {
	margin-left: 220px;
	margin-bottom: 50px;
	margin-top: 40px;
	width: 730px;
	}


