/*CSS Page for David*/
	
/*Main Page*/
	 
body 
{
	background-color: #ebf1ff;/*black;*/
	margin: 0;
	padding: 0;
}
	 
#header 
{ 
	font-family: 'Trebuchet MS';
	font-size: 34px;
	text-align: center;
	color: #333;
	margin-left: 5px;
}
				
					  
/*Main Area*/
.container
{
	width: 755px;
	background-color: #a2af93; /*#c0c5c5;*/
	margin: 0 auto;
	color: #333; /*dark grey*/
	border: 4px solid #333;
}


/*Images*/

.alltabs 
{
	text-align:center;
	margin: 0 auto;
} 
		   
.alltabs h1
{
	color: #333; /*dark grey*/
	font-family: 'Trebuchet MS';
	font-size: 28px;
}
	
.alltabs p
{
	color: #333; /*dark grey*/
	font-family: 'Trebuchet MS';
	font-size: 16px;
}
		   
.alltabs ul 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.alltabs li {float: left;}

.alltabs li img 
{
	display: inline;
	border: 2px solid #c0c5c5;
	margin-right: 15px;
	margin-left:25px;
} 
				  
.alltabs li p  
{
	font-family: 'Trebuchet MS';
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 120px;
	margin: 10px 10px;
}
			 
.line
{
	color: #333;
	border-style:solid;
	border-bottom-width: medium;
}
				 
.footer
{
	padding: 3px 0;
	background:  #c0c5c5;
	text-align: center; 
	font-family: 'Trebuchet MS';
	color: #333; /*dark grey*/
}

#facebook a
{
	font-family: 'Trebuchet MS';
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #333; /*dark grey*/
	text-decoration:none;
	border-style: none;
	border: 0px;
	margin-right: 15px;
}

/*Social Media Links*/
.sociallink
{
	text-align: center;
}

/**************************************/

/*Menu Navigation Items*/
	
	/*Centers the navigation bar with the rest of the page*/
	#navigation {width: 450px;
				 margin: 0 auto;
				 text-align: center;} /*top=0,bottom=auto*/

	/*This removes the bullets from the list items*/
	#navigation ul { list-style: none;
					 margin: 0;
					 padding: 0;
					 overflow:hidden;}

	/*List items all the same size despite text length*/
	#navigation li {float: left;} /*Line across */
					/*margin: 0 0.15em;}*/ /*separates the buttons*/

	#navigation li a {background-color: #333; /*Light Green*/
					  /*float: left;*/
					  /*height: 20px;*/
					  display: block;
					  width: 140px;
					  border: 4px solid #333;
					  text-decoration: none;
					  text-transform:uppercase;
					  text-align: center;
					  /*padding: 2px;*/
					  font-size: 18px;
					  font-family: 'Trebuchet MS';
					  font-weight: bold;
					  color: #ebf1ff;
					  }
/**********************************/

.feedback_stuff
{
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #333; /*dark grey*/
	text-decoration:none;
}

.feedback_stuff p
{
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #333; /*dark grey*/
	text-decoration:none;
	font-size: 18px;
	text-align:center;
}