/* reset --------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
a img {border:none;}

/* body --------------------------------------------------*/
body
{
	margin:0;
	padding:15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5em;
	text-align:center;
	background: #ffffff;
}

#container
{
	width:640px;
	margin:0 auto;
	/* padding:30px 30px 0 30px; */
	padding: 0 0 0 0;
	text-align:left;
	background: #ffffff;
}

#header
{
	height:40px;
	padding-top: 5px;
	margin-bottom: 0;
	background: url(banner.jpg);
}

#header h1
{
	text-align: right;
	font-size: 36px;
	font-weight: normal;
	color: #85C329;
}


/**** NAVIGATION ****/

#navigation
{
	height:1.5em;
	line-height:1.5em;
	margin: 0 auto;
}

#navigation ul
{
	margin:0;
	padding:0;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

#navigation li { display: inline; }

#navigation li a
{
	text-decoration: none;
	padding-left: 1.2em;
	color: #FB9622;
	font-size: 16px;
}

#navigation li a:hover
{
	text-decoration: underline;
	padding-left: 1.2em;
	color: #FB9622;
	font-size: 16px;
}

/**** CONTENT ****/

#content
{
	margin-top: 10px;
	color: #4f4f4f;	
}

#content h2
{
	font-weight: normal;
	font-size: 28px;
	/* color: #b1515e;
	border-bottom: 1px solid #b1515e; */
	/* color: #00A8CB;
	border-bottom: 1px solid #00A8CB; */
	color: #6695D4;
	border-bottom: 1px solid #6695D4;
}

#content h3
{
	font-weight: normal;
	font-size: 22px;
	color: #6695D4;
}

#content h4
{
	font-weight: normal;
	font-size: 18px;
	color: #6695D4;
}

#content h5
{
	font-weight: normal;
	font-size: 18px;
	color: #b1515e;
}

#content h6
{
	font-weight: normal;
	font-size: 18px;
	color: #b1515e;
}

#content a:link
{
	color: #6695D4;
	text-decoration: underline;
	font-weight: normal;
}

#content a:visited
{
	color: #995399;
	text-decoration: underline;
	font-weight: normal;
}

#content pre
{
	font-family: Courier, "Courier New", monospace;
	font-size: 16px;
	margin: 0 auto;
	width: 85%;
	padding: 5px;
	border: 1px dashed #4f4f4f;
}

#code { font-family: Courier, "Courier New", monospace;}

#content blockquote
{
	width: 75%;
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
}

/***** IMAGES ****/

a img {border:none;}

img.left 
{
	float:left;
	margin:0 12px 0 0;
}

img.right
{
	float:right;
	margin:20px 0 0 20px;
}

img.center
{
	display: block;
	margin:0 auto;
}

#footer
{
	font-size: 12px;
	clear: both; 
	margin-right: 0;
	margin-top: 15px;
	padding-top: 5px;
	line-height: 1.2em;
	text-align: right;
	color: #4f4f4f;
	border-top: 1px solid #6695D4;
}
