/* begin reset */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:#333;background:white;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/*end reset*/

/* main layout */

body {
	text-align: center;
	
}

#container {
	position: relative;
	text-align: left;
	
	/*	background: url(../images/nav_line.jpg) repeat-x 0 32px;
*/	

}

#content-main {
	width: 850px;
	padding: 20px 20px 0 20px;
	float: left;
	background: url(../images/feet.jpg) no-repeat center;
}



#footer {
	clear: both;
	width: 770px;
}

#footer ul {
	list-style: none;
	margin-top: -100px;

}
#footer li {
		display: inline;
}


#content-center {
	width: 800px;
}

#content-center h2 {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

#content-left {
	float: left; 
	width: 400px;
}

#content-right {
	float: left;
	width: 400px;
	margin-top: -5px;
}

#content-right {
	margin-left: 17px;
	padding-top: 16px;
}




.paddingRight { padding-right: 17px; }
.paddingLeft { padding-left: 20px; }
.paddingTop { padding-top: 10px; }
.paddingTop40 { padding-top: 40px; }


/* begin navigation */


#nav {  border-bottom: 1px solid #999;}
#nav ul { margin-top: 20px; }
#nav li { display: inline; padding: 0 22px; }

/* end navigation */


/* begin clear floats */
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

/* end clear floats */

/* begin typograpghy */
body{font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;line-height:1.5;}
body{font-size:62.5%;}
#nav { line-height: .8em; }
#nav a:link, #nav a:visited { color: #525252; font-size: 1.2em; text-decoration: none; text-transform: uppercase; }
#nav a:hover { color: #99d8df; }
#footer { font-size: 1.2em; line-height: 1.4em; color: #6b6a79;	text-align: center; }
#footer a:link, #footer a:visited { text-align: center; text-decoration: none; color: #6b6a79; }
#footer a:hover { text-align: center; text-decoration: none; color: #99d8df; }