@CHARSET "UTF-8";

html {
	background-color: #a5c77f;
	}
body {
	font-family: "Overlock SC", "myriad pro", sans;
	color: #42826c;
	letter-spacing: 1px;
	text-align: center;
	}
a {
	text-decoration: none;
	}
#container {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	position: absolute;
	margin-top: 15px;
	font-size: 140%;
	}
#main {
	position: absolute;
	margin-top: 90px;
	}
#left {
	float: left;
	width: 200px;
	}
#right {
	float: left;
	width: 400px;
	}
h2 {
	font-size: 120%;
	}
#characterSelect{
	list-style-type: none;
	margin-left: 20%;
	}
#characterSelect li {
	float: left;
	margin: 8px 8px 5px 8px;
	}
#characterSelect img {
	border: 2px solid transparent;
	}
#characterSelect img:hover {
	border: 2px solid #42826c;
	}
#characterBio {
	clear: both;
	list-style-type: none;
	text-align: left;
	margin-left: 24%;
	}
#changeType {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 90%;
	}
#changeType p {
	padding: 10px 5px;
	}
#changeType a {
	color: #a5c77f;
	}
#score, #newWord, #newCategory {
	margin: 0 10px;
	width: 100px;
	float: left;
	color: #a5c77f;
	background-color: #42826c;
	}
#score p {
	padding-left: 10px;
	text-align: left;
	}
#scoreTotal {
	color: white;
	}
#newWord:hover, #newCategory:hover {
	background-color: #002f32;
	}
#letters {
	clear: both;
	margin: 0 24px;
	padding-top: 15px;
	}
#letters a {
	color: #a5c77f;
	}
#letters p {
	float: left;
	background-color: #42826c;
	margin: 3px 6px;
	width: 20px;
	height: 20px;
	}
#letters p:hover {
	background-color: #002f32;
	}
#letterBoxes {
	position: absolute;
	margin-top: 340px;
	margin-left: 85px;
	font-size: 200%;
	color: #a5c77f;
	z-index: 100;
	}
#letterBoxes p {
	float: left;
	margin-left: 15px;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	}
#notifications {
	position: absolute;
	width: 478px;
	margin-top: 400px;
	margin-left: 50px;
	padding: 5px 10px;
	color: #a5c77f;
	text-align: left;
	font-size: 80%;
	border: 1px solid #a5c77f;
	z-index: 100;
	}
#notifyMe {
	color: white;
	}
#otherInfo {
	position: absolute;
	width: 600px;
	margin-top: 440px;
	font-family: "Basic", "myriad pro", sans;
	font-size: 90%;
	color: #a5c77f;
	z-index: 100;
	}
#otherInfo a {
	color: #a5c77f;
	}
#otherInfo a:hover {
	color: white;
	}
#botBox {
	position: absolute;
	margin-top: 410px;
	width: 100%;
	height: 150px;
	background-color: #42826c;
	z-index: 1;
	}