/* Alexander Maryanovsky's main stylesheet. */

body{
	background: #fff7d3 url(bg.png) center repeat-y;
	text-align: center;
	color: #6b5d40;
	margin: 0px;
	padding: 0px;
}

a{
	color: #e55600;
}

img{
	border: 0px;
}

#container{
	width: 730px;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	text-align: left;
}

#title{
	text-align: center;
	font-family: "Georgia", "Times New Roman", sans-serif;
	color: #e55600;
	font-size: 260%;
}

#subtitle{
	text-align: center;
	font-family: "Georgia", "Times New Roman", serif; 
	color: #e55600;
	font-size: 130%;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content{
	font-family: "Georgia", "Times New Roman", serif;
	float: right;
	width: 512px;
	padding: 0.5em;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	text-align: justify;
}

#content img{
	
}

#sidebar{
	float: left;
	margin-top: 2em;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: serif;
}

#navigation ul li a{
	margin: 0px;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: outset;
	padding: 0.3em 1em 0.2em 1em;
	display: block;
	font-size: 120%;
	text-decoration: none;
	color: #e55600;
	border-color: #e55600;
}

#navigation ul li a:hover{
	/*color: inherit;*/
	background-color: #ffe5a8;
}

#navigation ul li a:active{
	border-style: inset;
}

#ads{
	clear: both;
	margin-top: 30px;
}

#footer{
	clear: both;
	text-align: center;
}

#links{
	clear: both;
	text-align: center;
}

#links ul{
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#links ul li{
	display: inline;
	padding-right: 5px;
}


#links ul li a{
	margin: 0px;
	padding: 0px;
}

#links ul li a img{
	width: 88px;
	height: 31px;
	border: 0px;
}

code{
	font-family: monospace;
}

h1, h2, h3, h4, h5, h6{
	color: #e55600;
	margin-top: 1.5em;
}

