body {
	background: url(images/littlemiss_bg.png) ;
	font: 11px Arial, Helvetica, sans-serif;
	color: #676C66;
	line-height: 25px;
	letter-spacing: 1pt;
	}

/* *** STYLES AND ATTRIBUTES *** */
.intro {
	text-align: left;
	background: url(images/boxbg.png) repeat;
	width: 240px;
	margin: 0 auto;
	color: black;
	}

.linkback {
	text-align: center;
	background: url(images/boxbg.png) repeat;
	width: 240px;
	margin: 0 auto;
	color: black;
	}

p {
	padding: 2px;
	text-indent: 15px;
	}

b, strong {
	font-style: bold;
	color: #1d9f76;
	text-transform: uppercase;
	}

i, em {
	color: #ce044e;
	font: italic 11px Georgia, Times New Roman, serif;
	}

.divider {
	text-align: center;
	background: url(images/divider.png) no-repeat center;
	height: 60px;
	}

h1, h2, h3 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #ce044e;
	border-bottom: 1px solid #ce044e;
	padding-bottom: 3px;
	text-indent: 15px;
	}

a, a:link {
	color: #273118;
	border-bottom: 1px solid #c5758e;
	text-decoration: none;
	}

a:hover {
	color: #273118;
	border-bottom: 1px dashed #ce044e;
	text-decoration: none;
	}

input, textarea, select {
	padding: 3px;
	border: 0px;
	background: url(images/boxbg.png) repeat;
	color: black;
	}

.codesort img {
	text-align: center;
	padding: 3px;
	text-indent: 0px;
	}

/* *** YUP *** */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/littlemiss.png) top left no-repeat;
	height: 370px;
	width: 600px;
	}

#navigation {
	position: absolute;
	top: 95px;
	left: 444px;
	width: 155px;
	}

	#navigation a.nav, a.nav:link, a.nav:visited {
			font: bold 14px Georgia, Times, serif;
			color: #dfef7f;
			background-color: rgba(121, 134, 37, 0.7);
			padding: 5px;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			margin-bottom: 2px;
			border: none;
			}

		#navigation a.nav:hover {
			font: bold 14px Georgia, Times, serif;
			color: #363333;
			background-color: rgba(179, 191, 100, 0.7);
			padding: 5px;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			margin-bottom: 2px;
			border: none;
			}

#content {
	position: absolute;
	top: 350px;
	left: 50px;
	width: 382px;
	text-align: justify;
	}

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

