
body {
	margin-top: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	background-color: #ccc;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #990;
	border-color: #bbb;
	}

a:visited {
	color: #666;
	background-color: transparent;
	}

a:hover {
	color: #c03;
	text-decoration: none;
	background-color: none;
	}

p {
 	margin: 0 0 0 0;
	padding: 0;
	}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #c03;
	font-size: 16px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	}

h1 + h2 {
	margin-top: 2em;
	}

h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 1.4em;
	margin-top: 2.5em;
	}


p + h3 {
	margin-top: 2.5em;
	}
pre + h3 {
	margin-top: 4em;
	}

h6 + h2 {
	margin-top: 2em;
	}


h4 h5 h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin: 2em 0 0 0;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

strong {
	font-weight: bold;
	}

cite {
	font-weight: normal;
	font-style: italic;
	}

img {
	margin-top: 5px;
	}

thead {
	font-weight: bold;
	}


ul, ol {
	margin: 0 0 1.4em 0;
	}


pre {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono", Courier, monospace;
	line-height: 1.45em;
	color: #eee;
	background-color: transparent;
/*	background-color: #4f5861; */
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: solid;
	}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono", Courier, monospace;
	font-size: .91em;
	}

ul {
	list-style-type: square;
	}

ul ul {
	list-style-type: square;
	}
ul ul ul {
	list-style-type: square;
	}

hr {
	color: #eee;
	height: 1px;
	margin: 2.5em 3em 4em 0em;
	border: 0;
	text-align: center;
	}

hr:after {
	content: "***";
	letter-spacing: 2em;
	}

fieldset {
	border: 1px solid #777;
	padding: 1em 1em .5em 1em;
	margin: 0 0 2.5em 0;
	}

legend {
	color: #aaa;
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

dt {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .75em 0;
	letter-spacing: normal;
	text-transform: none;
	}
dd {
	margin: auto auto 3.5em 2em;
	}

/**** IDs *************************************************************/

#Box {
	border-color: #ccc;
	border-width: 0px;
	border-style: dotted;
	width: 700px;
	height: auto;
	margin: 0 0 0 0s;
	padding: 0;
	text-align: left;
	}

#Main {
	border-color: white;
	border-width: 0px;
	border-style: dotted;
	margin-left: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 340px;
	}
	
#Sidebar {
	float: left;
	width: 340px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
