body{
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: none;
	background-color:#FFF8E6;
	text-align:center;
	background-image: url(images/page_back.jpg);
	background-repeat: repeat-y 50%;
	height:100%;
}
a:link, a:visited {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #000000;
		text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
a:hover {
	margin: 0;
	padding: 0;
	text-align:left;
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}

#container {
	height:100%;
	width:750px;
	position:relative;
	text-align:left;
/*	background : url(images/main_back.jpg) repeat-y;*/
}
#intro { 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: none;
	color: #000;
	background : url(images/intro.jpg);
	text-align: left;
	height:235px;
	width:560px;
	position:absolute;
	top:0px;
	left:0px;	
	cursor:pointer;
}
#main {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: none;
	color: #000;
	background : url(images/main_back.jpg) repeat-y;
	text-align: left;
	width:531px;
	position:absolute;
	top:235px;
	left:29px;
}
#content {
	text-align: left;
	width:495px;
	padding-left: 20px;
}
#menu{ 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: none;
	color: #000;
	text-align: left;
	height:60px;
	width:60px;
	position:absolute;
	top:191px;
	left:445px;	
}
.menu:a {
	text-decoration: none;
	border: 0px none;
}
.menu:hover {
	text-decoration: none;
	border: 0px none;
}
.menu:link {
	text-decoration: none;
	border: 0px none;
}
.menu:visited {
	text-decoration: none;
	border: 0px none;

}

