/* Maximum browser compatibility gained by absolute positioning      */
/* Price for this are absolutely unelegant pixel precise definitions */

#template {
	width: 481px;
	height: 479px;
	background-image: url("images/layout1_front.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

body {
	color: black;
	background-color: white;
}

/*  divColumnTemplate size is for all JavaScript calculations   */
#divColumnTemplate, #templateColumn1, #templateColumn2 {
	width: 226px;
	height: 386px;	
}

#templateColumn1 {
	left: 7px;
	top: 51px;
	position: absolute;
}
#templateColumn2 {
	left: 234px;
	top: 51px;
	position: absolute;
}
#templateHeader {
	left: 7px;
	top: 6px;
	width: 453px;
	height: 45px;
	position: absolute;
}

#templateInfo, #templateDate, #templatePreviousLinkHolder {
	display: none;
}

#templateDate{
	position: absolute;
	top: 27px;
	right: 5px;
}

#templateNextLinkHolder {
	position: absolute;
	left: 7px;
	top: 437px;
	width: 454px;
	height: 20px;
	text-align: right;
}
#templateNextLink {
	background-image: url("images/layout1_right_close.gif");
	background-position: top right;
	background-repeat: no-repeat;

	position: absolute;
	height: 21px;
	top: 0px;
	right: 0px;

	text-decoration: none;
	padding-right: 22px;
	padding-top: 3px;
}
#templateNextLink:hover {
	background-image: url("images/layout1_right_open.gif");
}


#header {
	background-color: #666;
	margin: 3px;
}

h1 {
	margin: 0px;
	padding-top: 9px;
	padding-left: 5px;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
}

h1 a, h1 a:hover, h1 a:visited, h2 { 
	color: white;
	text-decoration: none;
}

#navigation a, #footer a {
	text-decoration: underline;	
}

h2 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 7px;
	font-size: 11px;
	font-weight: normal;
}

p, ul, ol, form {
	background-color: #efefef;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
}
ul {
	list-style-position : inside;
	list-style-type : square;
}
p {
	color: black;
}
img{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: -3px;
}
a:visited{
	text-decoration: line-through;
}


#templateHeaderNav {
	padding-bottom: 9px;
}

#templateHeaderNav, #templateFooterNav {
	background-color: white;
	position: absolute;
	text-align: center;
}
#templateHeaderNav a, #templateFooterNav a {
	font-weight: bold;
}


#templateHeaderNav a:visited, #templateFooterNav a:visited {
	text-decoration: underline;
}
#preloader {
	border: 1px solid black;	
}


#guestbook {
	text-align: center;
}

#guestbook input, #guestbook textarea{
	font-family: monospace;
	font-size: 11px;
	width: 180px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
