/*

Red: #660033

*/

body
{
	background: white;
	font: 15px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#header
{
	border: 1px solid gray;
	border-width: 0 0 1px 0;
	font-size: 1.2em;
	margin: 25px auto 10px auto;
	width: 972px;
}

#header h1
{
	font-family: "obliqua-1", "obliqua-2";
	font-size: 2.2em;
	margin: 0;
}

#header a:link
{
	color: black;
	text-decoration: none;
}

#header a:visited
{
	color: black;
	text-decoration: none;
}

#header a:hover
{
	background: white;
	color: #660033;
}

#header a:active
{

}

#navigation
{
	font-size: 0.85em;
}

#navigation a
{
	margin-right: 10px;
	padding: 0 2px;
}

#navigation a:link
{
	
}

#navigation a:visited
{

}

#navigation a:hover
{
	background: #eee;
}

#navigation a:active
{

}

.nav_current
{
	background: #ccc;
}

#content
{
	background: white;
	margin: 0 auto;
	width: 971px;
}

#left
{
	line-height: 1.4;
	padding: 0 20px 0 0;
}

#left h1,
#left h2,
#left h3,
#left h4,
#right h1,
#right h2
{
	font-family: "obliqua-1", "obliqua-2";
}

#left h1
{
	font-size: 1.9em;
	margin: 35px 0 10px 0;
}

#left h1 a:link
{
	color: black;
	text-decoration: none;
}

#left h1 a:visited
{
	color: black;
	text-decoration: none;
}

#left h1 a:hover
{
	color: #603;
}

#left h1 a:active
{

}

#left h2
{
	font-size: 1.5em;
	margin: 35px 0 10px 0;
}

#left h3
{
	margin: 30px 0 10px 0;
}

#left img
{
	height: auto;
	max-width: 575px;
}

#entry
{
	margin: 30px 0 0 5px;
}

.ads
{
	border: 1px dashed #999;
	font-size: 4px;
	margin: 70px 0 40px 0;
	padding: 10px 5px;
}

.advertisement
{
	background: #ccc url(/images/advertisement.gif) top right no-repeat;
	font-size: 0.85;
	margin: 0 auto;
	padding: 20px 5px 5px 5px;
	width: 350px;
}

.categories
{
	color: gray;
	font-size: 0.9em;
}

blockquote
{
	color: gray;
}

code,
pre
{
	color: white;
}

code
{
	color: #666;
	/*
	display: block;
	overflow: scroll;
	white-space: nowrap;
	width: 400px;
	*/
}

pre
{
	background: #999;
	overflow: auto;
	padding: 10px 5px 10px 5px;
	width: 625px;
}

a:link
{
	color: #603;
}

a:visited
{
	color: #603;
}

a:hover
{
	color: #999;
}

a:active
{

}

a img
{
	border: none;
}

.status
{
	font-family: "skippy-sharp-1","skippy-sharp-2";
	/*"felt-tip-woman-1","felt-tip-woman-2";*/
}

#right
{
	border: 1px solid gray;
	border-width: 0 0 0 1px;
	font-size: 0.8em;
	padding-left: 10px;
	width: 250px;
}

#right h2
{
	margin-top: 25px;
}

#right ul
{
	padding-left: 20px;
}

#right ul li
{
	margin-bottom: 10px;
}

#footer
{
    margin: 0 auto;
    width: 972px;
}

#footer p
{
		font-size: 0.9em;
    height: 50px;
    padding: 5px 0 0 0;
    text-align: center;
    width: 972px;
}