@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	width:100%;
	font-family:sans-serif;
	font-size: 1em;
}
#banner {
	margin:40px auto 0 auto;
	width:826px;
	height:63px;
	background-image:url(../images/CQ_Web_1.gif);
	background-repeat:no-repeat;
}
a {
	color:#000;
}
#navigation ul {
	list-style-type:none;
	width:835px;
	margin:0 auto;
	padding:0;
	text-align:center;

}
#navigation ul li {
	margin:0 auto;
	display:inline;
	list-style-position:inside;
	padding: 0 35px;
	text-transform:uppercase;
	font-family:Sans-serif;
	height:1em;
	font-weight:normal;
	/*color:#000;*/
}
#navigation ul li a {
	/*color:#000;*/
	text-decoration:none;
	font-size:.7em;
}
#navigation ul li a:hover{
	text-decoration:underline;
	color:#999;
}
#about #navigation ul li#nav-about a,
#work #nav-work a,
#contact #nav-contact a,
#links #nav-links a {
	color:#999;	
	text-decoration:underline;
}
#content {
	margin: 30px auto 0 auto;
	width:835px;
}
#content h1 {
	font-size:1em;
	text-transform:uppercase;
}
#content h2 {
	font-size:.9em;
	
}
#content p, #content li {
	font-size:.75em;
}
/*#content a {
	color:#999;
	text-decoration:none;
	
}*/
