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


/*-------------------Text Styles-------------------*/

p{
	font-family:Georgia, Times, serif;
	font-size:.9em;
	color:#777;
	line-height:1.5em;
}

a {
	font-family:Georgia, Times, serif;
	color:#999;
}

a:visited {
	color:#999;
}

a:hover {
	color:#333;
	background:#ff0;
	text-decoration:none;
}

.menu_text{
	color:#666;
	text-decoration:none;
	font-weight:bold;
}


a.menu_links{
	color:#999;
	text-decoration:none;
	font-weight:bold;
	background:none;
}


.text_title{
	font-weight:bold;
	color:#999;
	font-size:1em;
}


.text_subtitle{
	font-style:italic;
	margin-top:-12px;
	font-size:.9em;
	font-weight:bold;
}


.text_body{
}

ol {
	font-family:Georgia, Times, serif;
	font-size:.9em;
	color:#777;
	margin:0 0 0 0;
}


.footer_text{
	color:#666;
	font-variant:small-caps;
}

a.footer_link{
	text-decoration:none;
	font-variant:small-caps;
}

a:hover.box_link{
	background:none;
}


/*-------------------caption styling-------------------*/

.caption-top, .caption-bottom {
	color: #999;	
	padding: .5em;	
	font-weight: normal;
	font-size: 11px;	
	font-family: Verdana, Geneva, sans-serif;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 0px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #000000;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }


/*-------------------MAIN DIVS-------------------*/

body{
	margin:0 0 0 0;
	background:#000;
}

#page_wrapper{
	width:100%; 
	background:url(http://www.davidpanaho.com/images/2010/bg_sides.jpg) top center no-repeat #000;
}

#content_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:860px;
	height:770px;
	background:url(http://www.davidpanaho.com/images/2010/bg_middle.jpg) top center no-repeat;
}

#header{
	height:240px;
	border-bottom:#333 solid 1px;
	margin: 0 0 10px 0;
}


#menu{
	float:right;
	height:30px;
	margin:200px 0 0 0;
}


#content{
}

.text_box{
	width:400px;
	float:left;
}

#footer{
	float:left;
	margin:16px 0 0 0;
	height:100px;
	width:860px;
	border-top:#333 solid 1px;
}

#footer_contact{
	float:left;
}

#footer_copyright{
	float:right;
}


/*-------------------IMAGE BOXES-------------------*/

.box_big{
	width:420px;
	height:244px;
	border:solid 2px #222;
	float:left;
	background:#000;
}

.box_small{
	width:200px;
	height:112px;
	border:solid 2px #222;
	float:left;
	background:#000;
}

img{
	border-style:none;
}










