/* HOME CSS */

body {
	margin: 0px;
	background: #ffffff url(bg.png) repeat;
	height: 100%;
}

.contentwrap {
	background-color: #ffffff;
	width: 885px;
	margin: 40px auto 40px auto;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 4px;
}

.linkwrap {
	margin-top: 50px;
	margin-left: 30px;
	height: 34px;
	width: 584px;
}

.tabtext {
	margin-left: 30px;
}

#logo {
	background-image: url(logo.png);
	width: 218px;
	height: 162px;
	float: right;
	margin-right: 55px;
	margin-top: 40px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 54px;
	margin-left: 38px;
	margin-top: 60px;
}

#subheader {
	font-size: 28px;
	margin-left: 4px;
}

.wiki {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	display: inline;
	
}

.orangetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	display: inline;
}

.content {
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-style: solid;
	border-color: #dfdfdf;
	border-top-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	display: inline;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.footer {
	font-size: 25px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #000000;
	border-style: solid;
	border-color: #e9d7a5;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#subjects {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}