/*
	Copyright Imagica Design p/l, 2004
	www.imagicadesign.com
	Author David Dale	
*/

a {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	background-color: #A3C1DB;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover img {
	background-color: #F8F6F2;
}

body {
	background-color: #D5D5CA;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	color: #555555;
	font-family: georgia, times, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 160%;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

h1, p, ul {
	margin: 0 0 5px 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
}

.block {
	background-image: url(../images/border_horz.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 5px;
	padding: 5px;
}

.blocklast {
	margin: 5px;
	padding: 5px;
}

.clr {
	clear: both;
	line-height: 0;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 5px 5px;
}

.nobullet {
	list-style: none;
}

.tablelayout {
	margin: 0 30px;
	width: 600px;
}

#center {
	background-image: url(../images/border_vert.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 1px;
}

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	overflow: auto;
	width: 660px;
}

#footer div {
	background-image: url(../images/border_horz.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #999999;
	display: block;
	margin: 0 30px 5px 30px;
	padding: 5px 5px 20px 5px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

#header {
	background-image: url(../images/header-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 660px;
}

#header div {
	background-image: url(../images/border_horz.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 50px 30px 0 30px;
	padding: 0 5px 10px 5px;
}

#main {
	padding: 0;
	width: 350px;
}

#nav {
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0 4px 0 0;
	text-transform: uppercase;
}

#nav li a {
}

#nav li a:hover {
}

#nav ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#right {
/*	padding-left: 5px;*/
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 660px;
}
