/* Stylesheet for The Official Website of Actor Andrew French */
/* Colour Scheme: Dark Blue = 287AA9, Light Blue = 3087B4, Green = 80A594, Olive Green = A0B842, Grey = 999999 */

BODY {
	margin: auto;
	width: 800px;
	padding : 0px;
	font : normal 12px Georgia, Times New Roman, Times, serif;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #287AA9; /* green */
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #257BAA; /* green */
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #257BAA; /* green */
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00628B; /* blue */
	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: #000000;
}
.h2 {
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
}
.style1 {
	font-size: 14px;
	line-height: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-size: 14px;
	line-height: 16px;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-size: 10px;
	line-height: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	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: #000000;
}
.style5 {
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
}

/*  Navigation */

/* Horizontal Navigation */

#horiznav {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 45px;
	width: 790px;
	height: 45px;
	display: block;
	float: right;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

#horiznav a{
	height: 50px;
	color: #000000;
	text-decoration: none;
}

#horiznav a:hover{
	height: 50px;
	color: #287AA9;
	text-decoration: none;
}

/* page header */

div#masthead {
	align : right;
	height : 128px;
	font-size : 35px;
	line-height: 120px;
	text-align: left;
	margin-top: 2px;
	padding: 0px 0px 0px 20px;		
}

/* the main content of each page */
div#leftcolumn {
	width : 360px;
	align: left;
	text-align: left;
	float: left;
	font-size : 12px;
	padding : 10px;
	background-color: #fff;
}
div#rightcolumn {
	width: 360px;
	float: left;
	z-index : 2;
	text-align: left;
	padding: 20px;
	background-color: #fff;
}
#extras {
	background-image: url(images/voicereel.gif);
	height: 80px;
	width: 100%;
	list-style-type: none;
	display: block;
	float: left;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ffffff;
}

/* page footer */

div#footer {
	clear: both;
	color : #00628B;
	background: none;
	font-size: 10px;
	text-align: center;
	font: Verdana;
	padding: 5px;
	width: 95%;
	align : center;
	vertical-align : middle;
}

