@charset "UTF-8";
/* CSS Document */

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

html { 
	overflow-y: scroll; 
	}
	

body {
	background-image: url(images/bgshort.png);
	background-color:#C8CCE7;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
}
.style3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
.style6 {
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
}
a:link {
	color: #660033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #660033;
}

#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 100px;
	padding-right:5px;
	/*height:2000px;
	width: 832px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.tab {
	float: left;
	width: 80px;
	padding-left: 27px;
}

.right_content {float: left; width: 550px; text-align:left; background-color: #ffffff;}
.right_content p {text-align: left;}

.bottom {
	padding-left: 92px;
}
table p{
	text-align: center;
}
#how
{
	background-image: url("..images/main-index/how-it-works.png");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}
#weight
{
	background-image: url("..images/main-index/weight.png");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}
#faq
{
	background-image: url("..images/main-index/faq.png");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}
#fight
{
	background-image: url("..images/main-index/fight.png");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}
#store
{
	background-image: url("..images/main-index/store.png");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}


/*--Learning Shit --*/
 
/* Hides from IE Mac \*/ 
* html .floatcontainer {
height: 1%;
} 

/* End Hack */ 

/* Miscellaneous classes for reuse */

.bold {
font-weight: bold;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
