body {
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;

}

p {
	margin-top: 0px;
	padding-left:10px;
}

a {
	color: #a32626;
}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 155px;
	margin: 0px auto;
}



/* Logo */

#logo {
	width: 100%;
	height: 100px;
	text-align: center;
}

#page {

}

/* Content */

#content {
	float: left;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar-content {
	width: 250px;
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/middle.png);
}
#sidebar-top {
	width: 250px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 56px;
}

#sidebar-bot {
	width: 250px;
	height: 100px;
	float: left;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
}
#sidebar h2 {
	font-size: 1.4em;
	padding: 20px;	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 20px;
	bottom: 20px;
	height: 33px;
	height: 33px;
	height: 33px;
}

#Nav a {
	text-decoration: none;
}

#Nav a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
#Leftside {
	float: left;
	width: 47%;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#rightside {
	float: right;
	width: 47%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#sidebar-content li {
	padding-bottom: 3px;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#Nav {
	margin-bottom:0;
	margin-top:0;
	line-height:22px;
	vertical-align:bottom;
	list-style-type: none;
	text-decoration: none;
	
}
#Nav li {

}
#page {
	width: 100%;
	float: right;
}
