html {
	height: 100%;
} 

body {
/*	background: #f8f8f8 url(/images/bg-left.jpg) no-repeat left top;*/
	background: #fff url(/images/bg-texture2.jpg);
	text-align: center;
	min-width: 760px;
	padding: 0;
	margin: 0;
	height: 100%;
}


p {
	margin: 0;
	padding: 0;
}


#shader {
	background: transparent url(/images/shading.png) repeat-y;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	z-index: 1;
	background-image: url(/images/shading.png);
}

#wrapper {
	background: #fff;
	width: 755px;
	height: 100%;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 2;
}

#header {
	display: block;
	border-top: 5px solid #000;
	background: #fff url(/images/header.png) no-repeat 0px 0px;
	padding: 0;
	margin: 0;
	height: 100px;
}

#menu {
	background: #000;
	height: 28px;
	width: 755px;	
	border-bottom: 3px #9d9a1a solid;
	font-family: Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	margin: 10;
	padding: 0;
	text-align: center;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 705px;
}

#menu ul li {
	float: left;
}

#menu ul a { 
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}

#menu ul a:hover {
	color: #87ceeb;
}


#menu .divider {
	width: 1px;
	height: 15px;
	margin: 7px 0;
	background: #9d9a1a;
}


.small {
	font-size: 10px;
}

#copyright {
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	font-family: Sans-Serif;
	width: 745px;
	height: 18px;
	padding: 0 5px;
	line-height: 18px;
	border-top: 1px #1a1a1a solid;
	border-bottom: 1px #262626 solid;
	clear: both;
	margin-top: 30px;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #87ceeb;
}

#footer {
	clear: both;
	border-top: 3px #e6e6e6 solid;
	font-family: Sans-Serif;
	margin: 6px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	width: 560px;
}

#footer ul li {
	float: left;
	padding-bottom: 20px;	
}

#footer ul a { 
	display: block;
	float: left;
	padding: 0 0.6em;
	color: #000;
	text-decoration: none;
}

#footer ul a:hover {
	text-decoration: underline;
}

#footer .divider {
	width: 1px;
	height: 9px;
	margin: 3px 0 0;
	background: #87ceeb;
	padding-bottom: 0;	
}

h1 {
	font-family: Sans-Serif;
	font-weight: 700;
	font-size: 17px;
	color: #000;
	margin: 13px 20px;
}

h3 {
	font-size: 13px;
}

hr {
	color: #d3d198;
	background-color: #d3d198;
	border: 0;
	width: 100%;
	height: 3px;
}

#content {
	font-size: 11px;
	font-family: Sans-Serif;
	color: #000;



	margin: 20px
	position: relative;
	width: 755;
	margin-left: 20px;
	margin-right: 20px;
}

#content p {
	font-family: Sans-Serif;
	font-size: 11px;
	margin: 20px
	padding: 0;
}

#content a {
	color: #9d9a1a;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

