@font-face              {font-family: MyCustomFont; src: url("http://www.dibbster.co.uk/customfont/amsterdam.eot") /* EOT file for IE */}
@font-face              {font-family: MyCustomFont; src: url("http://www.dibbster.co.uk/customfont/amsterdam.ttf") /* TTF file for CSS3 browsers */}


body {background:black;}
#container
{
	
	margin: 0 30px;
	background: black;
}

#header
{
	background: #ccc;
	padding: 0px 20px 0px 20px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	clear:both;
	margin-top:10px;
	
}

h1 
{
	text-decoration: none;
	font-family: MyCustomFont,Helvetica, Sans-Serif;
	font-size: 45pt;
	color:#000000;
	letter-spacing: 0.1em;
}

#navigation
{	margin-bottom: 10px;
	width: 100%;
	font-family: Helvetica, Sans-Serif;
	font-size: 14pt;
}

#navigation ul
{
	margin: 10px;
	padding: 0;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#navigation ul li
{
	list-style-type: none;
	display: block;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#navigation li a
{
	margin: 10px;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width:70px;
	text-align: center;
}

#navigation li a:hover { background: #383; }

#content
{	
	width: 800px;
	clear: left;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color:white;
	font-family: Helvetica, Sans-Serif;
}

#content h2
{
	color: white;
	font-size: 130%;
	margin: 1em 0 1em;
}

#content p
{
	color: white;
	font-size: 100%;
	margin: 0 0 .5em;
	text-indent: 3em;
}

#content ul
{
	color: white;
	font-size: 100%;
	margin: 0 0 0.5em;
}

#content ul li
{
	color: white;
	font-size: 100%;
	margin: 0.5em 0 0.5em;
}


#content ol li
{
	color: white;
	font-size: 100%;
	margin: 0.5em 0 0.5em;
}
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #ccc;
    border-bottom: 2px solid #ccc;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px solid #ccc;
}
table.Design5 td {
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 0.2em 0.5em;
    color: white;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
table.Design5 th.Corner {
    text-align: left;
}

#footer                 { position: relative; margin-bottom: 20px; width: 100%; height:40px; text-align:right; color:white; float:right;font-size: 20pt;padding:0px; font-family: MyCustomFont; letter-spacing:0.1em;}
