*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}

body
{
margin: 0;
padding: 0;
border: 0;
color: black;
background: #989898 url(graphics/bg_body.jpg) top center repeat-y;
}

#container
{
margin: 0 auto;
width: 900px;
font: 90% Arial, Helvetica, sans-serif;
}

#header
{
margin-top: 10px;
height: 50px;
background: white url(graphics/logo.jpg) no-repeat scroll left;
}

#header h1
{
position: absolute;
left: -1000px;
width: 900px;
}

#search
{
float:right;
padding: 20px 2px 0 0;
}

#dailyquotes
{
padding: 0 0 5px 5px;
font-weight: bold;
}

#navigation
{
float: left;
width: 900px;
background: #333;
}

#navigation ul
{
margin: 0;
padding: 0;
}

#navigation ul li
{
list-style-type: none;
display: inline;
}

#navigation li a
{
display: block;
float: left;
padding: 3px 15px;
color: #fff;
text-decoration: none;
border-right: 1px solid #fff;
}

#navigation li a:hover { background: black; }

#content-container
{
float: left;
width: 900px;
background: white;
}

#content
{
clear: left;
float: left;
width: 565px;
padding: 20px 0;
margin: 0 0 0 5px;
display: inline;
}

#content h2
{
margin: 0;
color: #333;
}

#content b {color: #333;}

a:link, a:visited, a:active, a:focus
{
color: black;
font-weight: normal;
text-decoration: underline;
}

a:hover
{
color: #940F04;
font-weight: normal;
text-decoration: underline;
}

.date {color: #940F04; font: 90% Verdana;}

.picture {border: 0px;}

.picture img
{
background-color: white;
float: left;
padding: 2px;
margin: 0 10px 0px 0;
border: 1px solid #333;
}

.carousel
{
border: 1px solid black;
padding: 5px 0 0 5px;
background-color: #333;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.carousel button.prev
{
margin: 10px 5px 10px 2px;
padding: 10px;
background: silver url(graphics/previous.png) no-repeat scroll center;
}

.carousel button.next
{
margin: 10px 10px 10px 0;
padding: 10px;
background: silver url(graphics/next.png) no-repeat scroll center;
}

hr {margin: 30px 0px; clear: left;}

textarea
{
width: 556px;
height: 95px;
font-weight: bold;
color: white;
background-color: black;
border: 2px solid;
border-color: gray;
}

#sidebar
{
float: right;
width: 300px;
padding: 7px 0;
margin: 0;
display: inline;
}

#socicons {margin: 0 0 0 -5px;}

#socicons img
{
margin: 0 -5px 0 0;
border: 0;
width: 60px;
height: 60px;
}

#sidebar h4
{
font-size: 110%;
margin: 0 0 10px 7px;
color: #333;
}

#links ul
{
font-size: 85%;
margin: 0 0 20px 7px;
padding: 0;
}

#links ul li
{
margin: 0px 0px 7px 0px;
list-style: none;
}

#links ul li a:link, #links ul li a:visited, #links ul li a:active, #links ul li a:focus
{
color: black;
font-family: Verdana;
font-weight: bold;
text-decoration: underline;
}

#links ul li a:hover
{
color: #940F04;
font-family: Verdana;
font-weight: bold;
text-decoration: underline;
}

#footer
{
clear: left;
background: #333;
color: #fff;
text-align: right;
font-size: 80%;
padding: 20px;
height: 1%;
margin-bottom: 10px;
}

#footer a:link, #footer a:visited
{
color: #fff;
text-decoration: none;
}

#footer a:hover, #footer a:active
{
color: #fff;
text-decoration: underline;
}