@charset "utf-8";
/* CSS Document */
body{
	/*background-color: #d6f1fc;*/
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
/* wrapper */
#wrapper{
	margin: auto;
	width: 889px;
}
.jobs{
}
.logos{
	padding-left: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
}
/* top */
#top{
	background-image: url(../images/top.gif);
	height: 29px;
	width: 889px;
	background-repeat: no-repeat;
	background-position: 100px center;
	margin-top: 50px;
}
/* content */
#content{}
#content .gRight{
	background-image: url(../images/gRight.gif);
	background-repeat: no-repeat;
	float: right;
	height: 500px;
	width: 26px;
	background-position: center bottom;
}
#content .g{
	background-color: #FFFFFF;
	background-image: url(../images/gDown.gif);
	background-repeat: no-repeat;
	float: right;
	height: 500px;
	width: 400px;
	background-position: center bottom;
}
#content .gIn{
	background-image: url(../images/gIn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	width: 400px;
}
#content div.title{
	float: right;
	width: 220px;
	text-align: left;
	margin-top: 61px;
	margin-bottom: 30px;
}
#content div.must{
	float: right;
	width: 140px;
	margin-top: 60px;
	margin-right: 10px;
}
#content div.html{
	background-image: url(../images/html.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 125px;
	background-position: right center;
}
#content div.css{
	background-image: url(../images/css.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 125px;
	background-position: right center;
}
#content div.js{
	background-image: url(../images/js.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 125px;
	background-position: right center;
}
#content div.php{
	background-image: url(../images/php.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 125px;
	background-position: right center;
}
#content div.python{
	background-image: url(../images/python.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 125px;
	background-position: right center;
}
#content div.dotNet{
	background-image: url(../images/dotNet.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 125px;
	background-position: right center;
}
#content h1.gh1{
	color: #5cceff;
	margin: 0px;
	font-size: 27px;
}
#content span.gspan {
	font-size: 12px;
	color: #9933CC;
	font-weight: bold;
	width: 300px;
	margin-right: 50px;
	margin-left: 50px;
}
#content .gspan font{
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	color: #999999;
}
#content p.gp{
	width: 290px;
	padding-bottom: 5px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
}
#content .center{
	background-image: url(../images/center.gif);
	background-repeat: no-repeat;
	float: right;
	height: 500px;
	width: 39px;
	background-position: center bottom;
}
#content .p{
	background-color: #FFFFFF;
	background-image: url(../images/pDown.gif);
	background-repeat: no-repeat;
	float: right;
	height: 500px;
	width: 400px;
	background-position: center bottom;
}
#content .pIn{
	height: 500px;
	width: 400px;
}
#content h1.ph1{
	color: #ee2d24;
	margin: 0px;
	font-size: 27px;
}
#content span.pspan {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	width: 300px;
	margin-right: 50px;
	margin-left: 50px;
}
#content .pspan font{
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	color: #999999;
}
#content p.pp{
	width: 290px;
	padding-bottom: 5px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content .pLeft{
	background-image: url(../images/pLeft.gif);
	background-repeat: no-repeat;
	height: 500px;
	width: 24px;
	background-position: center bottom;
	float: right;
}

/* mirror */
#mirror{
	background-image: url(../images/mirror.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 153px;
	width: 889px;
	float: right;
}