body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333300;
}

.container{
	width: 820px;
	margin: 0 auto;
	height:auto;
	background-color: #FFF;
}

#header {
	position: relative;
	width: 780px;
	height: 80px;
	border-bottom: 2px solid #CCC;
	background: url(images/AntiquestoLove.png) no-repeat;
	background-color: #FFF;
	font: 2em italic Georgia, Garamond, Times New Roman;
	text-align: left;
	padding-bottom: 10px;	
	
	}

#tagline {
	width: 750px;
	font:normal 1.25em Garamond, Georgia, Times New Roman;
	color:#666633;
	background: #FFF;
	text-align: right;
	padding: 5px 30px 0px 0px;
	margin:0 auto;
	border-bottom: 2px solid #CCC;
}

a:link {
	text-decoration: none;
	color:#CC6600;
}
a:visited {
	text-decoration: none;
	color:#CC6600;
}
a:hover {
	text-decoration: none;
	color:#333300;
}
a:active {
	text-decoration: none;
	color:#669900;
}

p{
	color: #333333;
	padding-left: 6px;
	line height: 12px;
	margin-top:1px;
	}
	
li{
	margin:2px;
	}

h2{
	font-family: Garamond, Georgia, Times;
	font-size: large;
	}
	
h3{
	font-size:medium;
}
	
h4{
	font-family: Garamond, Georgia, Times;
	font-size: medium;
	margin-bottom: 3px;}
	
h5{
	color:#FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:larger;
	margin-bottom: 5px;
	}

.box{
	margin-top: 1em;
	background:#CC9;
	padding: .5em;
	text-align:center;
	border:solid #CCC 1px;
}

.box_dk{
	margin-top: 1em;
	background:#996;
	padding: .5em;
	text-align:center;
	border:solid #CCC 1px;
}

.align_left {
	text-align:left;}
	
	
.contact{
	font-family: bold Garamond, Georgia, Times;
	font-size: medium;
	color:#333333;
	letter-spacing: 1px;
	}

.spacing{
	font-style: italic;
	letter-spacing:1px;
	}	

.tiny{
 	font: normal 10px Tahoma, Geneva, Arial;
	padding-left:2px;
	}	
	
.pad {
	padding-left:20px;	
}
	
/* A container should group all your columns. */

/* you can have more than one container to group sections of your page */


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */

.column {
	float: left;
	margin-right: 10px;
}
/* Sets up basic grid floating and margin. */


div.span-1, div.span-2, div.span-3 {
	float: left;
	margin-right: 10px;
}

/* The last column in a row needs this class. */

div.last {
	margin-right: 0;
}

/* Use these classes to set the width of a column. */

.span-1 {
	width: 260px;
	background: #FFF;
 	}

.span-2 {
	width: 500px;
	background: #FFF;
	}

.span-3, div.span-3 {
	width: 780px;
	background: #FFF;
}

.span-4 {
	width: 480px;
	margin-top:-40px;
	background: #FFF;
	padding:5px;
	text-align:left;
	border-top: 2px solid #CCC;
}

.span-5 {
	width: 300px;
	margin-top:10px;
	margin-left:70px;
	text-align:left;
	align: center;
}

.span-6 {
	width: 300px;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
}

.homephoto{
	background-color:#CCC;
	padding: 5px;
}

.imageright{
	background-color:#CCC;
	padding:2px;
	height: 216px;
	width: 288px;
}

.imageleft{
	background-color:#CCC;
	padding:2px;
	height: 216px;
	width: 288px;
}

#footer {
	width: 780px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	font: .85em Tahoma,Geneva, Arial;
	line-height: 20px;
	background-color: #FFF;
	top: 10px;
	border-top: 1px solid #CCC;
	}