@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0; /* this is the key! */
	height: 100%;
	background-size: 100%;
	background-attachment: fixed;
	background-image: url(../backgrounds/rotate.php);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
} 


#wrapper{
	width:800px;
	margin: 0 auto;
	height: 800px;
}

#lsideshadow{
	width: 15px;
	float: left;
	background-image: url(../Common/images/jakcamx_04.gif);
	height: 200px;
}

#rsideshadow{
	width: 15px;
	float: left;
	background-image: url(../Common/images/jakcamx_06.gif);
	height: 200px;
}

#header{
	height: 164px;
	width: 800px;
	float: left;
}

#inpage{
	width: 800px;
	float: right;
	background-image: url(images/p);
}


#content{
	width: 596px;
	float: left;
	margin-right: 14px;
	margin-left: 15px;
}

#article{
	width: 586px;
	padding: 5px;
}

#rightcolumn{
	width: 150px;
	float: left;
	padding: 6px;
}

#footer{
	background-color: #00FF99;
	float: left;
	width: 800px;
	background-image: url(../Common/images/jakcamx_13.jpg);
	height: 15px;
}

.menutexts{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #262340;
}

.menutextsdead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
}

.menutexts A:link{
	color: #262340;
}

A:link{
	text-decoration: none;
	color: #CC0000;
}
.article {
	padding: 5px;
}

A:hover{
	text-decoration: underline;
}
.imagelay1 {
	padding: 5px;
	margin: 5px;
	float: left;
}
.clear {
	clear: left;
}

.date{
	color: #999999;
}

.contformlabel{
	font-weight: bold;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
