/* Layout */
body {
background: #000 url(../_img/iebg.jpg) repeat-x center top;
padding:0;
margin:0;
color: #ffffff;
font: normal 17px/22px "Trebuchet MS", Tahoma, "Arial Narrow", Sans-serif;
}

#container {
width:800px;
margin:0 auto;
padding:0;
}

#logo {
background: url(../_img/ielogo.png) no-repeat center center;
width:527px;
height:108px;
margin:180px auto 10px auto;
}

/* Navigation */
#info li {
display:inline;
padding:0 59px;
}

#info {
margin-left:100px;
padding:72px 0;
list-style:none;
width:511px;
}

#subsections {
text-transform:uppercase;
font-size:22px;
margin:30px auto;
}

#subsections li {
display:inline;
padding:0 20px;
}

/* Headers*/
h1 {
display:none;
}

h2 {
font-variant:small-caps;
text-align:center;
color:#ca272f;
margin:6px 0;
font: normal 25px/22px Times, "Times New Roman", serif;
font-variant: small-caps;
}

/* Pseudosections */
#toggle_about, #toggle_contact {
font-size:14px;
line-height:20px;
background:#000;
color:#dfdfdf;
border:1px dashed #fff;
padding:5px 10px;
margin-bottom:10px;
}

.cinfo {
width:25%;
margin:10px auto;
}

.cinfo td {
vertical-align:top;
}

.thead {
width:20%;
text-align:center;
color:#f4e895;
}

.center {
text-align:center;
}

.right {
text-align:right;
text-transform:uppercase;
font-size:12px;
margin:0;
}

span {
color:#7e7e7e;
}

/* Links */
a:link, a:visited, a:active {
color:#de6f6f;text-decoration:none;outline:none;
}
a:hover{
color:#e1918b;text-decoration:none;outline:none;
}

#subsections a {
color: #edd699;
}

#subsections a:hover {
color:#fff;
border-bottom:1px dashed #d41a2b;
}

#toggle_about a:hover, #toggle_contact a:hover {
color: #ac714c;
}