/** 
 * 	z-index guide
 *		1 - wrapper
 *			5 - menu
 *			4 - content
 *				5 - content_left
 *				5 - content_whole
 *				5 - content_right
 *				4 - farm
 *				3 - content_bg_inside
 *				2 - content_bg_bottom_right
 *				1 - content_bg_bottom
 *			3 - content_bg_bottom_right
 *			2 - bottom
 *			1 - footer
 */

body {
	background: #FFFFFF url('../images/bg.jpg') repeat top left;
	color: #525252;
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html {
	height: 100%;
	overflow: auto;
}

a:link {color: #525252; text-decoration: none;}
a:visited {color: #525252; text-decoration: none;}
a:hover {color: #008fff;}
a:active {}

a.footer:link {color: #525252; text-decoration: none;}
a.footer:visited {color: #525252; text-decoration: none;}
a.footer:hover {color: #008fff;}
a.footer:active {}

a.quote:link {color: #ff5e5e; font-size: 18px; font-weight: bold; text-decoration: none;}
a.quote:visited {color: #ff5e5e; font-size: 18px; font-weight: bold; text-decoration: none;}
a.quote:hover {color: #008fff;}
a.quote:active {}





.align_center {
	text-align: center;
	width: 100%;
}

.align_left {
	text-align: left;
	width: 100%;
}

#bottom {
	background: url('../images/bg_content_bottom.png') no-repeat bottom;
	height: 20px;
	position: relative;
	width: 800px;
	z-index: 2;
}

.clear {
	clear: both;
}

#content {
	background: url('../images/bg_content.jpg')  repeat-y;
	min-height: 300px;
	position: relative;
	width: 800px;
	z-index: 4;
}

#content_bg_bottom {
	background: url('../images/bg_content_bottom.png') no-repeat bottom;
	bottom: -20px;
	left: 0px;
	min-height: 100%;
	position: absolute;
	width: 800px;
	z-index: 1;
}

#content_bg_bottom_right {
	background: url('../images/bg_content_bottom_right.png') no-repeat right;
	height: 20px;
	position: relative;
	width: 810px;
	z-index: 3;
}

#content_bg_inside {
	background: url('../images/bg_content_inside.jpg') no-repeat bottom;
	bottom: -10px;
	left: 9px;
	min-height: 100%;
	position: absolute;
	width: 782px;
	z-index: 3;
}

#content_bg_inside_split {
	background: url('../images/bg_content_inside_split.jpg') no-repeat bottom;
	bottom: -10px;
	left: 9px;
	min-height: 100%;
	position: absolute;
	width: 782px;
	z-index: 3;
}

#content_bg_right {
	background: url('../images/bg_content_right.png') repeat-y;
	right: -10px;
	min-height: 100%;
	position: absolute;
	width: 10px;
}

#content_left {
	float: left;
	padding: 30px 10px 0px 20px;
	position: relative;
	text-align: center;
	width: 360px;
	z-index: 5;
}

#content_right {
	float: left;
	padding: 30px 20px 0px 10px;
	position: relative;
	text-align: center;
	width: 380px;
	z-index: 5;
}

#content_whole {
	float: left;
	padding: 30px 20px 0px 20px;
	position: relative;
	text-align: center;
	width: 760px;
	z-index: 5;
}

.email {
	width: 150px;
}

#farm {
	background: url('../images/farm.png') no-repeat bottom;
	bottom: -40px;
	min-height: 100%;
	position: absolute;
	right: -70px;
	width: 306px;
	z-index: 4;
}

#footer {
	background: url('../images/bg_content_bottom_bottom.png') no-repeat;
	padding: 20px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 810px;
	z-index: 1;
}

.footer_text {
	color: #8a8a8a;
	font-size: 10px;
}

.heading_1 {
	color: #0190ff;
	font-size: 24px;
	font-weight: bold;
}

.heading_2 {
	color: blue;
	font-size: 16px;
	font-weight: bold;
}

.heading_3 {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.name {
	width: 150px;
}

#menu {
	background: url('../images/bg_top.png') no-repeat;
	height: 130px;
	margin-top: 30px;
	position: relative;
	width: 800px;
	z-index: 5;
}

#menu_bg_left {
	background: url('../images/bg_top_left.png') no-repeat;
	left: -10px;
	min-height: 100%;
	position: absolute;
	width: 10px;
}

#menu_bg_right {
	background: url('../images/bg_top_right.png') no-repeat;
	right: -10px;
	min-height: 100%;
	position: absolute;
	width: 10px;
}

#menu_about {
	float: right;
	padding: 33px 5px 0px 5px;
	position: relative;
}

#menu_contact {
	float: right;
	padding: 33px 20px 0px 5px;
	position: relative;
}

#menu_home {
	float: right;
	padding: 33px 5px 0px 0px;
	position: relative;
}

.menu_item {
	border: 0px;
}

#menu_portfolio {
	float: right;
	padding: 33px 5px 0px 5px;
	position: relative;
}

#menu_tutorials {
	float: right;
	padding: 33px 5px 0px 5px;
	position: relative;
}

.message {
	width: 390px;
	height: 100px;
}

#portfolio_links {
	float: left;
	position: relative;
	text-align: center;
	width: 150px;
}

.portfolio_image {
	border: 0px;
}

#portfolio_right {
	float: left;
	position: relative;
	width: 610px;
}

#recent_left {
	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}

#recent_right {
	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}

.special_1 {
	color: red;
	font-weight: bold;
}

#wrapper {
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	width: 800px;
	z-index: 1;
}
