/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: Black;
}

a:hover {
	color: #0066CC;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

body {
	*
	color: #444; /*background: #E7E7E2 url('img/body.jpg') no-repeat center top;*/
	*
	color: #444444;
	background: #808080;
	font: normal 62.5% sans-serif;
	padding-top: 10px;
}

code {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-left: 6px solid #CCCCCC;
	color: #FF0000;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

form,input {
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 1.3em sans-serif;
	margin-top: 3px;
}

h1,h2,h3 {
	color: #FF0000;
	margin-bottom: 4px;
	padding-top: 6px;
}

h2 {
	font: bold 1.2em sans-serif;
}

h3 {
	font: bold 1.2em "Lucida Sans Unicode",sans-serif;
}

html {
	min-height: 100%;
}

li {
	list-style: none;
}

p, code,ul {
	padding-bottom: 1.2em;
	text-align: justify;
}

p {
	margin-top: 8px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

/* content */
.content {
	float: right;
	width: 600px;
}

.content .descr {
	color: #808080;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	font: normal .9em sans-serif;
	font-family: "Lucida Sans Unicode",sans-serif;
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-top: 3px;
}

.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* footer */
.footer {
	background: #FF0000;
	background-image: url(img/footer.gif);
	font: bold 1em sans-serif;
	height: 100px;
	padding: 10px 12px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FF0000;
}

/* headere & title */
.header {
	background: url('img/header.jpg') #222222 no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

.header .title {
	color: #FFFFFF;
	padding-top: 0px;
}

.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFFFFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}

.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.header .title a:hover {
	border-color: #FF6600;
}

/* structure */
.inner-container {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.left {
	color: #FFFFFF;
	float: left;
	margin-left: 60px;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	padding: 8px 12px 0 0;
}

/* navigation */
.navigation {
	float: left;
	width: 147px;
}

.navigation h2 {
	color: #FFFFFF;
	font: bold 1.2em sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 12px;
	text-align: right;
}

.navigation li {
}

.navigation li a {
	display: block;
	font-size: 1.1em;
	padding: 5px 10px 5px 5%;
	text-align: right;
	text-decoration: none;
	width: 100%;
	}

.navigation li a:hover {
	background: #FFFFFF;
	color: #000000;
	background-image: url(img/red2.gif); 
	background-position: 149px; 
	background-repeat: no-repeat;
}

.navigation ul {
	margin-right: 10px;
	padding: 0;
}

.outer-container {
	padding-bottom: 64px; /*	background: url('img/container.jpg') no-repeat center bottom; */
}

/* path */
.path {
	background: #FF0000;
	color: #FFFFFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}

.path a {
	color: #FAFAFA;
	text-decoration: none;
}

.path a:hover {
	color: #FFFFEE;
	text-decoration: underline;
}

.right {
	float: right;
}

/*.navigation li {
	border-bottom: 1px solid #FFFFFF;
}
*/