/* simplyFULL - Graphic Design pages */

/* Palette
Body #FFFCF2
Content - FFFCF2
*/
* {margin: 0; padding: 0;} 
body {
	text-align: center;
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #357;
	background: #FFF9E6 url(../img/bg-body-2e.jpg) repeat-x;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	background: #fff url(../img/bg-wrapper-1j.gif) repeat-y;
	margin: 0 auto 27px;
}
/* ---------- Skip navigation ----------- */
#wrapper a#skipnav,
#wrapper a#skipnav:hover,
#wrapper a#skipnav:visited {
	position: absolute;
	left: 0px; top: -500px;
	width: 1px; height: 1px;
	overflow: hidden;
	padding: 0;
}
#wrapper a#skipnav:focus {
	position: static;
	width: auto;
	height: auto;
	background: #def;
	padding: 2px 5px;
} 
#header {
	background: #789 url(../img/bg-hdr-2h.jpg);
}
#header h1{
	height: 120px;
	text-indent: -9000px;
	background: transparent url(../img/logo-1j.jpg) no-repeat 294px 32px;
	margin: 0; 
}
	
/* --------- Navigation --------------- */
#nav {
	xwidth: 156px;
	margin: 20px 60px;
}
#nav h2{
	position: absolute;
	left: 0px; top: -9999px;
	width: 1px; height: 1px;
	overflow: hidden;
}
#nav ul{
}
#nav li{
	float: left;
	list-style: none;
	margin: 0;
}
#nav li a{
	outline: none;
	xwidth: 156px; xheight: 28px;
	text-decoration: none;
	color: #69c;
	background: #FEF9E5;
	border: 1px solid #D9E5F2;
	margin: 0 3px 0 0; padding: 4px 8px;
}
#nav li a:hover{
	color: #369;
	background: #FFF2BF;
	padding: 4px 8px;
}

/* ------------ Content ------------- */
#content {
	xmargin: 0 0 0 250px; 
	padding: 40px 60px 27px 54px;
}
#content h2 {
	xtext-indent: -9000px;
	color: #69c;
	margin: 0 0 1em;
}
#content h3 { 
	font-size: 1.1em;
	color: #69c;
	margin: 2em 0 .5em;
}
#content p {
	margin: 0 0 1em;
}
#content strong {
	color: #456;
}
#content blockquote {
	margin: 2em 36px 0;
}
#content blockquote p {
	margin: 0;
}
#content p.attrib {
	color: #666; 
	text-align: right; 
	border-top: 1px solid #fff;
	margin: 0 36px 1em 0;
}
#content p strong {
	font-weight: bold;
	color: #4C7399; 
}
#content p.copyright {
	font-size: .9em;
	text-align: right; 
	color: #666; 
}
#content ul {
	margin: .5em 2em 1em;
}
#content li {
}
#content a{
	color: #69c;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#content img {
	border: 1px solid #999;
	xmargin: 0 0 5px 10px; 
}
#content table {
	border: none;
	border-collapse: collapse;
	margin: 1em 0;
}
#content tr {
}
#content th, #content td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 3px 1em;
}

/* --------- Footer --------------- */
#footer {
	height: 60px;
	text-align: right;
	background: #FFFCF2 url(../img/bg-footer-1n.jpg) no-repeat center bottom;
}
#footer a{
	display: block;
	color: #69c;
	text-decoration: none;
	padding: 25px 80px 0 0;
}
#footer a:hover{
	text-decoration: underline;
}
