/*   global definitions   */
a img {
	border: none;
}

table {
	color: #FFFFC7;
	font-family: Georgia, "Times New Roman", Serif;
}

td {
	vertical-align: bottom;
	padding: 5px 10px;
}

.sig {
	text-align: right;
}



/*   body and all div definitions   */
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: black;
	text-align: center;
	height: 100%;
}

div#all {
	text-align: left;
	margin: 0px auto;
	width: 775px;
	height: 100%;
}

div#header {
	margin: 0px auto;
	text-align: center;
	height: 102px;
	overflow: hidden;
}

div#header img {
	padding: 0px;
	margin: 0px;
}

div#header a {
	text-decoration: none;
}



/*   top menu definitions   */
div#topmenu {
	margin: 0px; auto;
	height : 70px;
	font-family: "Quick Type", Tahoma, Arial, Sans-serif;
	font-size: .9em;
	color: #B3B363;
	text-align: center;
	vertical-align: text-bottom;
	letter-spacing: .25em;
}

div#topmenu ul{ 
	padding: 0px;
	margin: 0px;
}

div#topmenu li {
	padding: 0;
	margin: 0 15px 0 15px;
	display: inline;
	list-type: none;
	float: left;
}


div#topmenu a, a.topout {
	display: block;
	height: 70px;
	width: 140px;
	text-decoration: none;
	color: #B3B363;
	border-top: 1px solid black;
	background-image: none;
}

div#topmenu span {
	display: block;
	margin: 45px 0 0 0;
}

div#topmenu a:hover {
	text-decoration: underline;
	background-image: url('images/menumouseover.png');
}



/*   left menu definitions   */
div#leftmenu {
	font-family: Georgia, "Times New Roman", Serif;
	color: #FFFFC7;
	width: 180px;
	height: 100%;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 15px;
	float: left;
	text-align: left;
}

div#leftmenu ul {
	padding: 0px;
	margin: 0px;
}

div#leftmenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#leftmenu a {
	color: #FFFFC7;
	text-decoration: none;
}

div#leftmenu a:hover {
	text-decoration: underline;
}



/*  right picture definitions   */
div#pictures {
	float: right;
	width: 200px;
	height: 200px;
	text-align: right;
	height: 100%;
}

div#pictures img {
	padding: 0;
	margin-top: 15px;
}



/*   content definitions   */
div#content {
	width: 580px;
	margin-top: 15px;
	color: #FFFFC7;
	font-family: Georgia, "Times New Roman", Serif;
	float: left;
	text-align: left;
}

div#content h1 {
	font-size: 1.25em;
	font-weight: normal;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: normal;
}

div#content p {
	color: #919191;
	font-family: "Quick Type", Tahoma, Arial, Sans-serif;
}

div#content ul {
	list-style-type: none;
}

div#content li {
	list-style-type: none;
}


div#content li.title {
	font-size: 1.25em;
	font-weight: bold;
	list-type: none;
}

div#content a {
	color: #FFFFC7;
}