h1{
	color:#000;
	font-size:18pt;
	font-family:Helvetica, sans-serif;
	text-align:center;
}
	
h2, h3{
	color:#000;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
	
h3{
	color:green;
}


p, h1, h2, h3, ul, li{
	margin-right: 50px;
	margin-left: 50px;	
}

p, li{
	color:#000;
	font-family:arial;
	font-size: 14px;
}

#container{
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border:0px solid #000000;
	box-shadow: 2px 3px 3px #666;
	background-color: #999;
	border-radius: 10px;

}
/* header start */
#header{
	position: relative;
	width: 960px;
	height: 145px;

	display:block;
	background: radial-gradient( #CCC, #999);
}

#header-logo {
	float:left;
}
#header-logo:hover{
	-webkit-transform: scale(1.1) rotate(-2deg);
-moz-transform: scale(1.1) rotate(-2deg);
-o-transform: scale(1.1) rotate(-2deg);
transform: scale(1.1) rotate(-2deg);
}
#header-image-1, #header-image-2, #header-image-3 { 
	margin-top: 5px;
	margin-left: 25px;
	float: left;
	-webkit-box-shadow: 3px 1px 10px #000;
	-moz-box-shadow: 3px 1px 10px #000;
	box-shadow: 3px 1px 10px #000;
}

.header-image-1 {
	
}


/* Header End */

/*Naviagtion Start*/

#menu {
width: 960px;
height: 28px;
background-color: #ed1c24;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
-webkit-box-shadow: 0px 1px 2px #000;
-moz-box-shadow: 0px 1px 2px #000;
box-shadow: 0px 1px 2px #000;
font: bold 13px "DroidSansBold", Verdana, sans-serif;
text-transform: uppercase;
border-radius: 10px;
}

#menu ul li {
	display:inline;
	padding-left:90px;
}


#menu li a {
padding: 5px 15px;
color: #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

#menu ul li a:hover, .current-page-item {
color: #000;
background: #999;
text-shadow: 1px 1px 1px #fff;
-webkit-box-shadow: 0px 1px 2px #fff;
-moz-box-shadow: 0px 1px 2px #fff;
box-shadow: 0px 1px 2px #fff;
}

/*Needed to get Nav to Work*/



#menu ul, li {
margin: 0;
padding: 0;
/*End Needed to get Nav to Work*/
}

/*Navigation End */



#main{
	min-height:200px;
	width:920px;
	padding: 10px 10px 10px 10px;
	float:left;
}
	
#side-bar{
	min-height:200px;
	width: 30%;
	padding: 10px;
	float:right;
}

#bio-pic{
	padding: 10px;
}

#text-wrap{
	padding: 10px;}
	
#footer{
	min-height:50px;
	background-color:#333;
	color:#999;
	padding:10px;
	clear:both;
	border-radius: 5px;
	text-align:center;

}

.quote {
	width:200px;
	padding: 20px;
	margin-right: 10px;
	background-color: #09f;
	color: #fff;
	font-weight: bold;
	min-height:150px;
	border: 1px solid #036;
	float:left;
	border-radius: 5px;	
}

table, td, th {
	border: 1px solid #000;
	text-align:left;
		
}


.img-float-left {
	float:left;
	border-radius: 20px;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #06f;
}

.img-float-right {
	float:right;
	border-radius: 20px;
	margin-top: 10px;
	padding: 1px;
	border: 1px solid #06f;
}

