/* background */ 
body {	background-color: #FFFFFF;
		background-position: 0px 0 px;
		background-repeat: no-repeat;
			}
							
				
/* Common */

div.container { width: 1000px;
				margin-top: 0px;
				margin-left: 0px;
				 }
				 

/* Menu Bar */

li { display: inline;
		}


#nav {     background-color: #FFFFFF;
                width: 1000px;
		position:relative;
		top: 0px;
		left: 0px;
		float: none;
				}	
				
#nav ul {	float: left;
			list-style-type: none;
				}				
				

#nav p { 	float: left;
			color: #FFFFFF;
			background color: #FFFFFF;
                        padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 40px;
                        padding-left: 40px;
				}


#nav a {	float: left;
			font-size: 38px;
			line-height: 38px;
			font-family: playbill;	
			color: #9E0508;	
                        background-color: #FFFFFF;
                        text-align: left;
                                                                       }

#nav a:hover {	                color: #080000;
					}	



/* Body */

/* Footer */

#footer {position: relative;
	margin-top: -540px;
	height: 540px;
	width: 1000px;
	} 

	

					
	
/* typography */		

p {				font-size: 12px;
				line-height: 12px;
				font-family: verdana;
				text-align: left;					
					}
				


				
/* links */
						
a {				color:#666666;
				font-weight: 600;
                                border-bottom: 0px dotted #FF9999;
				text-decoration: none;
					}


a:hover {	                color: #A80000;
					}	




