@charset "UTF-8";
/* CSS Document */

#entirepage {
	width: 1024px;
	height: auto;
	color:#FFFFFF;
	font-size:10px;
}

#header {
	width: 1024px;
	height: 202px;
}
	
#navbar_container{
	float: left;
	width: 1024px;
	height: 35px;
}

#navbar {
	float:left;
	width:1036px;
}


#content {
	float:left;
	width: 1024px;
	height: auto;
	border:1px solid grey;
}

table{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC
}

#carouselpix {
	position:fixed;
	left:800px;
	top:801px;
	float: right;
}

a:link,
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

a:active {
	color:#990000;
	text-decoration:none;
	font-weight: bolder;
}

#footer {
	float:left;
	width:1024px;
	height:35px;
	color:#FFFFFF;
}

#footer table {
	height:35px;
	color:#FFFFFF;
	margin:10px;
	padding-left:10px;
	padding-right:10px;
}
