/* CSS for Another side Pages! */

body {
	background-color: #08084c ;
	color: white;
	margin: 0px;
	font-family: "Comic Sans MS", sans-serif;
	}

#wrapper {
	background-color: #6aa6d4;
	width: 950px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	margin: 0px auto 0px auto;
	}

#contentmain {
	border-top: 2px white solid;
	border-bottom: 2px solid white;
	height: 520px;
	background-image: url("side.gif");
	}

#content {
	border-top: 2px white solid;
	margin: 0px;
	}

.titlemain {
	height: 30px;
	border-left: 2px solid white;
	font-size: 18px;
	margin: 0px 0px 0px 298px;
	padding: 0px 0px 0px 8px;
	}

.title {
	width: 650px;
	font-size: 18px;
	margin: 0px 0px -20px 150px;
	padding: 0px 0px 0px 0px;
	}

#sidenav {
	border-right: 2px solid white;
	}

.sidebutton {
	padding: 25px;
	}

#Fen {
	border: 2px solid white;
	padding: 5px;
	margin: 10px;
	width: 430px;
	height: 400px;
	overflow: auto;
	float: right;
	
	}

#MD {
	border: 2px solid white;
	padding: 5px;
	margin: 10px;
	width: 430px;
	height: 400px;
	overflow: auto;
	float: left;]
	}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
	}

#daisy {
	text-align: center;
	margin-top: 400px;
	padding: 20px;
	margin: bottom: 5px;
	}

a:hover {
	color: #08084c;
	}

a:link {
	color: white;
	}


