  
/*

  <!--img.left { margin: 5px;
    float: left;
    }  
 
  .right { margin: 5px;
    float: right;
    }

  .plain { border: 0px none ;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    }-->



  .animation { width: 300px;
    }
  
  .heading { font-size: 200%;
    color: #FFE2C6;
    }
	

 



  .bodytext { margin: 0px 5px;
    width: 80%;
    salign: center;
    }


  

  #plain { color: #FFE2C6;

  }


 
  #lcorner { position: absolute;
    left: 0px;
    }

  #cv { position: absolute;
    left: 620px;
    top: 21px;
    }

  #resume { position: relative;
    top: -40px;
    left: 2px;
    font-family: Georgia,serif;
    color: rgb(52, 19, 8);
    }

  #logo { position: absolute;
    top: 20px;
    }

  
  
  #headerTopLink{
	  position: relative;
	  top:0px;
  }
  #headerBottomLink{
	  position: relative;
	  top:130px;
  }

*/
.entry {
clear:both;
float:left;
}
.entry img {
float:left;
margin-right:20px;
margin-bottom:20px;
}

#headingLinks {
	position:relative;
	top:90px;
	left:30px;
    font-family: Georgia,serif;
    color: #6e6cff;
}
#footerLinks{
	position:relative;
	top:78px;
	color:#000000;
}

#charles { 
	position: relative;
    left: 450px;
    font-size: 23pt;
    font-family: Georgia,serif;
    color: #6e6cff;
	text-align: left;
    }

#brandt {
	position: relative;
    left: 500px;
    font-size: 23pt;
    font-family: Georgia,serif;
    color: #6e6cff;
	text-align: left;
}
#resumeLink {
	position: absolute;
	left:450px;
	top: 130px;
}

	

	
/*Everthing after this is stuff you need to keep*/
body { 
	margin: 0px;
	padding: 0px;	
	background-image: 	url('images/bkgd_stripe.gif');
	background-color:#010029;
	background-repeat: repeat;
	color: #ffffff;
	font-size:108%;
}

a { 
	color: #9b7d48;
	text-decoration: none;
	font-family: Georgia,serif;
}

#smallheading { font-size: 120%;
   color: #6e6cff;
}
	

h2{color: #6e6cff;
text-align:left;}

h3{color: #6e6cff;
text-align:left;}

ul{
display: block;
float: left;
margin: 0;
list-style: none;
padding: 4px 4px 9px 4px;
/*border: 1px solid #ccc;
border-top-color: #eee;
border-right-color: #ddd;
border-bottom-color: #bbb;
background-color: #fff;
text-align: center;*/
}
ul img{
display: block;
margin-bottom:10px;
margin-left:25px;
}
ul h2{
text-align: center;
}
li{
margin: 0;
padding: 5;
float: left;
}

li.small{
width:200px;
height:300px;
}

li.med{
width:300px;
}

#wrapper { 
	margin: 0px auto;
    width: 100%;
}

#content {
	width:90%;
	margin-left: auto ;
	margin-right: auto ;
	margin-top:45px;
	margin-bottom:30px;
}

#header { 
	height:160px;
	border: 0px none ;
	margin: 0px;
	margin-bottom:20px;
	padding: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#footer { 
	width:100%;
	height:147px;
	clear:left;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:#000000;
}
	
	