body
{
background:#4E526B;
margin:0;
padding:0;
}

#liquid-round
{
width:864px;
margin:0px auto;
background:#fff url(images/border_left.png) repeat-y left top;
}

.top
{
width:100%;
height:32px;
background:url(images/border_top_left.png) no-repeat left top;
}

.top span 
{
display:block;
position:relative;
height:32px;
background:url(images/border_top_right.png) no-repeat right top;
}

.center-content
{
	position:relative;
	background:url(images/border_right.png) repeat-y right top;
	padding:10px 48px 48px 48px;
	margin: 0px 0px 0px 0px;
	min-height: 300px;
}

.bottom
{
	width:100%;
	height:32px;
	background:url(images/border_bottom_left.png) no-repeat left bottom;
}

.bottom span
{
	display:block;
	position:relative;
	height:32px;
	background:url(images/border_bottom_right.png) no-repeat right top;
}

body
{
	font-family: verdana;
	font-size: 13px;
	margin: 0;
}

p
{
	margin:0px 0px 1em 0px;
}


h1
{
	font-family: arial;
	font-size: 26px;
	margin-left: 0px;
	margin-bottom: 16px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #00a2ff;
}

h2
{
	font-family: arial;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #4e526b;
}

H3
{
	font-family: arial;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #4e526b;
}

a
{
	color: #00a2ff;
	text-decoration: none;
}

a:link
{
	color: #00a2ff;
	text-decoration: none;
}

a img {
	border:0px;
}

a:visited
{
	color: #00a2ff;
	text-decoration: none;
}

a:hover
{
	color: #00a2ff;
	text-decoration: none;
}

.email
{
	text-align: center;
	font-size: 20px;
}

.separator
{
	width:100%;
	height:9px;
	background:url(images/separator.png) no-repeat center top;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
}

.resume_thumbnail
{
	width: 100px;
	float: left;
	display: block;
	border: 1px solid #000000;
}

.resume_text
{
	position:relative;
	min-height: 100px;
	display:block;
	margin: 0px 0px 0px 110px;
}

.resume_content
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.images_container
{
	padding: 0px 25px 0px 25px;
}

.images_spacer
{
	clear: both;
	
}

.images_thumbnail
{
	float: left;
	margin: 0px 20px 40px 20px;
	border: 1px solid #000000;
}
  
.images_thumbnail p
{
   text-align: center;
}


.menu_bar
{
	background:url(images/menu_bar.png) repeat-x center top;
	height: 180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

#menu_flash
{
	width:800px;
	height:180px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px 0px 0px 0px;
}

#menu {
	width: 800px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#menu li
{
	display: inline;
}
	
#menu li a
{
	display: block;
	float: left;
	height: 180px;
	background-image: url(images/menu.png);
	text-indent: -9999px;
}

#menu li a.home {
	width: 160px;
	background-position: 0px 0;	

}
	
#menu li a.resume {
	width: 160px;
	background-position: -160px 0;	
}
	
#menu li a.videos {
	width: 160px;
	background-position: -320px 0;	
}
	
#menu li a.images {
	width: 160px;
	background-position: -480px 0;	
}
	
#menu li a.contact {
	width: 160px;
	background-position: -640px 0;	
}

#menu a
{
	outline: none;
}

#video_player_wide
{
	display: block;
	width: 640px;
	height: 360px;
	padding: 0px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
}

#video_player_full
{
	display: block;
	width: 640px;
	height: 480px;
	padding: 0px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
}

.carousel_container
{
	display: block;
	width: 725px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

.carousel {
	float: left;
	overflow: hidden;

}

.carousel li {
	margin: 2px;
	padding: 2px;

}
.prev {
	float: left;
	display: block;
	background: url(images/prev.png) center;
	width: 32px;
	height: 64px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}
.carousel img {
	border: 1px solid #000000;
}
.next {
	float: left;
	display: block;
	background: url(images/next.png) center;
	width: 32px;
	height: 64px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}

