@charset "utf-8";
#topleft {
	background-image: url(images/top_left_corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 45px;
	width: 45px;
}
#top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
}

#topright {
	background-image: url(images/top_right_corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 45px;
	width: 45px;
}
#right {
	background-image: url(images/right.png);
	background-repeat: repeat-y;
}

#bottomright {
	background-image: url(images/bottom_right_corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 45px;
	width: 45px;
}
#bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}

#bottomleft {
	background-image: url(images/bottom_left_corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 45px;
	width: 45px;
}
#left {
	background-image: url(images/left.png);
	background-repeat: repeat-y;
}

#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
	border-collapse: collapse;	
	font-family:Arial, Helvetica, sans-serif;
}

#navigation{
	float:right;
	font-size:14px;
}

#prev {
	margin-right: 15px;
}

#next {
	margin-left: 15px;
}

#header {
	margin-bottom:20px;
	align:left;
	height: 100px;

}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

#footer_ad {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: dashed;
	border-width: 1px;
	border-color: #FF9900;
	padding: 5px;
	cursor:pointer;
	background:#fff;
	color:blue;
	text-decoration:underline;
}

#title {
	font-size: 36px;
	position:relative;
	left:10px;
}

#subtitle {
	float: left;
	font-size: 18px;
	position: relative;
	bottom: 25px;
	left: 250px;
}

#content {
	padding: 15px;
	font-size:14px;
	line-height:22px;
}

h1 {
	font-size:24px;
	line-height:26px;

}

#affiliate_image {
	width: 150px;
	/*height: 200px;*/
	padding-bottom: 10px;
	padding-top: 10px;
}

#leftcontent {
	width:650px;
	float:left;
	margin-right:10px;
}

#rightcontent {
	width: 185px;
	float:right;

}

.sectionheading {
	font-size:18px;
	background-color:#EBF1FA;
	border:1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background-color:#FFFF99;
	border:1px solid #000000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

