* {
	margin: 0;
	padding: 0;
}

body {
	background: #C7C9B1 url(images/bg.gif) repeat-x;
	font: 12px/18px "Verdana", sans-serif;
	text-align: center;
	color: #333;
}

a:link, a:visited {
	color: #336600;
}

a:hover {
	color: #333;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #ffc;
}

h1 {
	margin-bottom: 11px;
	margin-left: -275px;
	padding: 15px 0 21px 275px;
	border-bottom: 1px #ccc;
	border-bottom-style: dashed;
	font: 24px Georgia, serif;
	color: #336600;
}

h2, h3{
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}

h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #336600;
}

h3 {
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #336600;
}

#header {
	height: 192px;
	background: #900 url(images/ruffle.gif) bottom repeat-x;
}

#header p {
	float: left;
	background: url(images/Valentina-logo.png) no-repeat;
	padding: 58px 24px 24px 0px;
	position: relative;
	top: 40px;
	left: 24px;
	width: 400px;
	height: 72px;
	text-indent: -9999px;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
}

#header ul {
	padding-top: 62px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}

#header li {
	display: inline;
	margin: 0 12px;
}

#header li a {
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	}

#header li a:hover {
	color: #300;
}

#content-primary {
	float: right;
	margin: 12px 24px 60px 24px;
	width: 638px;
	display: inline;
}

#content-primary p {
	padding-bottom: 18px;
}

#content-primary img {
	float: left;
	margin: -6px 220px 10px 0px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}

#content-primary .thumbnail img {
	float: left;
	margin: -6px 0px 10px 0px;
	padding: 3px;
	border: none;
}

#content-secondary {
	float: right;
	margin: 100px 106px 60px 24px;
	width: 144px;
	font-size: 11px;
	color: #333;
	display: inline;
}

#footer {
	clear: right;
	height: 192px;
	background: #336600 url() repeat;
	font-size: 10px;
	line-height: 1em;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}		
#footer p {
	padding: 132px 24px 0px 24px;
}
.clear {
	clear: both;
}