/* CSS Document */

#wrap {
	max-width:70em;
	margin: 0 auto;
}

#content {
	float:right;
	width:75%;
	margin: 0 2% 0 0;
	font-family:"Georgia", "Times New Roman", "Times", "serif";
}

#menu {
	float:left;
	width:21%;
	margin: 0 0 0 0%;;
	background-image:url(/images/bmw.jpg); 
	background-repeat:repeat-y;
	border-right:2px solid black;
	border-left:2px solid black;
	border-top:2px solid black;
	border-bottom:2px solid black;
	font-family:"Georgia", "Times New Roman", "Times", "serif";
	color:#000066;
}

#content2 {
	background-color:#ffffff;
	width:75%;
	border-top:7px solid black;
}

#fLeft {
	float:left;/*padding:0px 0px 0px 5px;*/  

	width:50%;
	font-family:"Georgia", "Times New Roman", "Times", "serif";
}

#fRight {
float:right;
	width:50%;
font-family:"Georgia", "Times New Roman", "Times", "serif";
}

#footer { /*clear:both is important to keep the footer below everything*/
clear:both;
	width:100%;
	/*border-top:3px solid black;*/
}

/*Navigation Menu system styling*/
#nav {
	
	width:100%;
	min-height:75px;
	line-height:normal;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#nav ul {
  padding:75px 0px 0;
    list-style:none;
}

#nav li {
	float:left;
    margin:0;
    padding:0;
}

#nav a, #nav a:visited {
 
  text-decoration:none; 
  text-align:center; 
	font-family:"Georgia", "Times New Roman", "Times", "serif";
	font-weight:900;
	font-style:italic;
  background-color:#ba1515; 
  color:#fff; 
  display:block; 
  width:10em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
} 
 
#nav a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }

.blueh2
{
	color:#000066;
	font-size:1.5em;
}
.blueCenter {
	color:#000066;
	text-align:center;
	margin-bottom:10px;
	font-style:italic;
}
.largeBlue {
	color:#000066;
	font-size:1.9em;
	font-weight:900;
	margin-bottom:5px;
	margin-top:0px;
	text-align:center;
}

.largeRed {
	color:#990000;
	font-size:2.5em;
	font-weight:900;
	margin-left:1em;
	margin-bottom:-10px;
}

.bumpBlue {
	color:#000066;
	font-size:2.5em;
	font-weight:900;
	margin-left:1em;
	margin-bottom:-10px;
}
.bump3em {
	margin-left:3em;
}