

body {
	margin:0; padding:0;
	font-size:14px;
	font-family: sans-serif;
	color:#444;
	line-height: 2em;
}
p{
	line-height:1.2em;
}
h1{
	color:#ff9900;
}
h2{
	color:#ff9900;
}
a{
	text-decoration:none;
	color:#888;
}
li{
	list-style-type: none;
}
#container {
	width: 920px;
	margin: auto;
	border: 0px solid #fff;
	margin-top: 0px;
}
#header  {
	margin: 0;
	padding: 0px 2px 60px 2px;
	color:#fff;
	background: #3a5b91; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a5b91 0%, #06203b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a5b91), color-stop(100%,#06203b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a5b91 0%,#06203b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a5b91 0%,#06203b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a5b91 0%,#06203b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a5b91 0%,#06203b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5b91', endColorstr='#06203b',GradientType=0 ); /* IE6-9 */

}
#content {
	text-align:left;
	height:680px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#444;
}
#footer{
	line-height:1.3em;
	color:#fff;
	text-align:center;
	width:600px;
	position:relative;
	left:50%;
	top:2px;
	margin-left:-300px;
}
.fancyButton{
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	background: #f2ffdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2ffdb 0%, #b6e026 6%, #5ec128 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ffdb), color-stop(6%,#b6e026), color-stop(100%,#5ec128)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2ffdb 0%,#b6e026 6%,#5ec128 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2ffdb 0%,#b6e026 6%,#5ec128 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2ffdb 0%,#b6e026 6%,#5ec128 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2ffdb 0%,#b6e026 6%,#5ec128 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffdb', endColorstr='#5ec128',GradientType=0 ); /* IE6-9 */

	padding:5px 40px 5px 40px;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a4e026;
}
.inner{
	margin: auto;
	padding:10px;
}
.leftDiv{
	position:relative;
	top:0px;
	left:0px;
	width:33%;
	padding:10px 0 0 10px;
	margin:0px;
}
.middleDiv{
	position:relative;
	top:-260px;
	left:30%;
	padding:0px;
	width:40%;
	margin:0px;
}
.rightDiv{
	position:relative;
	top:-888px;
	height:100%;
	left:70%;
	width:30%;
	background-color:#f2eadf;
}