@charset "utf-8";
/* CSS Document */

html, body {margin: 0px; padding:0px; background-color:#850805; background-image:url(../images/background_image.jpg)}

#page {
	width: 904px;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px;
}

#page-content {
	width:904px;
	margin:0 auto;
	text-align:left;
	/*background-color:#ffffff;*/
}

#header {
	height:284px;
	margin:0px;
	padding:0px;
	background-image:url(../images/header.gif)
}

#right-body {
	width:200px;
	float:right;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:15px;
}
#centre-body {
	width:150px;
	float:left;
	padding-top:30px;
	padding-left:40px
}	
#links {
	float:left;
	width:170px;
	padding:5px 0px 0px 0px;
	/*background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:left;*/
}

#links-text {
	text-align: left;
	width: 170px;
	font-size:12px;
	color: #0d1c45;
	font-weight: bold;
	padding:0px 0px 0px 25px;
	border-left: 5px solid #761b2c;
	line-height: 25px;
}
	
#links-text a {padding:18px 6px 12px 6px}
#links-text a:link {color:#0d1c45; text-decoration: none;}
#links-text a:active {color:#0d1c45; text-decoration: none;}
#links-text a:visited {color:#0d1c45; text-decoration: none;}
#links-text a:hover {color:#841e2b;  text-decoration: none;}
#links-text a.current {color:#841e2b}

#body-content {
	font-size: 11px;
	color: #750404;
	width:410px;	
	float:left;
	line-height: 18px;
	margin-left:40px;
}
#body-content p {
	font-size: 11px;
	color:#750404;
	line-height:20px;
	}
#body-content table.examples {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}	
#body-content table.examples td {
	font-size: 11px;
	color:#750404;
	padding: 3px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}
#body-content h1{
	color: #d3c29b;
	padding-top:20px;
	padding-bottom: 5px;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}
#body-content h2{
	font-size: 14px;
	color: #740b16;
	padding-top: 15px;
	margin-left:20px;
}
#body-content h3{
	font-size: 11px;
	color: #740b16;
	padding-top: 15px;
	margin-left:20px;
}

#footer {
	width:870px;
	padding-bottom:6px;
	margin-bottom:20px;
	margin-top:16px;
}
#footer p {
	font-size: 9px;
	color:#750404;
	}
.bodylrg {
	font-size:11px;
	color: #740b16;
	font-weight: bold;
}

.imgleft {
	margin-right:10px;
	margin-bottom:5px;
}
.techinfo{
	font-size: 11px;
	color: #740b16;
	padding-top: 15px;
	margin-left:20px;
}
.techinfo a:link{color:#d0a0a9; text-decoration: none}
.techinfo a:active{color:#d0a0a9; text-decoration: none}
.techinfo a:visited{color:#d0a0a9; text-decoration: none}
.techinfo a:hover{color:#d0a0a9; text-decoration: none}

.codetext{
	font-size: 9px;
	color:#750404;
}

.green {color:#386b1a}