@charset "utf-8";


* { margin: 0; padding: 0; }
body {
	background:url(images/starbg.png);
	font-family: "Comic Sans MS";
}
img {
	margin:5px;
	border:solid 1px
}

#container {
	width: 700px;
	margin:0 auto;
	border: 1px solid #000000;
	margin-top: 10px;
}
#header {
	margin: 5px;
	background-color: #FFFFCC;
	border: dotted 1px;
}
#main{
	font-size: large;
	height:auto;
	border:dotted 1px;
	margin: 5px;
	background-color: #FFFFCC;
	
}
#content {
	padding: 0 20px;
	margin: 10;
}



#footer{
	clear:both;
	text-align:center;
	border: 1px dotted #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFCC;
}

/* footer legalnotic and other */
#legalnotice {
	font-size: small;
	text-align: center;
	margin: 5px;
}

#legalnotice a:link, #legalnotice a:visited{
	color: #da2;
}
#legalnotice a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #ffa;
}

/* picture postioning */
.img1 {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	text-align: center;
}
.button {
	border: none;
}


.img2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
	
.img3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:right;
	}
/* end picture postioning */



/* page number style*/
	
.page {
	font-size: small;
	float: right;
}
/*definition*/
.vc {
	font-weight: bold;
	color: #0000FF;
}
hr {
	margin: 5px;
}
.def {
	font-size: medium;
}
.tommy {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
