body {
	background:url(images/left.png) repeat-x;
	background-color:#00ff7f;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11pt;
	color:#ffffff;
	}
img {
	border:none;
	}
a {
	color:#ffffff;
	text-decoration:none;
	font-family:Helvetica;
	font-size:14pt;
	}
a:link,a:visited {
	/*border-bottom:1px dashed #ffffff;*/
	}
a:hover {
	border-bottom: 1px dashed #ffffff;
	}
@font-face {
    font-family: "SF Intellivised";
    src: url(images/sf.ttf);
	}
.container {
	background-color:#00994C;
	text-align:left;
	margin: 0px auto 0px auto;
	width:900px;
	}
.header {
	background:url(images/header.png) no-repeat;
	width:860px;
	height:252px;
	padding:0px 20px;
	margin:0px;
	clear:both;
	color:#ffffff;
	}
.content {
	background:url(images/content2.png) no-repeat;
	border:none;
	width:860px;
	padding:0px 20px;
	margin:0px;
	height:900px;
	}
.footer {
	background:#00ff7f;
	width:100%;
	height:50px;
	margin:0px;
	}
.left {
	width:500px;
	}
.right {
	margin-top:30px;
	float:right;
	width:285px;
	}
.title {
	margin-left:100px;
	font-family:Helvetica,Arial,"SF Intellivised";
	font-size:20pt;
	color:#ffffff;
	}
.menuitem {
	text-align:right;
	font-family:"SF Intellivised";
	font-size:17pt;
	}
	
