html, body {
	padding: 0px;
	margin: 0px; 
	background-image:url(../../images/bkgdTop.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	color:#fff;
	text-align: center;
}
html {
	text-align: left;
	min-height:100%;
	margin-bottom: 1px;
}

div.wrapper {
	background:none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:800px;
}

img {
	display: block;
	border: 0px;
}
.clearBoth {
	clear: both;
}
div, p, ul, li, h1, h2, h3, h4, a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color:#333333;
}
p, li {
	line-height: 135%;
}

p {
	font-size:14px;
}

a {
	color:#CC0000;;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#DEC59C;
}


#main {
	width:700px;
	background-image:url(../../images/bkgdMain.jpg);
	background-repeat:repeat-y;
	min-height:100%;
	height:100%;
	padding:0 50px 50px 50px;
}

.save a {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.save a:hover {
	text-decoration:underline;
}

.left {
	float:left;
	width:330px;
}

.right {
	float:right;
	width:340px;
	text-align:right;
}

.fb-like {float:left; width:200px;}
