* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 900px;
	background: #707070 url("images/bg.jpg") repeat;
	font: normal normal 13px Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
}

p {
	margin-bottom: 11px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

#container {
	margin: 0 auto;
	margin-top: 10px;
	width: 820px;
	background-color: #fff;
	height: 100%;
	background: url("images/bg-content.jpg") repeat-y;
}

#header {
	width: 820px;
	height: 115px;
	background: url("images/yyes-header.jpg") no-repeat;
}

#menu {
	width: 790px;
	text-align: right;
	font-weight: bold;
	font-size:12px;
	color: #363636;
	padding: 82px 30px 0 0;
}

#menu a:link, #menu a:visited {
	color: #363636;
	text-decoration: none;
	border: 0;
}

#menu a:hover {
	color: #552e6f;
	text-decoration: none;
	border-bottom: 1px dotted #552e6f;
}

#menu a:active {
	color: #790000;
	text-decoration: none;
	border-bottom: 1px dotted #790000;
}

#content {
	width: 820px;
	height: 100%;
	padding: 20px;
}

img.render {
	width: 761px;
	padding: 0 0 20px 10px;
}

#purp-line {
	width: 800px;
	height: 5px;
	margin: 0 0 20px -10px;
	background-color: #552e6f;
}

#sidebar {
	float: left;
	height: 100%;
	width: 160px;
	margin: 0 20px 0 10px;
	background-color: transparent;
}

#the-copy {
	float: left;
	height: 100%;
	width: 590px;
	background-color: transparent;
}

#footer {
	clear: both;
	width: 820px;
	height: 20px;
	background: url("images/footer.jpg") no-repeat;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #552e6f;
	padding: 4px;
	width: 582px;
}

.picright {
	float: right;
	margin: 0 0 10px 20px;
	padding: 2px;
	border: 1px solid #552e6f;
}

.picleft {
	float: left;
	margin: 0 20px 10px 0;
	padding: 2px;
	border: 1px solid #552e6f;
}

.emailform {
	width: 219px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #666;
	color: #666;
	padding: 4px 4px 0px 4px;
	font-size: 14px;
	margin: 0 0 4px 4px;
}

#copyright {
	clear: both;
	width: 820px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding-bottom: 10px;
}

#copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
}

#copyright a:hover, #copyright a:active {
	font-size: 10px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

a:link, a:visited {
	color: #552e6f;
	border-bottom: 1px dotted #552e6f;
	text-decoration: none;
}

a:hover, a:active {
	color: #790000;
	border-bottom: 1px dotted #790000;
	text-decoration: none;
}
