@import "main.css";

#tagline {
	color: #e0e060;
	font-size: 0.8em;
	padding: 2px 0px 0px 12px;
	}

#news {
	position: absolute;
	background: url("images/news.gif") no-repeat left;
	right: 32px;
	top: 54px;
	width: 401px;
	height: 68px;
	line-height: 68px;
	}

#news p {
	text-align: center;
	}

#viewport {
	position: absolute;
	left: 275px;
	top: 200px;
	width: 480px;
	height: 310px;
	}
	
#mainMenu {
	list-style: none;
	}

#mainMenu a {
	display: block;
	width: 178px;
	height: 84px;
	line-height: 84px;
	padding: 0 0 0 12px;
	}

.menu1 a {
	background: url("images/cutout1.gif") no-repeat left;
	}

.menu2 a {
	background: url("images/cutout2.gif") no-repeat left;
	}

.menu3 a{
	background: url("images/cutout3.gif") no-repeat left;
	}

.menuExt a {
	background: url("images/cutout4.gif") no-repeat left;
	}


/*      borders and drop shadows      */

#bgBlack {
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 836px;
	height: 598px;
	z-index: -2;
	}

#bgTopRight {
	position: absolute;
	background: url(images/shad_tr.gif) no-repeat;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	}
	
#bgBottomRight {
	position: absolute;
	background: url(images/shad_brdiag.gif) no-repeat;
	right: 0;
	top: 534px;
	width: 64px;
	height: 64px;
	}
	
#bgBottomCenter {
	position: absolute;
	background: url(images/shad_bcdiag.gif) no-repeat;
	left: 237px;
	top: 566px;
	width: 64px;
	height: 64px;
	}
	
#bgBottomLeft {
	position: absolute;
	background: url(images/shad_bl.gif) no-repeat;
	left: 0px;
	top: 598px;
	width: 32px;
	height: 32px;
	}
	
#bgBottom {
	position: absolute;
	background: url(images/shad_h.gif) repeat-x;
	left: 32px;
	top: 598px;
	width: 205px;
	height: 32px;
	}

#bgFooter {
	position: absolute;
	background: url(images/shad_h.gif) repeat-x;
	left: 301px;
	top: 566px;
	width: 535px;
	height: 32px;
	}

#bgFooter p {
	text-align: center;
	font-size: 0.8em;
	}
