/* CSS Document */

@font-face {
 font-family:andy;
 src: url(../fonts/Comic_Andy.ttf); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: andy;
 src: url("../fonts/Comic_Andy.eot") /* EOT file for IE */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/footer.gif);
	background-color: #FFF;
	background-attachment:fixed;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
	/* LOGO & NAVIGATION */
	#bar {
		height: 71px;
		width: 100%;
		background-color: #FFF;
		position: relative;
		z-index: 2;
		background-color:#38c0f4;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #fbad17;
	}
	#logo {
		height: auto;
		width: auto;
		float: left;
	}
	ul#nav {
	width: 600px;
	height: 71px;
	float: right;
	list-style: none;
	}
	ul#nav li {
		float: left;
	}
	ul#nav a{
		color: #fff;
		margin-top: -17px;
		padding-right: 30px;
		padding-left: 30px;
		display: block;
		line-height:72px;
		text-decoration: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 100%;
		cursor:pointer;
		
	}
	ul#nav li a:hover{
		background-image: url(../images/navHover.png);
		color: #ef0292;
	}

#header {
	height: 100%;
	width: 100%;
	background-color: #fff899;
	background-repeat: repeat;
}
#content {
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
}
#footer {
	height: 51px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ed008c;
	font-size:14px;
	color: #fff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #36c0f1;
}

#footer a { 
	color: #fff;
}

#footer a:hover { 
	color: #FF6;
}
