@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;

font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#BBCCAA;
color:#333333;
}

h1{
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
}
h2{
text-align:center;
margin: 0;
}

#maincontainer{
width: 900px;
margin:0 auto; /* centers on page */
}

#topsection{
height: 20px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 140px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
margin-left: -100%;
font-size:14px;
}

#footer{
clear: left;
width: 100%;
text-align: right;
padding: 4px 0;
font-size: 9px;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

div.button{
text-align: center;
width:100px;
border: solid #BBCCAA thin;
padding:1px;
margin:10px 0;
}
a:hover div.button{
border: solid #999999 thin;
padding:1px;
background-color: #DDDDDD;
}
div.button span{
background-color:#BBCCAA;
padding:5px;
display:block;
}

#leftcolumn a{
text-decoration: none;
font-weight: bold;
color: inherit;
}
a{
text-decoration: none;
color: inherit;
}
a:hover{
text-decoration: none;
color: inherit;
}

div.film{
float: left;
text-align: center;
width:124px;
border: solid #BBCCAA thin;
padding:1px;
margin:25px 7px;
}
a:hover div.film{
border: solid #999999 thin;
padding:1px;
background-color: #DDDDDD;
}
div.film span{
background-color:#BBCCAA;
padding: 2px;
display:block;
height:95px;
}
div.film span img{
border: none;
}
.indented {
  text-indent: 50px;
  display: inline;
}
.large {
  font-size: 17px;
  display: inline;
}
.arialblack {
  font-family: Arial Black,Arial,Helvetica,sans-serif;
  display: inline;
}
.larger {
  font-size: 24px;
  display: inline;
}
.small {
  font-size: 12px;
  display: inline;
}
div.right {
  float:right;
  margin-right: 50px;
  display: inline;
}
div.resume{
margin-left: 80px;
}
div.section{
}
div.section div{
float:left;
}
div.margin{
width:80px;
}
div.main{
}



