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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-color: #CCCCCC;
	padding: 20px;
	margin: 0;
	}
	
img {
	border-style: none;
	}

h1 {
	font-size: 400%;
	color: #ffffff;
	}
	
h2 {
	font-size: 120%;
	color: #99CCFF;
	}	
	
h3 {
	font-size: 100%;
	color: #99CCFF;
	}

a {
	}
	
a:link {
	color: #333333;
	text-decoration: none;
	}
	
a:visited {
	color: #333333;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	color: #333333;
	text-decoration: none;
	}
	
#page { 
	position: absolute;
	left: 50%;
	width: 702px;
	margin-left: -351px;
	}
	
#header {
	background-color: #99ccff;
	margin-bottom: 20px;
	height: 75px;
	background-image: url(../images/title.png);
	}
	
#container {
	background-color:#FFFFFF;
	}
	
#menu {
	clear: both;
	height: 40px;
	padding: 0;
	background-color: #666666;
	}
	
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
		
#menu li {
	float: left;
	margin: 0;
	padding: 0 ;
	}	
	
#menu a {
	height: 40px;
	line-height: 40px;
	width: 117px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	}
		
#menu li a:hover, #current {
	background: #99CCFF;
	}
	
#content {
	padding: 0px;
	}
	
#media {
	}
	
#cv {
	}	
	

#cv-statistics {
	padding-top: 20px;
	text-align: center;
	}
	
#cv-vitals {
	}
	
#videography {
	padding: 15px;
	}

#videography a:active {
	color: #333333;
	}
	
#left {
	margin: 20px;
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	display: inline;
	}

#right {
	margin: 20px 20px 20px 0;
	background-color: #ffffff;
	width: 320px;
	float: right;
	display: inline;
	}
	
#right a:hover {
	text-decoration: underline;
	color: #99CCFF;
	}
	
#right p {
	font-size: 60%;
	}
	
.pics {  
    height:  240px;  
    widt h:   320px;  
    padding: 0;  
    margin:  0;  
	} 
 
.pics img {  
   } 
	
#footer {
	text-align: right;
	padding: 10px 20px 0 20px;
	margin-top: 20px;
	height: 25px;
	background-color: #666666;
	margin-bottom: 40px;
	}
