/* CSS Document */

.notepad{
	position:relative;
	width:100%;
	height:1400px;
	z-index:3;
	background-image: url(images/notepad_grey.gif);
	padding: 0%;
	background-repeat: repeat-x;
}
.intro{
	position:relative;
	width:100%;
	z-index:0;
	layer-background-color: #CCCCCC;
	text-align: justify;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	margin-left: 0px;
	padding: 0%;
}
.futuretext{
	position:relative;
	width:360px;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	padding: 8px 1% 1%;
	height: 198px;
}
#community{
	position:absolute;
	width:360px;
	right: 600px;
	left: 374px;
	top: -1px;
	padding: 8px 1% 1%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000033;
	z-index: 8;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000033;
	height: 198px;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #FF0000;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #FF0000;
	background-color: #FFFFFF;
}
.intro h1{
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.style1 {
	color: #CC0000;
	padding-bottom: 1px;
	padding-top: 1px;
}
.style2 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.style4 {
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	font-family: "Comic Sans MS";
	line-height: 30px;
	padding-top: 10px;
}
.style5 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS";
	line-height: 20px;
}
td {
	font-family: "Comic Sans MS";
	font-size: 15px;
	text-align: left;
	line-height: 16px;
	padding: 0px;
	height: 50px;
}
td img {
	border: 2px none #000033;

}
li {
	padding-bottom: 10px;
}
#notes{
	position:absolute;
	width:437px;
	height:309px;
	z-index:3;
	left: 29px;
	top: 60px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C7A17A;
	padding-right: 7px;
}
#photos{
	position:absolute;
	width:275px;
	height:559px;
	z-index:4;
	left: 481px;
	top: 52px;
}
hr {
	border: 3px dashed #000033;
}
