@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/left_side_middle.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#container {
	background-image: url(images/right_side_middle.gif);
	background-repeat: repeat-y;
	background-position: right;
}


/* CSS Document */

#top {
	margin: 0px;
	padding: 0px;
	height: 83px;
	background-image: url(images/top_middle.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#top_left {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 83px;
}
#top_right {
	float: right;
	height: 83px;
	width: 51px;
	margin: 0px;
	padding: 0px;
}
#menu  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(images/40_percent_trans.png);
	background-repeat: repeat;
}
#menu_home {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 46px;
	height: 19px;
	text-align: center;
}
#menu_blog {
	position: absolute;
	top: 28px;
	left: 56px;
	width: 39px;
	height: 19px;
	text-align: center;
}
#menu_tutorials {
	position: absolute;
	top: 28px;
	left: 95px;
	width: 61px;
	height: 19px;
	text-align: center;
}
#menu_code {
	position: absolute;
	top: 28px;
	left: 156px;
	width: 43px;
	height: 19px;
	text-align: center;
}
#menu_forum {
	position: absolute;
	top: 28px;
	left: 199px;
	width: 49px;
	height: 19px;
	text-align: center;
}
#menu_links {
	position: absolute;
	top: 28px;
	left: 248px;
	width: 43px;
	height: 19px;
	text-align: center;
}
#menu_donations {
	position: absolute;
	top: 28px;
	left: 291px;
	width: 68px;
	height: 19px;
	text-align: center;
}
#navagation {
	position: absolute;
	top: 60px;
	left: 20px;
	text-align: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
#navagation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navagation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#content_spacer {
	height: 1px;
	width: 1px;
}

#content {
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-image: url(images/content_background.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#section_template {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#section_header {
	background-color: #e4defe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#section_content {
	border: 2px solid #E4DEFE;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#subsection_template {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#subsection_header {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#subsection_content {
	border: 2px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}



#bottom_frame {
	background-image: url(images/bottom_middle.png);
	height: 6px;
	clear: both;
}
#bottom {
	background-image: url(images/bottom_side_left.png);
	background-repeat: repeat-y;
}
#bottom_top {
	height: 1px;
	background-color: #919191;
	margin-right: 5px;
	margin-left: 5px;
}
#bottom_content {
	clear: both;
	background-color: #F9F9F2;
	margin-right: 0px;
	margin-left: 5px;
	background-image: url(images/bottom_side_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#ad {
	text-align: center;
	padding: 5px;
}
#search_stats {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#search {
	float: left;
}
#stats {
}
#last_modified {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: small;
}
#page_counter {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	text-align: center;
}
#google_search {
}
#frame_left {
	float: left;
	height: 6px;
	width: 5px;
}
#frame_right {
	float: right;
	height: 6px;
	width: 5px;
}
