
body {
	margin: 0px;
	padding: 0px;


}
.bodystyle {

	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000;
}

img {
	border-color:#999999;
	padding: 0px;}


	
tr, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10pt;
  color            : #4E4E4E;
}
p {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10pt;
  color            : #4E4E4E;
}

hr {
	background-color: #CCCCCC;

}


h1 {
 font-family: Verdana, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
}
h2 {
 font-family: Verdana, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #253c98;
}
h3 {
 font-family: Verdana, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #CC3300;
}

h4 {
 font-family: Verdana, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #CC3300;
}



.rot {
	color: #cd3403;
	font-size: 14px;}



/* DIVS */

#box{
	position: relative;
	width:960px;
	z-index: 0;
	margin:0px;
	padding-left: 0px;
	text-align: left;
	background-color:#3b3e3f;
}



	
#header{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 243px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	z-index: 2;
}


	
#container {
	width: 960px;
	margin: 0px auto;
	min-height: 600px;
}	
#navi{
	float:right;
	text-align: right;
	position:relative;
	width: 100%;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	color:#666;
	font-size: 12px;
	margin-right: 5px;
}
#content{
	float:left;
	left: 0px;
	z-index: 4;
	overflow: hidden;
	width: 787px;
	

}

.toptext {
	width: 600px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
	color: #dbbd62;
	font-family: "Lucida handwriting", "Comic Sans MS", cursive ;
	font-size: 18px;
	font-stretch:expanded;
	line-height: 25px;
	font-weight: normal;}


#footer{
	clear:all;
	position: relative; 
	width: 960px;
	margin-right: 0px;
	height: 95px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	z-index: 2;
	color:#999999;
	font-size: 11px;
	text-align:center;
	line-height: 20px;

}

a:link, a:visited{
	color: #ccc;
	text-decoration: none;
}
a:hover{
	color: #c95a22;
}
a.copylink:link, a.copylink:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.copylink:hover{
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: #253c98;
}

