/*******************************************VERSION 2.0**************************/
@charset "UTF-8";

/* ******** global tags ********** */
 *{
	margin:0;
	padding:0;
}



body {
	font:normal 11px Georgia;
}

h1 {
	color:#9B9B9B;
}

h2 {
	color:#727776
}

p {
	font:normal 12px Arial, Helvetica,sans-serif;
	text-decoration:none;
	color:#000000;
}

a {
	color:#9B9B9B;
	text-decoration:none
}
/*img {
	margin:4px 20px;
}
/* ********** end global tags *************** */

/* *****************wrap class ****************** */
.wrap {
	margin:0px 0px 10px 0px;
	width:1000px;
	height:2350px;
/*	background-color:255; */
	background-image: url(../images/code.jpg);
}
/* ------------- end wrap class -------------- */

/* -------------------- section box ---------- */
.section {
	width:960px;
	height:auto;
	margin:20px 20px 10px 20px;
	clear:both;
	/*border: 1px solid #000000;*/
	/*background-color:#FFFFFF;*/
	/*background-filter:alpha(opacity = 80); */
}

.section img {
	clear:left;
}
.section p {
font:normal 20px Arial, Helvetica,sans-serif;
margin:5px 0px 20px 0px;
}
/* ------------------ end section box -----------------*/

/* --------------------- columns --------------------*/
.column {
	float:left;
	width:480px;
	height:auto;
}

.column p {
	font:normal 12px Arial, Helvetica,sans-serif;
	text-decoration:none;
	color:#000000;
}

.leftcolumn {
	margin: 5px 10px 20px 40px;
	float:left;
	width:450px;
}

.fourcolumn {
	margin: 5px 10px 20px 40px;
	float:left;
	width:450px;
}
.fourcolumn img {
	width:215px;
	margin:0px 0px 10px 0px;
}

.fourcolumn p {
	width:215px;
	margin-bottom:10px;
}

.rightcolumn {
	margin:5px 40px 10px 10px;
	float:right;
	width:450px;
}

.widecolumnleft {
	width:613px;
	float:left;
	margin:5px 0px 5px 40px;
}

.widecolumnright {
	width:613px;
	float:right;
	margin:5px 40px 5px 0px;
}


.floatleft {
	float:left;
	width:286px;
	margin:0px 10px 20px 0px;

}
	
.floatright {
	float:right;
	width:286px;
	margin:0px 0px 20px 10px;

}

#quarter {
	margin:10px 10px 10px 10px;
}
