/* styles.css */

html
{
margin: 0;
padding: 0;
line-height: 150%;
}

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background:#FFFFFF;
	border-top: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border-style: none;
}

h1, h2, h3 {
	clear: both;
}

p {
	margin: 0 0 1em 0;
	padding : 0;
}

.clear {
	clear: both;
}


#frontPage
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#frontPage h1 {
	font-size: 18px;
	margin: 20px 0 5px 0;
}

#frontPage h2
{
	font-size: 22px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	text-align: center;
	line-height: 150%;
}

#frontPage h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#frontPage h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

#frontPage p {
	font-size: 14px;
	padding : 0 0 0 0;
	text-align: center;
}

#frontPage a:link, #frontPage a:visited {
	text-decoration: none;
}

#frontPage a:link, #frontPage a:visited
{
	text-decoration: none;
	color: #FB0000;
	background-color: transparent;
}

#frontPage a:hover
{
	text-decoration: underline;
	color: #FF2020;
}

#frontPage #fixedWidth {
	width: 774px;
	margin: 1em auto 0 auto;
}

#frontPage h1 span {
	position: absolute;
  width: 100px;
  margin-left: -5000px;
}

#frontPage h3 {
	margin-top: 20px;
}

#frontPage #imgFront {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#frontPage #imgLogo {
	display: block;
	margin: 10px auto 0 auto;
	border: 0;
}

#frontPage .buyline {
	color: #FB0000;
	font-weight: bold;
}

#frontPage .description {
	margin: 2em 0 0 0;
	font-size: 11px;
	color: #808080;
	text-align: center;
	line-height: 125%;
}

#frontPage .webmasters {
	margin: 1.5em 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#frontPage #enterOptions {
	margin: 0; 
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#frontPage #enterOptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#frontPage #enterOptions li {
	display: inline;
	padding: 0;
	margin: 0 30px 0 30px;
}

#frontPage #licence {
	margin: 1em 0 0 0;
	text-align: center;
}

#frontPage #nannyLinks {
	margin-top: 0.5em;
	text-align: center;
}

#frontPage #externalLinks {
	margin: 1em 0 2em 0;
}

.signyAwards {
	text-align: center;
	margin:  2em 0 0 0;
}

.signyAwards img {
	margin: 0 5px 0 5px;
}

#fixedWidth {
	position: relative;
	width: 774px;
	margin: 10px auto 0 auto;
}
