<!--
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

/* some defaults */

img {
	border-style: none;	
	vertical-align: middle;
}

html {
	/* IE Horizontal scrollbar fix */
	overflow-y: scroll;
	/* force scrollbars in moz */
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin: 0px;
	padding: 0;
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%; /* Resets 1em to 12px */
	line-height: 1.5em;
	color: #000000;	
	text-align: center;
	background: url(../img/bg_tile_001.gif) #ffffff repeat-x left top;
	}
	
/* layout */

#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align:left;
	background: url(../img/wrapper_mid.gif) repeat-y center top;
	background-color: #f00;
}

#container {
	background: url(../img/wrapper_top.gif) no-repeat center top;
}

#main {
	clear: both;
	border-top: 1px solid #007ecc;
	margin: 0 10px 0 10px;
	padding: 20px 20px 30px 20px;
}

#header {
	padding: 40px 20px 0px;
	margin: 0 10px;
	background: url(../img/MobileGirl.jpg) no-repeat 98% bottom;
	height: 140px;
}

#content {
	width: 708px;
	float:right;
}

#mainContent {
	width: 496px;
	float:left;
}

#rightSidebar {
	width: 192px;
	float: right;
}

#leftSidebar {
	width: 192px;
}

/* navigation */

#navigation {
	float: right;
	margin: 35px 0 -1px 0;
	background: url(../img/nav_base_01.gif) repeat-x left bottom;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 0;
	background: url(../img/blue_tab_left_01.gif) repeat-x left top;
	}
	
#navigation a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	background: url(../img/blue_tab_right_01.gif) no-repeat right top;
	font-size: 0.9em;
	}
	
#navigation a:hover {
	color: #ff7f00;
	}
	
body#home li#n-home, body#signup li#n-signup, body#members li#n-members, body#earn li#n-earn, body#send li#n-send, body#support li#n-support  {
	background: url(../img/orange_tab_left_01.gif) repeat-x left top;
	}
	
body#home #n-home a, body#signup #n-signup a, body#members #n-members a, body#earn #n-earn a, body#send #n-send a, body#support #n-support a  {
	color: #ff7f00;
	padding-bottom: 5px;
	background: url(../img/orange_tab_right_01.gif) no-repeat right top;
	}

/* footer */

#footer {
	clear: both;
	background: url(../img/wrapper_base.gif) no-repeat center top;
	/*background-color: #f00;*/
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;
	color: #b6c8db;
	font-size: 0.9em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #b6c8db;
}

#footer a:hover {
	text-decoration: underline;
	color: #26578c;
}

#footer p {
	margin: 10px 0 0 0;
}

#footer li {
	margin: 0 3px 0 3px;
	padding: 0;
	display: inline;
	list-style: none;
}

/* common text elements */

h1 {
	font-size: 2em;
	color: #0060b6;
	text-indent: -9000px;
	height: 79px;
	width: 300px;
	background: url(../img/freetxt__header-logo_001.gif) no-repeat center center;
}

h2 {
	font-size: 1.6em;
	color: #0060b6;
	margin-bottom: 10px;
	
}

h3 {
	font-size: 1.4em;
	color: #7faeda;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ff7f00;
}

a:hover {
	text-decoration: underline;
}

#DataTable table td, #DataTable table th {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
}
/* sidebars */


div.sidebar h2, div.sidebar h3, div.sidebar h4, div.sidebar p
{
	color: #fff;
	padding: 5px;
}

div.sidebar a {
	color: #FFB775;
	text-decoration: underline;
	font-weight: normal;
}

div.sidebar h2 {
	font-size: 1.2em;
	margin-bottom: -20px;
	text-shadow: #287fd3 1px 2px 2px;
}

div.sidebar h3 {
	font-size: 1.2em;
}

div.sidebar form {
	margin: 5px;
}

div.sidebar label {
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
}

div.sidebar fieldset {
	border-style: none;
}

div.sidebar h2 {
	color: #fff;
	font-size: 1.2em;
	background: url(../img/sidebar_top.gif) no-repeat center top;
	padding: 10px 5px;
	height: 30px;
}


.sidebarSection {
	background: url(../img/sidebar_base.gif) #7faeda no-repeat center bottom;
	margin-bottom: 20px;
}

/* other */

#rhsStar {
	margin: 0px -38px 0 0;
	height: 100px;
	width: 100px;
	position: relative;
	float: right;
}

-->