body
{
margin: 0;
font-family: "HelveticaNeue-Light", Helvetica Neue Light, Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 1.6;
background-color: #ffffff;
background-image: url(red_gradient.png);
background-repeat: repeat-x;
background-attachment: fixed;
}

#content {
	width:700px;
	margin:0px auto;
	text-align:left;
	padding:15px 15px 0px 15px;
	}
	
#content img
{
padding: 4px;
float:left;
margin-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}


#container
{
width: 900px;
margin: 0 auto;
padding: 30px 20px 50px 20px;
color: #000000;
}

ul
{
margin: 0;
padding-left: 10px;
}

li
{
background: url(check.png) no-repeat 0 5px;
padding-left: 20px;
list-style: none;
line-height: 1.8;
}

a
{
text-decoration: none;
color: #000000;
padding-bottom: 1px;
}

a:link
{
border-bottom: solid 1px #F4F4F4;
}

a:visited
{
border-bottom: none;
}

a:hover
{
color: #4b2edf;
border-bottom: 1px solid #4b2edf;
}

#contentbox {
			width:620px;
			background-color: #ececec;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
			border:1px solid #e0e0e0;
			padding:1em;
			height: 470px;
		}
		

