* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration:none;
}
/* LAYOUT */
	
	html {
	height:100%;
 	width:100%;
max-height:100%;
overflow:hidden;
	
}
body {
	margin:0;
	padding:0;
	background:#2065ce ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width:100%;height:100%; max-height:100%; overflow:hidden;
}

body {
scrollbar-arrow-color: #4e658a;
scrollbar-3dlight-color: #777799;
scrollbar-darkshadow-color: #666677;
scrollbar-face-color: #a1b1c3;
scrollbar-highlight-color: #e9e9e9;
scrollbar-shadow-color: #a1b1c3;
scrollbar-track-color: #d7d6d6;
}



#container {
	 
	 
	margin:0 ;
	text-align:left;
	max-height:100%;
	height:100%;
	overflow:hidden;
}
#header {
	
	width:100%;
	height:123px;
	position:absolute;
	top:0; left:0;
	background:#22203a url(../images/header_tile.jpg) repeat-x;
	
}


#content {
	text-align:center;
	background:#2065ce url(../images/contentbg.jpg) top left no-repeat;	
	height: 100%;
	position:absolute;
	top:123px; left:207px;
	margin: 0 auto ;
	width:70%;
	min-width:705px;
	/*border-left:1px solid #383e4d;*/
}
#content div {
	overflow:auto;
	height:85%;
	padding: 0 0 0 0;}
	
.gap {height:200px; clear:both;}


#sidebar {
	position: absolute;
	left:0; top:123px;
	width: 207px;
	height:100%;
	background: #1e227c url(../images/nav_top.jpg) no-repeat top center;
	
}
.clear {
	clear:both;
}

/* index page*/

#content div#indexpage {
	overflow: inherit;
	height:100%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:30px; 


}

#content div#indexpage p {color:#eaeaea; margin:15px 0;}

div#indexpage img {border:1px solid #a7a6a6; margin-bottom:6px; }

.actorlink {float:right; margin: 0 10px 10px ; text-align:center;}

.actorlink a {display:block;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #999;
	padding:5px 0 0 0;}

.actorlink a:link {	color: #999;}
.actorlink a:visited {color:#999;}  /* visited link */



.actorlink a:hover {
	color:#fff;
 }
 
.actorlink a:hover img{ 
	 border:1px solid #000;
 }

#logo {
	background: url(../images/header.jpg) 1px no-repeat ;
	width:100%;
	height:123px;
	}

#logo h1 { padding:24px  0 0 20px;  font-weight: normal;}

#logo h1 a {font-size:36px; color:#eaeaea;}

#logo h1 a span {font-size:48px;}

#logo p {color:#eaeaea; font-size:14px; margin:-5px 0 0 239px;}



/* Sidebar */
	#sidebar ul {
	margin: 59px 0;
}
#sidebar li {
	list-style:none;
	
	height:31px;
	width:206px;
	
}
#sidebar li a {
	text-decoration: none;
	font-size:18px;
	color: #959596;
	display:block;
	padding:5px 0 0 25px;
	height:26px;
	width:206px;
	background: url(../images/nav_off.jpg);
}
#sidebar li a:hover {
	color:#fff;background: #312f47 ;
}


body.actors #sidebar a.actors,body.actresses #sidebar a.actresses, body.contact #sidebar a.contact , body.index #sidebar a.index
{color:#fff;background: url(../images/nav_on.jpg) }
 
 #alismith {position:absolute; left:40px; bottom:10px; font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#aaa;}
 
  #alismith a {color:#aaa;}
   #alismith a:hover {color:#fff;}
/* CONTENT */
	
	ul.actor {
	width:500px;
	margin: 0 auto;
}
ul.actor li {
	list-style:none;
	margin: 10px 20px 40px;
	float:left;
	height:190px;
	width:123px;
	text-align:center;
}
ul.actor li img {
	display:block;
	border:1px solid #a7a6a6;
	/*-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;*/
}

#content ul.actor a:link {color:#fff;}
#content ul.actor a:active {color:#fff;}
#content ul.actor a:visited {color:#fff;}
#content ul.actor a:hover {color:#fff;}

ul.actor li img:hover {border-color:#FFFFFF;}

.actor p {
	margin: 10px 0;
	padding: 0;
	font-size:17px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width:126px;
	float:left;
}
#content h2 {
	color:#eaeaea;
	font-size:36px;
	font-family: Georgia,"Times New Roman", Times, serif;;
	margin:20px auto 10px ;
	font-weight:normal;
	
}


/* CONTACT */

.contactpage p {color:#eaeaea; font-size:17px;font-family:Arial, Helvetica, sans-serif;}
.contactpage a {color:#eaeaea; font-size:17px; text-decoration:none;}
.contactpage a:hover {color:#ffffff;}
