@charset "utf-8";
#container {
	background-color: #32918b;
	height: 1075px;
	width: 959px;
	position: relative;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:relative;
	width:960px;
	height:275px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/cyberfox_header.png);
}
#navigation {
	position:absolute;
	left:0px;
	top:275px;
	width:225px;
	height:800px;
	z-index:2;
	background-image: url(images/nav_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #32918b;
}
#social a:hover img {
	border: thin solid #ffff33;
}

#menu {
	position:absolute;
	left:70px;
	top:140px;
	width:105px;
	height:400px;
	z-index:1;
}
#content {
	position:absolute;
	left:225px;
	top:275px;
	width:735px;
	height:800px;
	z-index:3;
	background-color: #FFC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow: scroll;
}
#sidebar {
	position:absolute;
	left:825px;
	top:275px;
	width:135px;
	height:800px;
	z-index:1;
	background-image: url(images/body_bkgd.png);
	background-position: center center;
}
.copyright {
	font-size: x-small;
	color: #000;
	text-align: right;
}
#social {
	position:absolute;
	left:9px;
	top:698px;
	width:208px;
	height:32;
	z-index:2;
}
#content h2 {
	font-family: "Cherry Cream Soda";
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}

#content h4 {
	font-family: "Cherry Cream Soda";
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
#content p {
	padding-right: 50px;
	padding-left: 50px;
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content p a {
	color: #1c75bc;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h4 a {
	color: #1c75bc;
	text-decoration: none;
}
body {
	background-color: #32918b;
	background-image: url();
	height: 100%;
}
#content p a:visited {
	color: #32918b;
	text-decoration: none;
}
#content h4 a:visited {
	color: #32918b;
	text-decoration: none;
}
#content p a:hover {
	color: #ff9598;
	text-decoration: none;
}
#content h4 a:hover {
	color: #ff9598;
}

#homeLink {

width: 960px; 

height: 275px; 

display: block;

}
#content ul {
	font-family: "Maiandra GD", Tahoma;
	font-size: medium;
	list-style-position: inside;
	list-style-image: url(images/cy_dot.gif);
	list-style-type: none;
	display: list-item;
	padding-right: 75px;
	padding-left: 75px;
}

#footer {
	font-family: "Cherry Cream Soda";
	font-size: medium;
	background-color: #32918b;
	height: 200px;
	width: 960px;
	position: absolute;
	clear: both;
	top: 1075px;
	left: 0px;
	text-align: center;
}
#footer p a:hover img {
	border: thin solid #ffff33;
}

#footer p a:link {
	color: #FFF;
	text-decoration: none;
}
#footer p a:visited {
	color: #ff9598;
	text-decoration: none;
}
#footer p a:hover {
	color: #24feff;
	text-decoration: none;
}
#container #content {
	text-align: left;

}
