/* CSS Document */

body {
	text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f8f8ff;
	background-color:#000;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
    font-size:12px;
    scrollbar-face-color:#23238e;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#000;
	scrollbar-shadow-color:#191970;
	scrollbar-highlight-color:#3D59ab;
	scrollbar-3dlight-color:#f8f8ff;
	scrollbar-darkshadow-color:#000033;
}
#content {
	width:740px;
	margin:0px auto;
	top:0; 
	left:0;
	text-align:justify;
}

#top {
	position:absolute;
	top:0;
	text-align:center;
	width:740px;
	height:180px;
	text-align:center;	
}
#menu {
	position:absolute;
	width:740px;
	top:210px;
	text-align:center;
}

h1 {
	position:absolute;
	top:300px;
    font-size:14px;
	text-align:center;
	width:740px;
}

div.background   {
	position:absolute;
	top:330px;
	width:740px;
  	height:550px;
  	border:2px ridge #3D59ab;
}
div.transbox {
  	width:730px;
  	height:540px;
  	margin:5px auto;
  	border: 1px ridge #f8f8ff;
}
div.transbox p {
  	margin:10px 5px;
}

p {
	width:700px;
    overflow:auto;
    height:500px;
    padding:10px;
}

a:link {
	color:#fef1b5;
	text-decoration:underline;
	background-color:none;
}
a:hover, a:active {
	color:#eeb422;
	text-decoration:overline underline;
}
a:visited {
	text-decoration:underline; color:#eeb422;
}

#footer {
	Position:absolute;
	text-align:center;
	top:900px; 
	width:740px; 
	font-size:10px;
	padding-bottom:10px;
	z-index:10;
}

.center { text-align:center; display:block; }