* {
	margin:0;
	padding:0;
}

body {
	font: 67.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url("images/stripe.png");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #444748;
}

#page {
	width: 980px;
	margin: 0px auto 30px;
	background-color: white;
}

#header {
	width: 100%;
	background-color: #202020;
}

/*Menu*/
#menu-bar {
	width: 100%;
	background-color: #202020;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	#menu-bar ul {
		list-style-type: none;
		}
		#menu-bar ul li {
			float: left;
				margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.4em;
	color: #fff;
}
#menu-bar ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	}
#menu-bar .floatright {
		float: right;
		margin-right: 10px;
		padding-top: 2px;
}

#main-content {
	padding: 20px;
	border-left: 5px solid #AEAEAE;
	width: 930px;
	float: left;
		background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header h2 a {
	display: block;
	padding: 83px 0 0 0;
	background: url(images/header.gif) no-repeat;
	margin-top:0px;
	/*margin-left:50px;*/
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 0px !important;
	height /**/:83px;
	
	}

a {
	color: #2938ad;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:visited {
	font-weight: normal;
}


h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}
#main-content h1 {
font-size: 1.8em;
	text-decoration: none;
	color: #AEAEAE;
	font-weight: bold;
	}
#main-content h3 {
	font-size: 1.2em;
}
#main-content h2 {
	font-size:1.2em;
}
div.code {
font-size:0.8em;
width:600px;
padding-left:10px;
border-left: 5px solid #AEAEAE;
border-right: 5px solid #AEAEAE;
}
hr {
width:600px;
}
