body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.png);
	}
strong {
	color:#aaa;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	}
#header {
	background-image:url(../images/bg_main_header.png);
	background-repeat:no-repeat;
	display:block;
	height:138px;
	}
#menu {
	text-align:left;
	position:absolute;
	display:block;
	width:85px;
	height:29px;
	top: 153px;
	left: 0px;
	}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu ul li{
	border-bottom:dotted 1px #999999;
	border-right:dotted 1px #999999;
	margin:5px;	
	padding-left:2px;
	}
#text {
	position:absolute;
	display:block;
	width:780px;
	top: 162px;
	left: 88px;
	}
#textitem {
	border-bottom:dotted 1px #999999;
	margin-bottom:20px;
	}
.menu {
	font-size:12px;
	color:#ff0099;
	}
#main {
	background-image:url(../images/bg_main_content.png);
	background-repeat:repeat-y;
	display:block;
	height:444px;
	top: 138px;
	}
#footer {
	background-image:url(../images/footer_pink.png);
	background-repeat:repeat-x;
	height:20px;
	}
img {
	border:none;
	}
a {
	outline:none;
	}
.footertext {
	color: #fff;
	font-size:10px;
	text-align:right;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	}
.header {
	font-size:18px;
	color:#0099ff;
	font-weight:bold;
	}
.subheader {
	font-size:12px;
	color:#0072bc;
	}
.text {
	font-size:12px;
	color:#000000;
	}
.footertext a:link {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
	}
.footertext a:visited {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
	}
.footertext a:hover {
	font-weight:normal;
	color:#000;
	text-decoration: none;
	}
.menu a:link {
	text-decoration: none;
	color:#777;
	font-weight:normal;
	}
.menu a:visited {
	text-decoration: none;
	color:#777;
	font-weight:normal;
	}
.menu a:hover {
	font-weight:normal;
	color:#ff0099;
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	color:#ff0099;
	font-weight:normal;
	}
a:visited {
	text-decoration: none;
	color:#ff0099;
	font-weight:normal;
	}
a:hover {
	font-weight:normal;
	color:#AAAAAA;
	text-decoration: none;
	}
