#content {
	position: relative;
	width : 850px;
	margin :  0px;
	padding:  0px  6px  0px  4px;
	background-image   : url(../images/bgContentHome.gif);
	background-repeat  : repeat-y;
}
#content #proj {
	margin-left : 15px;
}
#content h1 {
	position: relative;
	font-family: 'Trebuchet MS';
	font-size  : 14px;
	font-weight: bold;
	color : #7D971A;
}
#content h2 {
	position: relative;
	margin : 20px  0px  0px  0px;
}
#content #colL {
	float: left;
	position: relative;
	width : 505px;
}
#content #colR {
	float: right;
	position: relative;
	width : 330px;
	padding:  0px 15px  0px  0px;
}



#content #colL #screen .pager {
	position: relative;
	width : 485px;
	margin :  0px;
	padding:  2px  0px;
	text-align: center;
	background-color:#EDF0C1;
}
#content #colL #screen .pager .next {
	position: absolute;
	top  :  2px;
	right:  0px;
}
#content #colL #screen .pager .prev {
	position: absolute;
	top  :  2px;
	left :  0px;
}



#content #colR .pager {
	position: relative;

	width : 300px;
	margin :  0px  0px  6px 25px;
	text-align: center;
	background-color:#FFFFFF;
}
#content #colR .pager a {
	font-weight: bold;
	color  : #666666;
	text-decoration: none;
}
#content #colR .pager .nexti {
	position: absolute;
	top  :  0px;
	right:  0px;
}
#content #colR .pager .nextt {
	position: absolute;
	top  :  0px;
	right: 15px;
}
#content #colR .pager .previ {
	position: absolute;
	top  :  0px;
	left :  0px;
}
#content #colR .pager .prevt {
	position: absolute;
	top  :  0px;
	left : 15px;
}
#content #colR ul li {
	margin :  0px  0px 10px  0px;
}
#content #colR ul li a {
	display: block;
	font-weight: bold;
	color  : #F15E28;
}