/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

body {
	text-align: center;
	background-color: black;
	color: white;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

#main_wrap {
	width: 100%;
	background-image: url(../images/BN_back.jpg);
	background-repeat: repeat-x;
	min-height: 500px;
}

.main_content {
	width: 850px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
}

.main_content a{
	color: white;
}

.main_content a:hover{
	color: red;
}

.main_menu a{
	color: white;
	text-decoration: none;
}
.main_menu {
	width: 850px;
	height: 35px;
	margin: auto;
	padding-top: 10px;
}

.main_menu ul {
	list-style-type:none;
}

.main_menu li {
	float: left;	
	padding-right: 10px;
}

.main_footer {
	padding-top: 10pt;
	font-size: 10pt;
}
.main_footer a{
	color: white;
}

h1 {
	font-size: 14pt;
	padding-top: 5pt;
}

h2{
	font-size: 12pt;
	border-bottom: 1px solid white;
	padding-top: 5pt;
}

.code_example {
	padding: 10px;
	border: 1px dashed white;
}

pre {
	font-size: 10pt;
}
