* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #BDBDBD;
	font: normal 0.7em Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #1664DA;
	text-decoration: underline;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {
	color: #444;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: bold;
}

/* misc elements */
code {
	background: url('test/img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	display: block;
	background-color: #BDBDBD;
	height: 160px;
	padding-right: 40px;
	text-align: center;
	valign: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: sans-serif;
	font-style: normal;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 950px;
	border-top: 6px solid #BDBDBD;
	margin: 0 auto;
}
#main_left {
	float: left;
	width: 759px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
#main_right {
	float: right;
	width: 190px;
	text-align: center;
}

/* logo */
#header {
	background-color: #BDBDBD;
	border-bottom: 0px solid #383838;
	border-top: 14px solid #BDBDBD;
	height: 130px;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}

/* main navigation */
div.menu {
	background-color:#666;
	height:30px;
	margin-bottom:10px;
	color: #666;
}
div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.menu ul li {
	float:left;
	display:block;
}
div.menu ul li a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode", Verdana, Arial;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	width: 150px;
	text-align: center;
	margin-top: 8px;
}
div.menu ul li a:hover {
	text-decoration:underline;
	color: #000;
	background-color:#666;
}

/* content */ 
#content {
	color: #444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.3em;
	width: 759px;
	font-size: 14px;
	font-weight: normal;
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #FFF;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('test/img/li.gif');}
#content ul {margin-left: 1.8em;
}

