/*html,body	{
			font: 100% Arial, sans-serif;
			}
*/
#header 	{
		background: url(../images/header.jpg);
		width: 1200px;
		height: 65px;
		margin: 0 auto;
		text-align: center;
		font-family: serif;
		font-size: 3.5em;
		color: #FF0000;
		padding-top: 15px;
		padding-bottom: 40px;
        /* margin-bottom: 2.5px; */
		}

body 	{
		text-align: center;
		font-family: Arial, sans-serif;
		background-image: url(../images/background.gif);
		position: relative;
		width: 99%;
		height: 100%;
		z-index:1;
		}

#nav		{
		width: 1200px;
		margin: 0 auto; 
		}
	
#section	{
		background: url(../images/section.jpg);
		width: 1200px;
		height: 700px;
		margin: 0 auto; 
		margin-top: 67px;
		/* margin-bottom: 10px; */
		}

#content	{
		 	background: url(../images/background.gif);
			position: absolute;
			width: 1170px;
			height: 670px;
			margin-top: 10px;
			margin-left: 10px;
			padding-left: 10px;
			padding-top: 10px;
			}
