* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	color: #4D4D4D;	
	font-weight:normal;
	border: none;
}
body {
	padding: .5em;
	font-size: 62.5%;
	background-color: white;
	background-position: top center;
	font-weight:normal;	
	background-image:url(../graphics/hg.jpg);
	background-repeat:repeat-x;
	
}
#header {
	/*background-color: #666666;*/
	/*padding: 2em;*/
	width:98.4em;
	background-color: transparent;
	height: 12em;
}
#main {
	width:100.8em;
	margin:auto;
	margin-top: 4em;
	/*background:url(ornaments2.png) transparent no-repeat;*/
	color: white;
	/*background-color: #ffffff;*/
}
.sidebar {
	width:22.8em;
	float:left;
	margin-bottom: 1em;
}
.content {
	width:73.2em;
	float:left;
	margin-bottom:4em;
}
.full {
	width:98.4em;
}
.sidebar, .content, .full, #header, #footer {
	margin-right: 2.4em;
	margin-bottom: 2.4em;
}
.clear {
	clear:both; 
	float:none;
}
img {
	margin-bottom:1.2em;
}
.shopping_links img {
	margin: 0;
	vertical-align:bottom;
}
#sites_by_views img {
	float: left;
	margin-bottom: 0;
	margin-right: .3em;
}
#footer {
	width:98.4em;
	padding-top: 0.2em;
	clear:both; 
	float:none;
	display: block;
	border-top: 1px dotted #848484;
}
#mainvideo {
	width: 73.2em;
	height: 41.1em;
}
#mainlabel_logo {
	float:right;
	width: 4.8em;
	height:4.8em;	
}
.comments {
	margin-top: 2.4em;
}
.listitem {
	width: 22.8em;
	float:left;
	height: 31em;
}
.paging {
	float:right
}
.spacer {
	width: 2.4em;
	height:1em;
	float:left;
}
.fb-like-box {
	margin-top: 2.4em;
}
#maindescription_full {
	display:none;
}
/* typography */
h1,h2,h3,h4 {
	font-weight:bold;	
	color: #E85151;
	font-size: 180%;
	padding-bottom:1em;
}
h2 {
font-size: 140%;
}
p, ul {
	font-size: 120%;
	padding-bottom:.5em;
}
ul {
	list-style-position:inside;
}
strong {
	font-weight:bold;
}
.answer {
	display: none;
}
.small {
	font-size:90%;
}
a {
	font-weight:bold;
	color:#E85151;
}
a:hover {
	text-decoration:underline;
}
.button {
	background-color: #E85151;
	padding: .1em .8em;
	border-radius: .4em;
	margin-left: .3em;
	margin-right: .3em;
}
.right {
	float:right;
	margin-right:0;
}
.left {
	float:left;
}
.button a {
	color: white;
	font-weight:bold;
	font-size:120%;	
}
#footer p {
	float:right;
}
/* tables */
table {
	width:100%;
}
th {
	font-weight:bold;
	font-size:120%;
	border-bottom: 1px dotted #848484;
}
.right p {
	text-align:right;
}
.sites td {
	padding: 1.2em;
}
td, th {
	vertical-align:top;
}
.first td {
	padding-top: .5em;
}
/* form */
.search {
	float: right;
} 
.search p {
	text-align:right;
	margin-bottom: 1.2em;
}
.search a, #footer a {
	border-right: 1px dotted #848484;
	padding: 0em .8em;
}
.searchfield {
	padding: .5em;
	width: 28.14em; /* 398 / 14 */
	font-size: 140%;
	background-color: #EFEFEF;
	color: #818181;
	border: none;
	background-image:url(../graphics/search.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.searchbutton {
	padding: .4em;
	width: 7.2em;
	font-size: 140%;
	background-color: #E85151;
	color: white;
	border: none;
	font-weight:bold;
}
