/* 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:#ADB8C9;
	}
	
body {
	width:760px;
	margin: 0 auto;
	position:relative;
	}	
		
.sub_nav {
	text-align:right;
	display:block;
	padding-top:10px;
	padding-right:488px;
	}
	

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

#branding {	
	background-image:url(../images/design_01.gif);
	float:left;
	height:197px;
	width:270px;
	}
	
#branding h1 {
	position:absolute;
	}
	
#nav {
	background-image:url(../images/design_02.gif);
	float:right;
	height:197px;
	width:490px;
	}
#nav ul {
	padding-left:10px;
	}
	
#content {
	background-image:url(../images/design_03.gif);
	clear:both;
	height:368px;
	width:760px;
	z-index:1;
	}
		
#content img {
	padding-top:10px;
	padding-left:30px;
	}
	
#content h1 {
	text-align:center;
	padding-top:50px;
	}
	
#content ul {
	text-align:center;
	}

#siteinfo  {
	background-image:url(../images/design_04.gif);
	height:334px;
	width:760px;
	}
	
blockquote {
	padding:5px 0 0 280px;
	max-width:300px;
	}	
			
.center {
	text-align:center;
	}
	
.design {
	padding-top:100px;
	}
	
.print {
	padding:30px;
	}