/**
* Style sheet for PollyTikkle.com - Hope In A Slingshot page
* Copyright 2009 Will Kemp
* $Date: 2009-01-25 10:10:59 +0000 (Sun, 25 Jan 2009) $
* $Author: will $
*/

* {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #C19E5A;
	text-decoration: none;
}

a:hover,
a:active {
	background: #C19E5A;
	color: #06006E;
}

body {
	background: #000000;
	color: #C19E5A;
	font-family: Arial, sans-serif;
}

div#main {
	position: relative;
	width: 1000px;
	margin: 20px auto;
}

div#main img {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

h1 {
	position: absolute;
	top: 20px;
	left: 390px;
	text-align: right;
	font-size: 40px;
	font-weight: normal;
}

p.menu {
	position: absolute;
	z-index: 1;
	font-size: 20px;
}

p#home {
	top: 20px;
	right: 20px;
	font-size: 90%;
}

p#home a:link,
p#home a:hover,
p#home a:active,
p#home a:visited {
	color: #959492;
	text-decoration: none;
}

p#home a:hover,
p#home a:active {
	background: #959492;
	color: #000000;
}

p#dvd {
	top: 90px;
	left: 270px;
}

p#synopsis {
	top: 170px;
	left: 100px;
}

p#youtube {
	top: 270px;
	left: 250px;
}

p#screenings {
	top: 380px;
	left: 150px;
}

p#reviews {
	top: 480px;
	left: 80px;
}

p#latest {
	top: 495px;
	left: 270px;
}

p#how {
	top: 470px;
	right: 117px;
}

p.maplegend {
	position: absolute;
	width: 100px;
	z-index: 1;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

p#settlements {
	left: 856px;
	top: 314px;
}

p#land {
	left: 856px;
	top: 336px;
}

div#footer {
	position: relative;
	width: 100%;
	float: left;
	font-size: 75%;
	color: #959492;
	padding: 5px 0;
}

div#footer a:link,
div#footer a:hover,
div#footer a:active,
div#footer a:visited {
	color: #959492;
	text-decoration: none;
}

div#footer a:hover,
div#footer a:active {
	background: #959492;
	color: #000000;
}

div#copyright {
	position: relative;
	float: left;
	padding-left: 5px;
}

div#siteby {
	position: relative;
	float: right;
	padding-right: 5px;
}


