/* 
	AUTHOR: VAL YODER
	INFO@VALERIEYODER.COM
	HTTP://VALERIEYODER.COM
 */
 
 /* RESETS & BASIC PAGE SETUP */

* {
	margin: 0;
	padding: 0;
}


body {
    font-size: 62.5%;
	font-family: Georgia, serif;
	color: #FFFFFF;
	background-color: #000000;
	}
	
html { 
	min-height: 100%; margin-bottom: 1px; 
	}

	
p, li{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	 }
	 
a {
	color: #000000; text-decoration: none;}
c:hover, a:active { text-decoration: none; }
	 
span#blackbold a 
{ color: #000000;text-decoration: none; 
		}
	


h1 { font-size: 2.0em; color: #000000; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	font-style: italic;
	letter-spacing: 2px;
	background: #e9bc3d;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}
	
.clear { clear: both; }
	
div#page-wrap {
	width: 900px;
	margin: 0 auto;
	}
	
ul#nav {
	height: 153px; width: 900px;
	background: url(images/header.jpg) no-repeat;
	list-style: none;
	padding-left: 250px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.2em;
	}
	ul#nav li a {
		display: block;
		width: 130px;
		float: left;
		margin-top: 130px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
		color: #CCCCCC;
		}
		
		
div#main-content {
	padding-bottom: 0px;

	}
	div#main-content div#left-col {
		float: left;
		width: 203px;
		

	}
	div#main-content div#left-col p{
		font-size: 1.5em;
		line-height: 1.4em;
		font-style: Bold;
		color: #996666;
		padding-left: 2px
		
	}
	div#main-content div#right-col {
		float: right;
		width: 671px;
		background-color: #CCCC99;
		border-top: #000000 solid 2px;
		padding-left: 20px;
		padding-bottom: 20px;
		
	}
	
	
	div#main-content div#right-col div#photos {
		float: right;
		width: 336px;
		background-color: #CCCC99;
		padding-left: 20px;
		
	}
	
	div#main-content div#right-col p{
		font-size: 1.3em;
		font-style: Bold;
		color: #333333;
		
		}
	
		
	div#main-content div#right-col a{
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: normal;
	text-decoration: none;
}
		c:hover, a:active { color: #000000;text-decoration: none; 
		}
	
		
		

div#footer {
		width: 900;
		background: #ac514c;
		font-size: 11px;
		font-style: normal;
		text-decoration: none;
		color: black;
		padding: 3px 0 3px 0;
		border-top: 3px solid black;
		text-align: center;
	}
	div#footer a {
	color: #000000; text-decoration: none;}
c:hover, a:active { text-decoration: none; }
		
