/* Stylesheet for The Official Website of Actor Andrew French */

BODY {
	padding : 0px;
	font : normal 12px Georgia, Times New Roman, Times, serif;
	background-color:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00ccff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
.h1 {
	font-size: 20px;
	line-height: 22px;
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
.h2 {
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #ffffff;
}
.style1 {
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
	font-weight: normal;
	color: #ffffff;
}
.style2 {
	font-size: 14px;
	line-height: 16px;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #ffffff;
}
.style3 {
	font-size: 10px;
	line-height: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	font-weight:bold;
}
.style4 {
	font-size: 14px;
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}
/*  Navigation */

div#leftcolumn {
	background-color: #000000;
	width : 275px;
	float: left;
	line-height : 37px;
	padding : 0px 0px 0px 15px;
	font-size : 12px;
	z-index : 2;
}
div#rightcolumn {
	background-color: #000000;
	width : 295px;
	float: left;
	display: block;
	padding : 0px 0px 0px 5px;
	z-index : 2;
	margin-left : 20px;
	margin-right : 0px;
}
#navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#navigation ul {
	list-style: none;
	margin: 2px;
	padding: 1px;
	margin-top: 0px;
}
#navigation li {
 	display: block;
}
#nav1 {
	background-color:#F4F6E5;
}
#nav1 a {
	background-color:#F4F6E5;
	text-align:left;
	display:block;
	text-decoration: none;
	color:#000066;
}
#nav1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCFF;
}
#nav2 {
	background-color:#FFFFCC;
}
#nav2 a {
	background-color:#F3F5D5;
	text-align:left;
	display:block;
	text-decoration: none;
	color:#000066;
}
#nav2 a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	color: #FFFFFF;
}
#active {
	text-decoration: none;
	background-color: #990066;
	color: #FFFFFF;
}
/* Horizontal Navigation */

#spacer {
	background-image: url(../images/spacer.gif);
	height: 50px;
	width: 2px;
	float: left;
}
#button {
	background-image: url(../images/buttonc.gif);
	height: 50px;
	width: 124px;
	float: left;
}

#horiznav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 52px;
	height: 50px;
	width: 620px;
	list-style-type: none;
	display: block;
	float: left;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration:none;
	text-align: center;
	background-color: grey;
}

#horiznav a{
	background-image: url(../images/buttona.gif);
	display:block;
	height: 50px;
	width: 124px;
	float:left;
	text-decoration:none;
}

#horiznav a:hover{
	background-image: url(../images/buttonb.gif);
	display: block;
	height: 50px;
	width: 124px;
	float: left;
	text-decoration:none;
}

#extras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 52px;
	height: 80px;
	width: 295px;
	list-style-type: none;
	display: block;
	float: left;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration:none;
	text-align: right;
	background-color: black;
}

/* page title */

div#masthead {
	background-image :  url(../images/masthead.gif);
	align : center;
	z-index: 2;
	color: navy;
	height : 173px;
	width : 620px;
	font-size : 35px;
	line-height: 47px;
	left: 2px;
	margin-top: 6px;
	padding: 0px 0px 0px 2px;		
}

/* the main content of each page */

div#content {
	display: block;
	clear : right;
	align : left;
	z-index: 2;
	color: black;
	font-size: 12px;
	line-height: double;
	margin-left: 213px; 
	width: 530px;
	padding: 25px 0px 0px 25px;
}

/* page footer */

div#footer {
	float: left;
	color : pink;
	background: none;
	font-size: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	align : center;
	vertical-align : middle;
}
div#wrapper {
	align: center;
	margin: 0% 10% 0% 10%;
	background-color: #000000;
	width: 620px;
}
