@charset "utf-8";
/* CSS Document */

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists 
table { border-collapse : collapse; border-spacing : 0; } */

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


/* ================================== PAGE LAYOUT ====================================================================== */ 

body {
	width:820px;
	margin:40px auto;
	background-color:#d7d3b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:24px;
	color:#990000;
	font-weight:normal;
	margin-bottom:15px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	margin:10px 0;
}
h4 {
	font-size:14px;
	margin:10px 0;
	color:#990000;
	border-bottom:1px solid #990000;
}

a {
	color:#990000;
}
a:hover {
	color:#FF6600;
}

table td {
	padding:3px 0;
}

div#header {
	width:820px;
	height:20px;
	background:url(/offer/member_upgrade/images/Premium-membership---landingpage_03.gif) top left no-repeat;
}
div#content {
	width:780px;
	background:url(/offer/member_upgrade/images/Premium-membership---landingpage_05.gif) top left repeat-y;
	padding:5px 20px;
}
div#leftCol {
	width:305px;
	float:left;
	padding:0 10px 10px 10px;
	/*border-right:1px dotted #000000;*/
}
div#rightCol {
	width:424px;
	float:right;
	padding:15px 10px 10px 20px;
	border-left:1px dotted #000000;
}

div#footer {
	width:820px;
	height:20px;
	background:url(/offer/member_upgrade/images/Premium-membership---landingpage_06.gif) top left no-repeat;
}
div.block {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #000000;
}
.clear {
	clear:both;
}

