/* BODY
------------------------------------------------*/

body {
	background-color: #000;
	background-image: url(../images/background-texture.jpg);
}

/* HEADER
------------------------------------------------*/

#header
{
width: 980px;
margin: 20px auto;
}


/* SPLASH
------------------------------------------------*/

#container
{
width: 920px;
margin: 40px auto;
}

#photo
{
float: left;
display: inline;
width: 500px;
}


#splash
{
margin-left: 20px;
float: left;
color: #666;
width: 670px;
}


#splash #web
{
font: 34px Garamond, Georgia, 'Bookman Old Style', serif;
margin-top: 4px;
padding-bottom: 20px;
font-weight: 900;
line-height: 1.1;
border-bottom: 1px solid #666;
}

#splash #web .red
{
display: inline;
color: #ae051e;
}

#splash #oldman
{
padding-left: 0px;
padding-bottom: 20px;
margin-top: 20px;
font: 18px Tahoma,Arial,Verdana,sans-serif;
line-height: 110%;
border-bottom: 1px solid #666;
}

#splash #oldman a
{
padding-left: 2px;
padding-right: 500px;
color: #B20EC6;
text-decoration: none;
}

#splash #oldman a:hover
{
color: #000;
background-color: #B20EC6;
padding-left: 2px;
padding-right: 500px;
}

#splash #words
{
margin-top: 20px;
font: 14px Tahoma,Arial,Verdana,sans-serif;
}

#splash #enter
{
margin-top: 20px;
font: 30px Garamond, Georgia, 'Bookman Old Style', serif;
font-weight: bold;
text-align: right;
}

#splash a
{
padding-left: 2px;
padding-right: 2px;
color: #729CEF;
text-decoration: none;
}

#splash  a:hover
{
color: #000;
background-color: #729CEF;
padding-left: 2px;
padding-right: 2px;
}

/* CONTENT
------------------------------------------------*/

#content
{
overflow: hidden;
width: 980px;
margin: 30px auto;
}

#content ul
{
font: 14px strong Verdana, Geneva, sans-serif;
color: #333333;
list-style-type: none;
text-align: left;
padding: 0;
margin: 0;
}

#content li
{
padding: 6px 0 6px 0;
}

#content ul li a
{
font: 28px strong Garamond, Georgia,'Bookman Old Style', serif;
display: inline-block;
background: url(../images/redtxt_bg.gif) repeat-x left center;
font-weight: 600;
text-decoration: none;
letter-spacing: 0.4px;
color: #333333;
padding: 0 10px 0 0;
}

#content ul li a:hover
{
color: #ae051e;
}

#content .quote
{
font: 20px strong Garamond, Georgia,'Bookman Old Style', serif;
font-weight: 800;
color: #333333;
text-decoration: none;
border-left: 10px solid #ae051e;
padding-left: 10px;
}

#content .quotename
{
font: 16px strong Garamond, Georgia,'Bookman Old Style', serif;
font-weight: 800;
color: #333333;
text-decoration: underline;
text-align: right;
margin-top: 10px;
}

#content .return
{
width: 100px;
float: right;
text-align: right;
}

#content .prevnext
{
width: 100px;
float: left;
text-align: left;
}

#content #nav
{
overflow: hidden;
margin-top: 18px;
}

#content #slideshow
{
height: 750px;
}

#content a
{
font: 16px Tahoma,Arial,Verdana,sans-serif;
text-decoration: none;
background-color: #ae051e;
color: #000;
padding: 0 1px 0 1px;
}

#content a:hover
{
color: #ae051e;
}

#content img
{
text-align: center;
border: 20px solid #fff;
margin: 20px 0 0 0;
}



/* FOOTER
------------------------------------------------*/

#footer
{
font: 10px Tahoma,Arial,Verdana,sans-serif;
clear: both;
text-align: right;
width: 980px;
padding-top: 6px;
margin: 20px auto;
border-top: 1px solid #000;
}

#footer a
{
color: #000;
text-decoration: underline
}

#footer a:hover
{
color: #fff;
text-decoration: none;
}