<!--CSS DOCUMENT--FOR JOSH YOCHES 2008-->
/* = Globals = */

/* Remove padding and margin on IE*/
* {margin: 0; padding: 0;}

/* = Global Image Settings = */

/* get rid of borders on images */
img {border: 0;}

/* = Global FLOATS = */

/* Class for clearing floats */
.clear {clear: both;}

/* = Global Links =   */

a:link {color: #cc9900; text-decoration: none;}
a:visited {color: #cc9900; text-decoration: none;}
a:hover {color: #cc9900; text-decoration: underline;}
a:active {color: #cc9900; text-decoration: none;}

a.links:link, a.links:visited, a.links:hover, a.links:active {color:#000; font-size:9pt; line-height:10pt; font-weight:normal; }

/*-----------------------------------------------------------------------------*/
/* = Home Page Variances in Layout =
/*-----------------------------------------------------------------------------*/
div#homeBody {
    background-image: url(/img/DAV_BW_PAINTING_2.jpg);
	width: 900px;
	height: 516px;
}

#homeNews {
	position: relative; 
	float: right;
	width: 220px;
	margin-right: 45px;
	margin-top: 30px;
	background: #FFF;
	padding: 5px 5px 15px 5px;
}

#homeNews a.blocky {
	display: block;
}



/*-----------------------------------------------------------------------------*/
/* = End Home Page Variances in Layout =
/*-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------*/
/* = Main Layout =
/*-----------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333; 
	font-size:12px;
	font-weight:700; 
	letter-spacing:1px;
	
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
	
}

h3 {
    font-size:14px; 
	color:#CC99CC;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 5px 5px;
}
	h1, h2, a {
		color: #CC9900;
		font-size:11px;
		text-decoration:none;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

div#header {
	padding:;
	background:#ddd url("../img/drops.jpg");
	height:100px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}


div#striperOrange {
    background-color:#CC9900;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}	

div#striperPink {
    background-color:#CC3399;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}
	
div#striperGreen {
    background-color:#339933;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}
	
div#striperBlue {
    background-color:#3333FF;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}
	
div#striperClothing {
    background-color:#993366;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}	

div#striperVideo {
    background-color:#CCCC33;
	height:5px;
	position:relative;
	border-bottom:1px solid #fff;
	
	}								
	
	
div#content{ 
	width:900px absolute;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:10px;
	letter-spacing:1px;
	font-style:normal;
	font-weight:600;
	padding-bottom:20px;
	
	
	}
	
div#content2{ 
	width:900px absolute;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:10px;
	letter-spacing:1px;
	font-style:normal;
	font-weight:400;
	padding-bottom:20px;
	
	
	}

div#contents-center { 
	width:580px;
	margin:10px 0px 10px 0px;
	float:left;
	text-align:center;
	
	
	}
	
div#contents-right { 
	width:150px;
	height:100%;
	background-color:#fff;
	font:verdana, arial, helvetica, sans-serif; color:#333;
	float:left;
	margin-left:0;
	margin-right:10px;
	margin-top: 50px;
	
	
	}	
	
div#columnLeft { 
	width:150px;
	height:100%;
	background-color:#fff;
	font:verdana, arial, helvetica, sans-serif; color:#333;
	float:left;
	margin-left:10px;
	margin-right:0;
	margin-top: 50px;
	
	}
	
div#columnLeft2 { 
	width:200px;
	height:100%;
	position:relative;
	background-color:#fff;
	font:verdana, arial, helvetica, sans-serif; color:#333;
	float:left;
	margin-left:10px;
	margin-right:0;
	margin-top: 50px;
	
	}
	
#leftNav {
	float: left;
	margin-top: 34px;
	width: 130px;
	
}
#leftNav a, #leftNav b {
	margin: 0 10px 0 10px;
	padding: 4px 0 5px 20px;
	display: block;
	font-size: 10px;
	text-decoration: none;
}
#leftNav .selected {
	font-weight: bold;
}
#leftNav .indent a, #leftNav .indent b {
	background: transparent;
	padding-left: 10px;
}
#leftNav a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color:#6699cc;
	
	}
	
#leftNav2 {
	float: left;
	margin-top: 34px;
	width: 160px;
	
}
#leftNav2 a, #leftNav2 b {
	margin: 0 0px 0 0px;
	padding: 0px 0 0px 0px;
	display: block;
	font-size: 10px;
	text-decoration: none;
}
#leftNav2 .selected {
	font-weight: bold;
}
#leftNav2 .indent a, #leftNav .indent b {
	background: transparent;
	padding-left: 0px;
}
#leftNav2 a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color:#6699cc;
}
div#content p {
		text-align:justify;
		padding:;
	}
	
div#contentColor {
		padding:0px 10px 5px 10px; /* bottom padding for footer */
		background-color:#fff;
		padding:0px 20px 0px 20px;
	}

div#footer {
	position:absolute;
	padding: 5px 0 0 0;
	width:100%;
	height:20px;
	bottom:0; /* stick to bottom */
	background-color:#fff;
	border-top:4px double #333;
	text-align:center;
	font-size:11px; color:#999; font-family:Arial, Helvetica, sans-serif; font-weight:800;

}

	div#footer p {
		padding:1em;
		margin:0;
	}@charset "UTF-8";
	
	
	
<!--END MAIN LAYOUT-->

<!--BEGIN VARIANCES IN WEB GALERY LAYOUT-->


/* CSS Document */

