html, body, #wrap {
height: 100%;
}

body > #wrap {
height: auto; min-height: 100%;
}

#main {
padding-bottom: 150px;
}

#footer {
position: relative;
margin-top: -150px;
height: 150px;
clear:both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ * html 
.clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */ 

body {
color: black;
background-color: #EDE5C2;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
margin: 0;
padding: 0;
}

#left {
float: left;
width: 25%;
margin-left: 1%;
}

#middle {
float: left;
width: 40%;
margin: 0 4%;
}

#right {
float: left;
width: 25%;
margin-left: 0%;
}

#footer {
clear: left;
width:100%;
}

p {
font-size: 14px;
text-align: left;
}

p.note {
font-size: 10px;
}

p.links {
text-align: center;
font-size: 13px;
font-weight: bold;
}

table {
font-size: 14px;
}

table.budgets {
font-size: 14px;
background-color: #FFFFFF;
}

table.victims {
font-size: 11px;
background-color: #FFFFFF;
}

h1 {
text-align: center;
font-size: 29px;
margin-top: 12px;
margin-bottom: -50px;
}

h2 {
font-size: 19px;
}

h3 {
font-size: 14px;
}

ul {
font-size: 14px;
}

blockquote {
margin: 0 14% 0px 14%;
color: black;
background-color: #E7CD83;
font-size: 14px;
text-align: left;
padding-left: 25px;
padding-right: 25px;
}

blockquote.interview {
background-color: #e3d0aa;
margin: 0% 30% 0% 30%;
}

blockquote.iran {
background-color: #e3d0aa;
margin: 0% 21% 0% 21%;
}

.speaker {
text-align: right;
}

#iran {
text-align: center;
}

th {
text-align: center;
}

th.currency {
text-align: right;
font-size: 11px;
font-weight: bold;
}

th.spending {
font-size: 18px;
}


th.casualties {
font-size: 17px;
}

td.rank {
text-align: center;
}

td.country {
text-align: left;
}

td.spending {
text-align: right;
}

td.deaths {
text-align: right;
}

ul.bases {
list-style-position: inside;
text-indent: 10%;
}

#home {
text-align: center;
font-size: 13px;
font-weight: bold;
}

a:link {
color: #8E1D00;
text-decoration: none;
}

a:visited {
color: #B35900;
text-decoration: none;
}

a:hover {
color: #8E1D00;
text-decoration: underline;
}

a:active {
color: #8E1D00;
text-decoration: none;
}