/* CSS Document */
html {
	background: url(images/topfade.gif) repeat-x top left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	color: #27319C;
}

a {
	color: #BD7B1C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	clear:both;
}

p {
	clear: both;
}

div#phrase {
	z-index: 2;
	position: absolute;
	width: 165px;
	height: 165px;
	top:0px;
	left: 0px;
	background: transparent url(images/phrase.gif) no-repeat top left;
}

div#header {
	z-index:1;
	background: transparent url(images/header.gif) no-repeat top left;
	position:absolute;
	top:80px;
	left:15px;
	width: 650px;
	height: 240px;
}

div#content {
	width: 625px;
	margin: 320px 0px 25px 60px;
	position: absolute;
	left: 12px;
	top: 38px;
}

div#content p {
	border-left: 2px solid #D7DAF8;
	padding-left: 20px; 
	margin-left: 15px;
} 

div#content ul.buttons {
	display: inline;
	list-style-type: none;
}

div#content ul.buttons li {
	display: inline;
}

div#content a.tenthings {
	width: 300px;
	height: 120px;
	display: block;
	float: left;
	background: transparent url(images/10things.jpg) no-repeat top left;
}

div#content a.tenthings:hover {
	background: transparent url(images/10thingsro.jpg) no-repeat top left;
	display: block;
	text-decoration: none;
}

div#content a.update {
	width: 300px;
	float: right;
	height: 120px;
	display: block;
	background: transparent url(images/updated.jpg) no-repeat top left;
}

div#content a.update:hover {
	background: transparent url(images/updatedro.jpg) no-repeat top left;
	text-decoration: none;
}

div#content ul.contact {
	list-style-type: none;
	padding-bottom: 0;
}

/*------------------------------------------- =Footer ----*/
div#content div#footer {
	width: 625px;
	height: 60px;
	background: transparent url(images/footer.gif) no-repeat top center;
}

div#content div#footer p {
	margin: 0px;
	padding: 22px 0px 0px 40px;
	font-size: 10px;
	color: #fff;
	border: none;
}

div#content div#footer a {
	color: #CC0;
}

/*------------------------------------------- =Classes & Span ----*/
div.thesisContent a {
	color: #27319C;
}

.thesis li {
	padding-bottom: 7px;
}

span.firstletter {
	font-size: 1.2em;
}

span.hidden {
	visibility: hidden;
}

span.italic {
	font-style:italic;
}

span.bold {
	font-weight: bold;
}

span.bolditalic {
	font-weight: bold;
	font-style: italic;
}
