* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background: rgb(230,230,230);
}

.nul {
	display: none;
}

/* 
 *  layout
 */
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -24px auto;

	width: 851px;
	background-image: url(/img/frame-sides.png);
}

#header {
	height: 40px;
	background-image: url(/img/frame-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: rgb(230,230,230);
	margin-bottom: 50px;
}

#footer {
	width: 851px;
	height: 24px;
	margin: 0px auto 0px auto;
	background-image: url(/img/frame-sides.png);
}

#pusher {
	clear: both;
	height: 74px;
}


/* 
 *  navigation
 */
#left {
	width: 125px;
	height: 20px;
	margin-left: 70px;
	float: left;

	.margin-left: 40px;
}

.nav {
	margin-left: 20px;
	line-height: 20px;
}

a.nav {
	text-decoration: none;
}

.sep {
	width: 100%;
	display: block;
	border-top: 1px dotted #e4e4e4;

	margin: 12px 0px 5px 0px;
	padding-top: 6px;

	.margin-bottom: -16px;
}

.sep2 {
	width: 100%;
	height: 10px;
	display: block;
}

#left .sep {
	padding-top: 7px;	
}

#left .sep2 {
	height: 8px;
}


/*
 *	content
 */
#right {
	margin-left: 40px;
	width: 510px;
	float: left;
	padding-left: 40px;
}

#main {
	margin-left: 20px;
	width: 470px;
	line-height: 20px;
	text-align: justify;

	.margin-left: 20px;
	.padding-left: 0px;
}

#main h1 {
	margin: 20px 0px 10px 0px;
	
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.5px;

	.margin-bottom: 17px;
}

#main p {
	margin-bottom: 10px;
}

#main pre {
	font-size: 12px;
	line-height: 16px;
	margin: 7px 0px 5px 0px;
	padding: 8px 0px 10px 15px;
	background: #f0f0f0;
}

#main img {
	border: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main ul {
	list-style-image: url(/img/bullet.png);
	list-style-position: inside;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 16px;
	text-indent: -15px;

	.list-style-image: none;
}

#main .n,
#main .r {
	width: 100%;
	text-align: right;
	font-style: italic;
}

#main .r {
	margin-top: 40px;
}

/*
 *	footer
 */
#legal {
	width: 835px;
	background: #f4f4f4;
	margin-left: 8px;
	padding: 0px 0px 3px 0px;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}

#legal a {
	text-decoration: none;
}

/*
 *	fonts and colors
 */
body {
	color: #84827C;
	color: #7F7C84;
}

.nav {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.4px;
}

a.nav {
	font-weight: 400;
	color: #ccc;
}

a.nav:hover {
	font-weight: 600;
	color: #D54343;
}

b.nav {
	font-weight: 600;
	color: #555;
}

/*
 * 	right pane
 */
#right b.nav,
#main h1 {
	font-weight: 400;
	font-size: 15px;
	color: #3598D7;
}

#main a {
	text-decoration: none;
	border-bottom: 1px dotted #A7C6D9;
	color: #3598D7;
}

#main a:hover {
	border-bottom: 1px solid #3598D7;
}

#main a.img {
	border: none;
}

#legal,
#legal a {
	color: #bbb;
}

#legal a:hover {
	color: #0093D6;
}

