body {
	font-family: Arial, Helvetica, sans-serif;
	background:#36C;
	background-image: url("../img/paper_bg.jpg");
	font-size:12px;

}

a {
	color: #98B2E5;
	text-decoration:none;
}

a:hover{
	color: #FFF;
	text-decoration:underline;
}

.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}

.spacer {
	clear: left;
	height:25px;
}

#container{
	margin:auto;
	width:900px;
}

.floatLeft, img.floatLeft  {
float:left;
}

.floatRight, img.floatRight  {
float:right;
}

img.floatLeft  {
margin: 0 11px 0 0;
}

img.floatRight  {
margin: 0 0 0 11px;
}



/**********************************/

#logoContainer{
width:600px;
margin:60px auto 0 auto;
}

#mainLogo{
padding: 0 0 125px 20px;
}

/*
#cube{
	float:left;
	padding:5px;
	width:220px;
	height:210px;
}

.block {
	float:left;
	border:2px solid white;
	margin:5px;
	width:95px;
	height:95px;
}
*/

/*********************************/
#masthead{
width:100%;
}

#masthead img{
float:left;
margin: 20px 20px 0 0 ;
}

#sectionImage{
	padding-top:17px;
}
/*********************************/

#pageBody{
	float:left;
	color:white;
	text-align:justify;
	width:100%;
}

#pageBody h4{
    font-size:150%;
	letter-spacing: 0.1em;
}

#caricature {
float:right;
margin: 5px 0 20px 20px;
}

/*********************************/

iframe{
width:100%;
height:660px;
clear:both;
}




 #navcontainer ul {
	line-height:1.2em;
	font-size:90%;
	padding: 10px 0 0 0;
	margin: 10px 0 25px 0;
	float: right;
	width: 100%;
	border-top:2px solid white;
	text-transform:lowercase;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	color: #98B2E5;
	text-decoration: none;
	float: right;
	border-left: 1px solid #98B2E5;
}

ul li#firstLink a {
border-left: 0 solid #36C;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
/*********************************/

.linkColumn{
	width:25%;
	float:left;
	margin:25px 0 0 0;
}

.linkItem{
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}

.linkItem a {
	text-transform:uppercase;
}

.linkBlock {
	float:left;
	border:2px solid white;
	margin-right:6px;
	width:65px;
	height:65px;
}

/*********************************/
.resumeItem{
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
}

.resumeDate{
	float:left;
	width:20%;
	font-weight:bold;
}

.resumeJob{
	width:79%;
	float:left;
}

.resumeJob span{
	font-weight:bold;
}
/*********************************/
#footer{
	color:white;
	font-size: 10px;
	letter-spacing:1px;
	float:left;
	padding:45px 0 25px 0;
}

.unlucky{
float:left;
margin:0 60px 40px 0;
}

.unluckySpecial{
padding:0.2em 1em 1em;
margin:40px 0 0 0;
background:#143FA8;
width:100%;
}