/* CSS Document */

body
{ 
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-color:#fafaf9;
	text-align:center;
	font-family:Arial;
	font-size: 13px;
	line-height: 1.5em;
}

h1
{
	margin: 20px 0 50px 0;
	color:#1350ab;
	font-family:Georgia, Arial;
	font-size:35px;
}

h1 a
{
	color:#1350ab;
	text-decoration: none;
}

a:link, a:visited
{
	color:#0655cd;
}

#wrapper
{
	width: 80%;
	min-width: 950px;
	margin: auto;
	text-align:left;
	position: relative;
}
	
#content
{
	float:right;
	width: 75%;
	min-width:750px;
	margin-bottom:350px;
	color:#6699cc;
}

#content img
{
	border: 2px solid;
	border-color: #444 #AAA #444 #AAA
}

#content img.gallerytitle
{
	border-color: #990 #cc0 #990 #cc0
}

#content img[src="media/animation/male.gif"], #content img[src="media/animation/female.gif"]
{
	border: 0;
}

/* nav-1 */

#nav-1
{
	float: left;
	width: 175px;
	text-align: left;
	font-size: 12px;
	margin-top:20px;
}

#nav-1 ul
{
	margin:0px;
	width: 175px;
	padding-left: 0px;
	list-style-type: none;
	border-top: 1px solid  #d6d5d7;
}
	
#nav-1 ul a:link, #nav-1 ul a:visited
{
	text-decoration: none;
	color:#336699;
}
	
#nav-1 ul li
{
	border-bottom: 1px solid  #d6d5d7; 
}

#nav-1 ul li a
{  
	display: block;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
}
		 
#nav-1 ul li a:hover, #nav-1 li.on a, #nav-1 li.nav-x1on a, #nav-1 li.nav-x2on a
{
	text-decoration: none;
	font-weight: bolder;
	background-color:#f3f8f8;
}

#nav-1 li.nav-x1 a, #nav-1 li.nav-x1on a
{
	padding-left: 30px;
}

#nav-1 li.nav-x2 a, #nav-1 li.nav-x2on a
{
	padding-left: 45px;
}

#nav-12
{
	margin-top: 30px;
}

* html #nav-1 ul li a
{  /* make hover effect work in IE */
	width: 215px;
}
 
#nav-level-main
{
	text-align:center;
	margin-top:50px;
}

#nav-level-main ul
{
	list-style: none;
	margin-left: 0;
}

#nav-level-main li
{
	display:block;
	font-size: 14px;
	padding-bottom: 15px;

}

#nav-level-main ul li a
{
	text-decoration: none;
}

#nav-level-main ul li a:hover
{
	background-color: #f3f8f8;
	font-weight: bolder;
}

#floatright, #floatright30, #floatright40
{
	float: right;
	margin: 20px 20px 20px 20px;
}

#floatleft, #floatleft30, #floatleft40
{
	float: left;
	margin: 20px 20px 20px 0;
}

#floatright30, #floatleft30
{
	width:30%;
}

#floatright40, #floatleft40
{
	width:40%;
}

#floatright img, #floatleft img
{
	border: 2px solid;
	border-color: #444 #AAA #444 #AAA;
}

/* Footer */

#site-info
{
	clear: both;
	width: 80%;
	min-width: 950px;
	color: #6699cc;
	margin: auto;
	text-align: right;
	margin-bottom: 10px;
}

#versionlinks
{
	text-align: right;
	position: absolute;
	top: 10px;
	right: 50px;
}

#versionlinks img
{
	position: static;
	border: 0;
	padding: 3px;
}

#versionlinks img.on
{
	border: 1px solid #666;
}

#site-info
{
	padding: 0 10px 10px 0;

}

input#Next, input#Previous {border: 1px none;}
