* {
	margin: 0;
	padding: 0;
}

body {
	background:url(01p.jpg) repeat-y;
	background-position:center;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}


a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 1022px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	float: left;
	list-style: none;
	
}

#menu a {

	display: block;
	float: left;
	width: 145px;
	height: 30px;
	padding: 10px 0 0 0;
	border-right: 1px solid #999999;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #999999;
}

#menu .root a {
	background: #999999;
}

#menu .active a {
	background: #990000;
}

#menu .inactive a {
	background: #FFF;
}

#menu .inactive a:hover {
	background: #999999;
}

#menu li ul {
	position: absolute;
	width: 146px;
	left: -999em;

}
#menu li:hover ul {
	left:auto;
	border-right: 1px solid #999999;


}

/* Header */

#header {
	width: 1024px;
	height: 180px;
	margin: 0 auto;
	
}

#header h1 {
	float: left;
	width: 1024px;
	height: 180px;
	margin: 0;
	background: url(headerb.jpg) no-repeat;
	background-position:center;
}

/* Page */

#page {

	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}

/*Flash-Content
#flashcontent {
		width: 100%;
		width: 1024px;
		margin: 0 auto;
		padding: 20px 0;
		height:640px;
	}
*/

/* Content */

#content {
	float: left;
	width: 750px;
	margin: 5px;
	padding-top: 5px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #999999;
}

.picturepost {
	margin-bottom:20px;
	padding: 0 20px;
	height: 410px;
}
/* Sidebar */
#sidepic {
	float: right;
	width: 210px;
	padding: 20px;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: url(06b.gif) repeat-yx /*#EDEBD5*/ ;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #000000;
}

#sidebar h3 {
	font-size: 85%;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(05.gif) repeat-y;
}

.orangebox h2 {
	background: url(07b.gif) no-repeat;
}

/* Footer */

#footer {
	color: #333
	clear: both;
	height: 200px;
	padding: 0px 0;
	background: url(01f.jpg) no-repeat;
	background-position:center;
}

#footer p {
	margin: 0;
	text-align:center;
	padding: 11px;
	font-size: 77%;
	color:#333
}

#footer a {
	color: #333;
}
