body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 101%;
	height: 100%;
	font: 100% Arial, Verdana;
	text-align: center;
	background-color: #333333;
}

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

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

a:hover {
text-decoration: underline;
color: #D9DACD;
}

a:active {
color: #D9DACD;
text-decoration: underline;
}

.wrapper {
margin-right:auto;
margin-left:auto;
width: 740px;
background-color: #FFF;
color: #000;

}

* {
margin: 0px;
padding: 0px;
}

#masthead {
	background-color: #d6d6a0;
	background-image:url(../images08/KingFamilyVineyards.jpg);
	height: 180px;
	width: 740px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#nav {
background-color:#710606;
text-align: center;
height: 40px;
border-top: 1px solid #000000;
border-right: none;
border-bottom: 1px solid #000000;
border-left: none;
}

#nav ul {
margin: 0px;
padding: 10px 0px 0px 0px;
list-style-type: none;
}

#nav li {
display: inline;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
padding-left: 15px;
padding-right: 15px;
}

#nav li a {
text-decoration: none;
color: #C5C59F;
}

#nav li a:hover {
color: #FFFFFF;
}

#nav li a:active {
color: #FFFFFF;
}

#photoindex {
	background-image: url(../07PHOTOS/home_exterior.jpg);
	height: 474px;
	width: 740px;
    border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#photoindex2 {
background-image: url(../07PHOTOS/<?php randomImage(); ?>);
	height: 474px;
	width: 740px;
    border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

/* Content */



	
.left{
	float: left;
	width: 180px;
	}

.right {
	float: right;
	
	background-color: purple;
	}

/* Clearfix */


/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

#footer {
clear: both;
width: 740px;
	background-color: #d6d6a0;
text-align: center;
margin: 0px;
padding: 0px;
text-align: center;
border: 1px solid #000000;
}
#footer p {
padding: 10px 0px 10px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:  12px;
line-height: 18px;
}
#news {
clear: both;
width: 740px;
padding: 10px 0px 10px 0px;
text-align: left;
background-color: #d6d6a0;
border: 1px solid #000000;
}
#news p {
	padding: 0px 45px 6px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  12px;
	line-height: 18px;
	color: #333333;
}
.news-heading {
padding: 0px 45px 0px 35px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size:  12px;
color: #710606;
display: inline;
}

#news a:link, #news a:visited, #news a:hover, #news a:active {
	color: #96803D;
}


#copyrightlines {
	padding: 10px 0px 10px 0px;
	color: #D9DACD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	line-height: 18px;
	background-color: #333333;
}
