/* CSS Document */

body {
	text-align:center;
    font-family:"Trebuchet MS", Verdana, Garamond, Arial;
	color:#000;
    font-size:12px;
    font-weight:normal;
	background-color:#F8F8FF;
}
#content {
	width:740px;
	margin:0px auto;
	text-align:justify;
	padding:0px;
	border:0px;
}

div.background   {
	position:absolute;
	width:740px;
  	height:740px;
  	background:url(../images/f1r2a3c4t_r1a2i3n4b.jpg);
  	border:2px ridge #426F42;
	margin-left:0;
	top:137px;
}
div.transbox {
  	width:740px;
  	height:740px;
  	margin:0 auto;
  	background-color:#fff;
  /* for IE */
  	filter:alpha(opacity=80);
  /* CSS3 standard */
  	opacity:0.8;
  /* for Mozilla */
  	-moz-opacity:0.8;
}
div.transbox p {
  	margin:15px 15px;
  	color:#000000;
}

p {
	position:absolute;
	width:700px;
    overflow:auto;
    height:700px;
	padding:5px 10px 5px 5px;
}

a:link {
	color:#710f4b;
	text-decoration:underline;
	background-color:none;
}
a:hover, a:active { color:#800040; text-decoration: overline underline; }
a:visited         { color:#800040; text-decoration: none; }

#container1 {
	position:absolute;
	top:15px;
	width:740px;
	background-color:#fff9fc;
	border:2px ridge #c65b72;
	height:100px;
}
.logo {
	position:absolute;
	left:0;
	width:425px;
	border-right:solid;
	border-right-color:#c7bdae;
	border-right-width:1px;
	margin-left:5px;
}

.header {
	position:absolute;
	top:5px;
	left:435px;
	width:300px;
	text-align:right;
	letter-spacing:1px;
}

h1 { font-size:14px; color:#36648b; }

.quote {font-size:10px; }
.cite {	font-size:9px; font-style:italic; letter-spacing:2px; }

#top-menu {
	position:absolute;
	top:106px; 
}
#bottom-menu {
	position:absolute;
	top:868px; 
}

ul.nav {
	margin-left:0;
	padding-left:0;
	margin-bottom:0px;
	list-style-type:none;
	float:left;
	width:740px;
	border:2px ridge #c65b72;
	background-color:#fff9fc;
}	
ul.nav li { float:left; }

ul.nav a, ul.nav a:hover, ul.nav a:visited {
	width:103px;
	display:block;
	font-size:11px;
	color:#710f4b;
	text-decoration:none;
	text-align:center;
	border-left:2px solid #c7bdae;
}
ul.nav a { background-color:#fff9fc; }

ul.nav a:hover {
	background-color:#F8F8FF;
	border-bottom:none;
	color:#00611C;
}

.url {font-size:9px; color:#36648b; }

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

.h2 { font-size:13px; font-weight:bold; color:#36648b; letter-spacing:1px; }
.h3 { font-size:12px; font-weight:bold; color:#36648b; }

.link-form {
	position:absolute;
	top:170px; }

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