/*
    Blue = #00767a
    Yellow = #a88102
    Lt Yellow = #ffc500
    Gray = #cfcece
*/

/* Globals */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	background-image: url(img/back_home.jpg);
	background-repeat: repeat-x;
}