/* CSS Document */

body, html {
	margin:0;
	padding:0;
	color:#5C3317;
	font-family: Comic Sans MS, sans-serif;
	background-color:#715236;
	}
	
/* Page Divisions */

#wrap {
	background:transparent;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	height:280px;
	width:800px;
}

#container{
	overflow:hidden;
	width:765px;
	min-height: 300px;
	margin:auto;
	background:url(images/newlattebg.jpg) no-repeat top center;
	-moz-box-shadow: -3px 5px 5px #292421;
	-webkit-box-shadow: -3px 5px 5px #292421;
    box-shadow: -3px 5px 5px #292421;

}

#content{
	width:650px;
	margin-left:70px;
	margin-top:15px;
}

#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	}
	

/* Styles */

#header img {
	}

img.inline {
	display:inline;
	float:right;
	margin:5px;
	}

.text {
padding:0 20px;
}

h1 {
font-size:16px;
font-weight:bold;
}

p {
font-size:13px;
line-height:1.5em;
}

p.footer {
font-size:10px;
vertical-align:bottom;
bottom: 10px;
}

a:link {
color:#ffc;
}

a:visited {
color:#ffc;
}

a:hover {
color:#fff;
}

a:active {
color:#fff;
}

blockquote {
	font-size:14px;
	font-style:oblique;
}

ul, ol {
	font-size:13px;
}