/*
Theme Name: Paul Duran
Theme URI: http://paulduran.com/
Version: 1.0
Author: SFWD
Author URI: http://santafewebdesign.com/


*/



body
{
	padding : 0px;
	margin : 0x;
	font-family : times new roman, times, serif;
	font-size : 12px;
	background-color : #f0ebd7;
}


a
{
	color : #9d6647; 
}

#layout 
{
	margin: 0px auto;
	width: 710px;
}

#uber_nav
{
	width : 700px;
	margin : 0px auto;
	text-align : center;
	padding : 0px 10px;
	font-family : helvetica, arial, sans-serif;
	font-size : 14px;
}

#uber_nav a
{
	text-transform : uppercase;
	text-decoration : none;
}

#logo
{
	width : 710px;
	text-align : center;
	margin : auto;
}

#nav
{
	width : 700px;
	padding : 5px;
}

#nav a
{
	padding : 5px 10px 5px 10px;
	text-decoration : none;
	font-size : 13px;
}

#sub_nav 
{
	padding : 5px;
}

#sub_nav a
{
	color : #3c3c3c;
	text-decoration : none;
	padding : 5px 10px 5px 10px;
}

#footer
{
	padding-top : 20px;
	font-size : 11px;
	clear: both;
}

#content
{
	padding-top : 10px;
}

#tiny_footer
{
	font-size : 9px;
}

#flashintro {
   width: 100%;
   margin-top: 100px;
   background: #EDE7CD;
   border-width: 1px 0px 1px 0px;
   border-style: solid;
   border-color: #706127;
   text-align : center;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

