/***********************/
/* TAGS AND MAIN SPECS */
/***********************/

HTML {
	overflow-y			: scroll;
}


HTML,BODY {
	margin				: 0px;
	padding				: 0px;
}

BODY {
	background-color	    : #a5a3a3;
	background-image    	: url('img/default/bg.png');
	background-position	  : top center;
	background-repeat	    : repeat-y;
	font				          : 12px arial,sans-serif;
	text-align			      : center;
	color                 : #353535;
}

H2 {
	font				    : 24px arial,sans-serif;
  font-weight     : bold;
  line-height     : 200%;
  height          : 42px;
	margin				  : 0;
	padding				  : 30px 70px 5px 70px;
	text-align			: left;
  color           : #353535;
}

P {
	display				: block;
	margin				: 0px 10px 10px;
  color         : #353535;
}

A {
	color                           : #f37f16;
	padding				: 0px;
}

img {
        border                          : 0px solid #353535;
}

A:hover {
	color				: #ff984a;
}

A:active {
	color				: #fe4005;
}


/**********/
/* LAYERS */
/**********/

div#container {
  text-align			    : left;
  padding             : 100px 0px 20px 0px;
}

div#header {
  margin				: 0;
	padding				: 0;
	text-align	  : center;
}

div#menu {
  background-image	        : url('img/default/menu.png');
	background-position	        : top;
	background-repeat	        : no-repeat;
	margin				: 0;
	padding				: 0;
	text-align		: left;
}

div#menu_filler {
  background-image	        : url('img/default/menu_filler.png');
	background-position	        : top;
	background-repeat	        : no-repeat;
  margin				: 0;
	padding				: 0;
}

div#menu_button {
  background-image	        : url('img/default/button.png');
	background-position	        : top;
	background-repeat	        : no-repeat;
  margin-top				: 1px;
	padding				: 12px 0px 0px 0px;
	text-align			: center;
}      

div#menu_button a {
	margin			     	 : 0;
	padding			       : 0;
	font               : 16px Copperplate Gothic Bold, arial, sans-serif;
	font-weight        : bold;
	color              : #353535;
  text-decoration    : none;
}

div#menu_button a:hover {
	color				: #f37f16;
}

div#menu_button a:active {
	color				: #fe4005;
}

div#content {
	line-height		    	: 1.4;
	text-align		    	: justify;
	margin              : 0;
	padding             : 0px 0px 150px 0px;
}

div#content p {
	margin				: 0;
	padding				: 10px 70px 15px 70px;
}

div#footer {
	margin		      		: 0;
	padding			      	: 0;
	text-align	    		: center;
}

div#footer p {
  font				  : 10px arial,sans-serif;
	margin				: 0;
	padding				: 0;
}

div#footer a {
	margin			    	: 0;
	padding			    	: 0;
  text-decoration   : none;
}


div#container {
	margin				: 0px auto;
	width				: 880px;
}

div#header {
	clear				: both;
	width				: 100%;
	height				: 162px;
}

div#logo {
  clear				: both;
	width				: 100%;
  height      : 120px;
}

div#menu {
  clear				: both;
  width				: 100%;
  height      : 42px;
}

div#menu_filler {
  float           : left;
  width           : 12px;
  height          : 42px;
}

div#menu_button {
  float           : left;
  width           : 117px;
  height          : 40px;
}

div#content {
  clear				: both;
	width				: 100%;
}

div#footer {
	clear				: both;
	width				: 100%;
	height				: 26px;
}
