@import url("reset.css");
@import url("thickbox.css");

body {
	background: #000000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

#wrapper {
	margin: 0 auto;
	width: 86em;
	text-align: left;
	font-size: 1em;
	padding: 5px;
	color: white;
}

/*============================
            HEADER
============================*/
#header {
	padding: 0;
	border-bottom: solid white 3px;
	padding-bottom: 10px;
}
#header img {
    float: right;
}
#header h1 {
	font-weight: bold;
	font-size: 5.5em;
	padding-top: 40px;
}
/*============================
            CONTENT
============================*/
#content-wrapper {
	width: 86em;
    height: auto;
    clear: both;
    border-top: solid white 1px;
    border-bottom: solid white 1px;
    margin: 5px 0;
}
#content-wrapper ul {
    float: right;
}
#content-wrapper li {
    float: left;
    margin-left: 50px;
    margin-top: 5px;
}
#content-wrapper li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
}
#content-wrapper h2 {
	font-weight: bold;
	font-size: 2.5em;
	margin-top: 5px;
}
#content-wrapper p {
    font-size: 1.2em;
    padding-top: 10px;
    line-height: 1.2em;
}
#content-center {
    clear: both;
}
#content-center h3 {
    font-size: 2.5em;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
    clear: left;
}
#content-center h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 20px;
}
#content-center p {
    font-size: 1.4em;
    letter-spacing: .02em;
    padding: 10px 0px 30px 0px;
    width: 600px;
    line-height: 1.2em;
}
#content-center div a img {
    padding: 2px;
}
#content-center div a {
    margin-right: 50px;
    border: solid black 2px;
    display: block;
    float: left;
}
#content-center div a:hover {
    border: solid white 2px;
}
#content-left div p,
#content-right div p {
    padding-bottom: 0px;
}
#content-right {
    float: right;
    width: 42.5em;
    padding-top: 20px;
}
#content-left {
    float: left;
    width: 42.5em;
    padding-top: 20px;
}
#content-left div,
#content-right div {
    text-align: center;
    padding: 20px 0;
    height: 35em; 
}
#content-left div h2,
#content-right div h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding: 10px;
}
#content-left div a,
#content-right div a {
    text-decoration: none;
}
#content-left hr,
#content-right hr,
#content-center hr {
    width: 50%;
    border: none;
    border-top: solid #757D88 1px;
    margin-right: auto;
    text-align: center;
    background-color: black;
    color: black;
}
#content-center hr {
    margin-right: 0;
    margin-left: 100px;
    text-align: left;
}
#content-left div p,
#content-right div p {
    font-size: 1.4em;
    letter-spacing: .02em;
    padding: 10px 3em;
}
/*============================
        CONTENT TEXT
============================*/

#content-inner p {
    font-size: 1.2em;
}
#content-inner em {
    font-style: italic;
}
#content-inner div em /*This is for credits under pictures*/{
	font-size: 1.1em;
	padding: 0;
	display: block;
	padding: 2px 0;
	text-align: center;
}
#content-inner strong {
	font-weight: bold;
}
#content-inner .nounderline {
	text-decoration: none;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #959595;
}
a:active {
	color: #FFF;
}
/*============================
        FOOTER BAR
============================*/
#footer {
    clear: both;
    border-top: 3px white solid;
}
#footer p {
	font-size: 1em;
	padding-top:20px;
	margin-left: 35em;
}

