/* CSS Document Designed by Mark Hughes */

/* Designed for Desktop */
	
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url("images/BG.jpg");
}
	
div.header {
	position: absolute;
	left:0;
	top:0;
	height: 100px;
	width: 760px;
}
	
div.menu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
}
	
div.content {
	position: absolute;
	top: 100px;
	left: 150px;
	text-align: justify;
	font-size: small;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 610px;
}
	
div.images {
	float: right;
	max-width: 200px;
	min-width: 0px;
}
	
input {
	border: thin inset gray;
	background-color: White;
	color: black;
}
	
img.tab {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.tabspace {
	background-image: url("images/tabspace.gif");
	background-repeat: repeat-x;
	padding: 0px 32px 0px 32px;
}

div#pageinfo, div#editpage, div#editpictures, div#settings {
	display: none;
	background-color: #D4E5E6;
	margin-top: -3px;
	padding: 8px;
}

div.info {
	background-color: white;
	border: 1px solid Black;
	padding: 8px;
}
	
a:link.tab, a:link:hover.tab, a:link:active.tab, a:link:visited.tab{
	border-bottom-width: 0px;
}
	
p, h1, h2, h3, h4, h5, h6, h7, h8, a, ul, ol, li, td, th, abbr, div, input, textarea, strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
	
p, h1, h2, h3, h4, h5, h6, h7, h8, input, textarea, strong{
	margin-left: 10px;
	margin-right: 10px;
}
	
p, li{
	font-size: small;
	margin-top: 3px;
	margin-bottom: 3px;
	max-width: 620px;
}
	
h1, h2, h3, h4, h5, h6, h7, h8, strong{
	font-weight: bold;
}
	
h1, h2, h3, h4{
	position: relative;
	top: 0px;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}
	
h1{
	font-size: large;
}
	
h2{
	font-size: larger;
}
	
h3{
	font-size: medium;
}
	
h4{
	font-size: small;
}
	
ul, ol, li{
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 0px;
}
	
ol{
	list-style-type: lower-latin;
	margin-right: 8px;
}
	
ul{
	list-style-type: circle;
}
	
li{
	margin-top: 6px;
	margin-bottom: 6px;
}
	
abbr, def{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	cursor: help;
}
	
a:link, a:link:hover, a:link:active, a:link:visited{
	border-bottom-width: 1px;
	border-bottom-color: #6600FF;
	text-decoration: none;
	list-style-type: circle;
}
	
a:link, a:link:active, a:link:visited{
	border-bottom-style: solid;
}
	
a:link:hover{
	border-bottom-style: dashed;
}
	
li:link:hover{
	list-style-type: disc;
}
	
div.images{
	padding: 16px 0px 0px 16px;
	float: right;
	text-align: center;
	width: 200px;
}
	
img.thumb{
	border: 2px ridge white;
}

form {
	padding: 0px;
	margin: 0px;
}

input.button {
	border: thin outset ButtonFace;
	background-color: ButtonFace;
	color: ButtonText;
	width: 130px;
	text-align: center;
}