/* CSS Document */

/* normalizes the margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0; }


/* removes border from fieldset and img */
fieldset, img
{border : 0; }



html {
	background-color:#C3CC6A;
	}
	
body {
	width:760px;
	margin: 0 auto;
	position:relative;
	}	
		
blockquote {
	padding:5px 0 0 280px;
	max-width:350px;
	}	


/**------------------------------	Div styles ---------***/

#branding {	
	background-image:url(../images/216layout_01.gif);
	float:left;
	height:197px;
	width:270px;
	}
	
#branding h1 {
	position:absolute;
	}

	
#nav {
	background-image:url(../images/216layout_02.gif);
	float:right;
	height:197px;
	width:490px;
	}
	

#nav ul {
	padding-left:10px;
	}

	
#content {
	background-image:url(../images/216layout_03.gif);
	clear:both;
	height:368px;
	width:760px;
	z-index:1;
	}
#content img{
	height:80%;
	padding:35px 0 0 60px;
	width:80%;
	}	
	
#siteinfo  {
	background-image:url(../images/216layout_04.gif);
	height:334px;
	width:760px;
	}
	
#siteinfo ul {
	padding-top:5px;
	padding-right:495px;
	}
	
#siteinfo p {
	padding-top:2px;
	padding-left:280px;
	width:200px;
	}

.design {
	padding-top:100px;
	}
	
