html, body {
	background-image: url('../images/background_pattern.jpg');
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
  font-size: 12px;
}

img {
	border: 0;
}

p img {
	border:5px solid #17308A;
	float: left;
	margin-right: 10px;
} 

h1 {
	margin: 0;
	margin-bottom: 10px;
	font-family: Trebuchet MS;
	font-size: 16pt;
	color: #EEE;
	border: 1px solid #17308A;
	background-image:url(../images/heading.jpg);
	width: 450px;
	padding: 5px;
}

cite {
	display: block;
}

#container {
	width:760px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	border-top: none;
}

* html #container {
	height: 345px;
}

#content {
	padding: 15px;
	
	height: 100%;
	overflow: auto;
}

* html #content {
	position: relative;
	overflow: visible;
}

.page_section {
	margin-bottom: 10px;
	width: 450px;
	border: 1px solid #17308A;
	padding: 5px;
	background-color: #F9FAFB;
}

.page_section p {
	margin-top: 0;
}

#topnav {
	margin: 0;
}

#topnav li {
	float: right;
	list-style: none;
	width: 100px;
	height: 100px;
	background-image:url(../images/button.jpg);
	
}

#topnav li a {
	width: 100px;
	height: 100px;
	display: block;
	text-decoration: none;
}

#topnav li a span {
	color: white;
	font-family: Trebuchet MS;
	font-weight: bolder;
	font-size: 11px;
	float: right;
	margin-right: 5px;
	margin-top: 82px;
}

#header {
	width: 760px;
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#footer {
	width: 760px;

	text-align: right;
	background-image: url(../images/footerstrip.jpg);
}

div#footer div {
	width: 100%; 
	background-color: #0F236A;
	color: white;
	height: 40px;
	border-top: 3px solid #0033CC;
}

* html div#footer div p {
	padding-top: 10px;
}

div#footer a {
	color: #ddd;
}

div#footer p {
	font-size: 11px;
}

div#footer p.left {
	float: left;
	padding-left: 10px;
}

div#footer p.right {
	float: right;
	padding-right: 10px;
}

p#author_signature {

}

#logo {
	float: right;
}

.right_section {
	float: right;
	width: 250px;
	background-color: #F9FAFB;
}

.right_section div {
	border: 1px solid black;
	padding: 5px;

}

.right_section h1 {
	width: 240px;
}

.content_image {
	float: right;
	border: 5px solid #17308A;
	margin-bottom: 10px;
	width: 240px;
	height: 180px;
}

