/* CSS Document */

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

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2E7EC;
	min-width:800px;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

/* Header Style */
#header {
	width: 800px;
	height: 133px;
	background-color: #FFCC33;
	background-image:url(/images/DeClemente_Hdr.gif);
	background-repeat:no-repeat;
}

#topnav {
	height:15px;
	width:775px;
	padding-top:10px;
	font-size: 1.4em;
	margin-bottom:-15px;
	text-align:right;
}

#topnav a {
	color:#333333;
	text-decoration:none;
}

#topnav a:hover {
	color: #FFFFFF;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:50px;
	_margin-left:22px; /* IE 6 and below */
	margin-top:30px;
	background-color:#FFFFFF;
	width: 450px;
	padding-top: 28px;
	padding-bottom:50px;
	padding-right:15px;
	margin-bottom:35px;
	float:left;
}

#content p {
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.20em;
	line-height:1.20em;
}

h2 {
	color:#990000;
	padding:1px;
	font-size:2.5em;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:5px;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#rightside {
	width:258px;
	margin-top:30px;
	float:right;
	margin-bottom:25px;
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	width:800px;
	height:50px;
	padding-top:10px;
	background-color:#E2E7EC;
	clear:both;
	text-align:center;
}

#footernav p {
	color:#333333;
}

#footernav a {
	color:#333333;
	text-decoration:none;
}

#footernav a:hover {
	color:#9DA0A6;
}

/* End Footer Styles */

/* Misc Styles */
.small {
	font-size:.9em;
}

.buybutton {
	margin-left:81px;
}

.quote {
	font-style:oblique;
	font-family:"Times New Roman", Times, serif;
	margin-top:12px;
	width:400px;
}

.attrib {
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.tophere {
	color: #FFFFFF;
}
	