@import url("reset.css");
@import url("layout.css");
@import url("style.css");
@import url("forms.css");
@import url("library.css");
@import url("jquery.css");

body
{

		/*background: #ff5c00 url('../images/bg-orange.jpg') no-repeat top center;*/
		
		background: #a31418 url('images/bg-red.jpg') no-repeat top center;
	font: normal normal 13px 'Trebuchet MS','Lucida Grande','Verdana','Tahoma',verdana,arial,Sans;

}

h1
{
	font-family:'Trebuchet MS','Lucida Grande','Verdana','Tahoma',verdana,arial,Sans;
}
