/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #e4dec5;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 5px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

h1 {
	font-family: Georgia, Times, serif; 
	color: #6d8fcf; 
	text-align: center; 
	font-size: 24px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #BB7C3E; 
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
}

h3 {
	font-family: "Arial", "Comic Sans MS", Arial, sans-serif; 
	color: #5B002E; 
	text-align: center; 
	font-size: 14px; 
	font-weight: bold; 
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5B002E; 
}

h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	text-align: left;
	font-size: 16px; 
	font-weight: bold; 
	color: #5b002e; 
}

h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	text-align: justify;
	font-size: 14px; 
	font-weight: normal; 
	color: #5B002E; 
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	border: 1px solid #000;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
}

.sitename {
	background: ;
	color: #ffffff;
	font-family: Georgia, Times, serif; 
	text-align: center; 
	font-size: 26px; 
	font-weight: bold; 	
	width: 250px;
}

.mainwide {
	width: 750px; 
	padding: 10px; 
	text-align: justify; 
	vertical-align: top; 
}
