@charset "utf-8";
/***************************/
/*      HTML tags         */

* {
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../layout/background.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
	text-align:center;
	color:#FFFFFF;
}

td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}
a img {border-width:0px;}
a {color:#FFFFFF}
a:hover {color:#CCFF00}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:0px;
	padding: 0px;
}

/* Common Selector
---------------------------------------------------------------- */
.clear {
	clear: both;
	line-height: 0px;
}
.underlined {
	text-decoration: underline;
}
.capitalise {text-transform:capitalize;}

/* Containers
---------------------------------------------------------------- */
.wrapper {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 50px 20px 50px;
	background-image: url(../layout/background_900.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#logo {
	text-align: center;
	margin-bottom: 10px;
}
#maincontent, #terms {
	margin-top: 15px;
	background-color:#5a5515;
}
/* text hanging over the picture   */
#textover {
width: 380px;
position: absolute;
margin-top: 40px;
margin-left: 40px;
}


#textover p, #terms p, #textin p {
font-size: 11px;
line-height: 14px;
margin-right: 55px;
margin-bottom: 10px;}

#textover a, #textin a {color:#CCFF00}
#textover a:hover, #textin a:hover {font-weight: bold;}

/* text inside the maincontent   */
#maincontent #textin {
	width: 380px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin: 0px;
}

