
body {
	background-color: #FFF;
	font-size: 0.8em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#666D73;
	padding:0;
	margin:0;
	background: #FFFFFF url(../img/background.png) repeat-x left top;
	border: 0;

}

a {color: #003366;}
a:visited {color:#003366;}
a:hover {background-color: #FFFF00}
a:active {color:#003366;}

a.image:link{color: #FFF; background-color: transparent}
a.image:visited{color: #FFF; background-color: transparent}
a.image :hover{color: #FFF; background-color: transparent}
a.image :active{color: #FFF; background-color: transparent}

#header {
	width: 980px;
	margin: 0 auto;
	height: 71px;
	padding: 0 25px 10px 25px;
}

#container
{
  width:  980px;
  height: 540px;
  margin: 0 auto;
  padding:  0;
  background-color: #FFF;
  border: 1px solid silver;
}

#principal{
	margin: 50px;
}

#left{
	width: 440px;
	float: left;
	background-color: #FFF
}

#right{
	width: 438px;
	float: right;
	background-color: #FFF;
}

#presentation{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

/* Footer */

#footer{
	width: 100%;
	height: 300px;
	background-color: silver;
	margin-top: 30px;
	padding-top: 5px;
	border: 0;
}

#footer_center{
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}

/* End Footer */

#buttons{
	margin-bottom: 40px;
}

h5.one {
	background: #FFFFFF url(../img/bullet-1.png) no-repeat left top;
	padding-left: 22px;
	color: #F81E00;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h5.two {
	background: #FFFFFF url(../img/bullet-2.png) no-repeat left top;
	padding-left: 22px;
	color: #50B848;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h5.three {
	background: #FFFFFF url(../img/bullet-3.png) no-repeat left top;
	padding-left: 22px;
	color: #00AEEF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.black_text{
	color: #000;
	margin: 0 0 0 22px;
}

#get_started{
	margin-bottom: 20px;
}

#or_login{
	margin-bottom: 15px;
	padding-left: 60px;
}

#main_image{
	
}

#gray_text{
	color: #9C9C9C;
	margin: 20px 0 0 50px;
}


/* FORMS */
label { display: inline ; float: left ; width: 150px ; font-weight: bold ; font-size:14px; margin-left: 5px ; }

