body.frontpage1 {
	background-image: url(bggrad.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	color: #f8f8f8;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0
}
body.frontpage2 {
	background-image: url(intro2bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	color: #f8f8f8;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0
}
body.frontpage3 {
	background-image: url(bggrad3.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	color: #f8f8f8;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0
}
body#mainpage {
	background-image: url(eye.jpg);
	background-color: #000000;
	color: #f8f8f8;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0;
}
body div#intro {
	margin: 0 auto;
}
body div#intro a img {
	border: 0px #000 solid;
}
div#global {
	margin: 0 auto;
	width: 780px;
}
div#global table {
	width: 100%;
}
div#global table td img {
	padding-bottom: 3px;
}
/* MAIN MENU */
div#mainmenu {
	background-color: #333;
	margin: 0 auto;
	width: 550px;
	border: 1px #999999 solid;
	background-image: url(bg.jpg);
	padding-bottom: 10px;
	font-size: 14px;
}
div#mainmenu img {
	margin-top: 5px;
}
div#mainmenu a {
	padding: 3px;
	color: #e8e8e8;
	text-decoration: underline;
}
div#mainmenu a:link {
	color: #e8e8e8;
	text-decoration: underline;
}
div#mainmenu a:hover {
	color: #e8e8e8;
	text-decoration: none;
}
div#mainmenu a:active {
	color: #e8e8e8;
}
div#mainmenu a:visited {
	color: #e8e8e8;
}

/* MAIN CONTENT */
div#maincontent {
	background-color: #333;
	margin: 0 auto;
	width: 550px;
	min-height: 660px;
	border: 1px #999999 solid;
	margin-top: 4px;
	padding-bottom: 10px;
	background-image: url(bg2.jpg);
}
div#maincontent ul {
	list-style: none; 
	text-align: left;
	font-style: italic;
	font-size: 14px;
}
div#maincontent h2 {
	margin: 10px 0 3px 0;
	padding: 10px;
	text-align: left;
	color: #ccc;
}
div#maincontent h3 {
	margin: 0;
	padding: 5px 20px;
	text-align: left;
	color: #eee;
}
div#maincontent p {
	font-size: 13px;
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-align: left;
}
div#maincontent p a {
	color: #99CCCC;
}
div#maincontent p img {
	border-color: #000;
}
div#footcontent {
	padding: 5px;
	color: #555;
	font-size: 11px;
}
div#footcontent a {
	padding: 3px;
	color: #555;
	text-decoration: underline;
}
div#footcontent a:link {
	color: #555;
	text-decoration: underline;
}
div#footcontent a:hover {
	color: #555;
	text-decoration: none;
}
div#footcontent a:active {
	color: #555;
}
div#footcontent a:visited {
	color: #555;
}