html, body {
	text-align: center;
    background-color: #BECD25;
    background-image: url(gra/pagefill.gif);
    background-position: center top;
    background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
	}

/*General*/

em {
	font-style: normal;
	}
a, em, strong, b {
    color: #BECD25;
    font-style: bold;
	}
a:hover {
	color: #9A8C7D;
	}	
a img {
	border: none;
	}
.hover {
    cursor: pointer;
    color: #BECD25;
    text-decoration: none;
	}
	
/*Layout*/

#logoBar {
    height: 196px;
	margin: 0px auto;
    text-align: right;
    width: 892px;
	background-image: url(gra/logobarground.gif);
    background-position: center top;
    background-repeat: no-repeat;
	}
#logo {
    float: right;
	padding:0px;
	margin: 0px;
}
#logo p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #9A8C7D;
	font-weight: normal;
	}
#logo p a {
	text-decoration: none;
	color: #BECD25;
	}
#testimonials {
    font-size: 14px;
	line-height: 17px;
	color: #BECD25;
	font-weight: bold;
    float: left;
    margin: 0px;
	padding: 0px;
    overflow: hidden;
    text-align: left;
    width: 400px;
	height: 196px;
}
#newsticker ul {
	list-style-type: none;
	padding: 15px 55px 25px 25px;
	margin: 0px;
	}
#newsticker b {
	font-size: 11px;
	line-height: 12px;
	color: #9A8C7D;
	font-weight: normal;
	}
#barHolder {
	text-align: center;
    margin: 0px auto;
    width: 892px;
	height: 189px;
	background-color: #BECD25;
	padding: 0px;
	background-image: url(gra/barfill.gif);
    background-position: center top;
    background-repeat: no-repeat;
	}
#intro {
    margin: 0px auto 20px auto;
    padding: 0px;
	width: 892px;
    text-align: left;
	background-image: url(gra/contentfill.gif);
    background-position: left top;
    background-repeat: no-repeat;
	}
#intro h1 {
	padding: 25px 80px 25px 320px;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #9A8C7D;
	}
#intro p {
	padding: 5px 80px 0px 320px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #9A8C7D;
	}
#contactDetails {
	text-align: left;
	clear: both;
    margin: 40px auto 10px auto;
    width: 892px;
	padding: 0px;
	}
#contactDetails p {
	padding: 0px;
	margin: 10px 10px 17px 60px;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	}		
/*Buttons General*/
#buttonsContainer {
	text-align: center;
    float: left;
	padding: 47px 0px 0px 0px;
    margin: 0px;
    width: 300px;
	display: block;
	}
.button a {
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px auto 6px auto;
    width: 150px;
	height: 46px;
	text-decoration: none;
	display: block;
	background-image: url(gra/buttonground.gif);
    background-position: center top;
    background-repeat: no-repeat;
	}
.button a:hover {
	clear: left;
    background-position: center bottom;
	}
.textline {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	}			