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

html{
	height: 100%;
}

body{
	height:100%;
	margin:0px;
	background-color:#f2f2f2;
	font:14px Arial, Helvetica, sans-serif;
	color:#333;	
}

h1, h2, h3{
	color:#009;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size:15px;
	color:#000;
}


td, th{
	text-align: left;
}

input, textarea{
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
}



#page-container{
	width:1000px;
	margin:0px auto 0px auto;
}

#top-fixed{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
}

#top-fixed-content{
	width:1000px;
	height:60px;
	margin:0px auto 0px auto;
	background-image:url(../images/pb-header-60x1000.jpg);
}


.top-menu-bar{
	width:1000px;
	height:30px;
	margin:0px auto 0px auto;
}



#editible-area{
	float:left;
	width:1000px;
	min-height:500px;
	margin:95px 0px 0px 0px;
	background-color:#f2f2f2;
}


#bottom-menu-bg{
	float:right;
	clear:both;
	width:100%;
	max-height:200px;
	margin:0px auto 0px auto;	
	background-color:#e0e0e0;
}


#bottom-menu{
	width:808px;
	height:20px;
	margin:0px auto 0px auto;
	padding:5px 10px 75px 10px;
}


#bottom-menu a{
	padding:0px 12px 0px 0px;
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

#bottom-menu a:visited{
    color:#666;
}

#bottom-menu a:hover{
    color:#000;
}

#bottom-menu a:active{
    color: #000;
    border-width:0px;
}


div.fixed-popup, div.fixed-popup input{
    background-color:#e0e0e0;
		font:12px Arial, Helvetica, sans-serif;
}

div.fixed-popup{
    border:outset 1px;
}

div.button{
	 background-color:#CCC;
    border:outset 1px;
    cursor:pointer;
    padding:2px;
}

.am-button-options{
	float:left;
	clear:left;
	margin-left:163px;
	margin-bottom:10px;
}


.am-admin-options a{
	display:block;
	float:left;
	clear:left;
	margin-top:10px;
	text-decoration:none;
	font-size:18px;
}

.cool-stuff-blurb{
	width:960px;
	margin:0px 0px 10px 0px;
	padding:10px 20px 10px 20px;
	background-color:#fefefe;
}

.cool-stuff-blurb h1{
	margin:0px 0px 5px 0px;
}

#motorsport-links ol{
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
}

#motorsport-links li{
	display: list-item;
	margin:0px 0px 10px 40px;
	font:18px/36px Arial, Helvetica, sans-serif;
	background-color:#fefefe;
	padding-left: 10px;
	
}


#motorsport-links a{
	float:right;
	margin:0px 10px 0px 0px;
}


