/* --- Importing Issues Styles --- */
@import url(issues.css);

/* --- Layout Styles --- */
body {
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#888888;
}
a {
	color:#fe5e00;
	text-decoration:underline;
}
img {
	border:none;
}
#page {
}
#layout {
	width:770px;
	margin:0px;
	text-align:left;
}
#layoutheader {
	margin:0px;
	padding:0px;
	height:360px;
}
#layoutfooter {
	clear:left;
}

#splash {
	float:left;
	width:264px;
	height:360px;
	background:url(../images/frog2.jpg) no-repeat;
}
#mainmenu {
	float:left;
	text-align:right;
	height:127px;
}
#slogan {
	float:left;
	width:506px;
	height:233px;
	background:url(../images/slogan.jpg) no-repeat;
}
#emptyslogan {
	float:left;
	width:506px;
	height:233px;
}
.clear {
	clear:both;
}

/* --- Bottom Menu Styles --- */
#bottommenu {
	float:left;
}
#bottommenu a {
	color:#888888;
}
#bottommenu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#bottommenu li {
	display:inline;
	border-left:1px solid #fe5e00;
	padding:0px 5px 0px 5px;
	margin:0px;
}

/* --- Credits Styles -- */
#credits {
	float:right;
}
#credits a {
	color:#888888;
}
#credits ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#credits li {
	display:inline;
	padding:0px;
	margin:0px;
}

