/* CSS Document */

#gallery {
	position:absolute;
	left:150px;
	top:155px;
	width:800px;
	height:600px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	background-color: #7cabe4;
	text-align: center;
}
h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
	text-transform: uppercase;
	font-size: xx-large;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFCC;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

body {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 150px top;
	background-color: #000099;
	background-image: url(../images/layout/background.jpg);
}

#logo {
	position:absolute;
	left:1px;
	top:0px;
	width:800px;
	height:150px;
}


#sidenav {
	position:absolute;
	left:0px;
	top:155px;
	width:300px;
	height:350px;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
}

img {float:left;}

#maincontent {
	position:absolute;
	left:150px;
	top:159px;
	width:610px;
	height:560px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	text-align: center;
	background-color: #7cabe4;
	padding: 20px;
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	

#menu li {
	padding: 0 0 0 0;
	background-color: #000033;
	text-transform: lowercase;
	font-size: small;
	border: thin solid #CCCCCC;
}
#footer {
	position:absolute;
	left:600px;
	top:765px;
	width:200px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#googlebox {
	position:absolute;
	left:150px;
	top:767px;
	width:450px;
	height:50px;
}
#jivespider {
	height: 50px;
	width: 150px;
	left: 0px;
	top: 740px;
	position: absolute;
	vertical-align: super;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
