@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*html, body*/

html, body {
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFF;
}

/*id*/

#wrapper {
	width: 900px;
	height: 1850px;
	margin: 0 auto;
	background-color: #e2e2c8;
}

#header {
	width: 100%;
	height: 130px;
	margin: 0 auto;
}

#navigation {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

#recruitingnow {
	width: 550px;
	heigth: 100px;
	position: absolute;
	right: 50%;
	margin-right: -130px;
	top: 239px;
}

#body {
	width: 550px;
	height: 1020px;
	position: absolute;
	top: 340px;
	right: 50%;
	margin-right: -125px;
}

#boxtop {
	background-image: url(../images/png/boxtop.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}

#boxmiddle {
	background-image: url(../images/png/boxmiddle.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
}

#boxbottom {
	background-image: url(../images/png/boxbottom.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}

#text {
	width: 480px;
	height: 170px;
	margin: 0 auto;
	padding-top: 25px;
	color: #333;
}

#text2 {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	color: #333;
	text-align: center;
}

#text3 {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	color: #333;
}

#text4 {
	width: 450px;
	height: 60px;
	margin: 0 auto;
	padding-top: 50px;
}

#vidtext {
	width: 360px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	text-align: center;
	padding-bottom: 40px;
}

#video {
	width: 320px;
	height: 300px;
	margin: 0 auto;
	padding-top: 50px;
}

#video2 {
	width: 320px;
	height: 256px;
	margin: 0 auto;
}

#spacer {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

#right1 {
	height: 220px;
	width: 270px;
	position: absolute;
	top: 340px;
	left: 50%;
	margin-left: 160px;
	background-image: url(../images/png/rightboxback1.png);
	background-repeat: no-repeat;
}

#contact {
	height: 200px;
	width: 230px;
    padding: 20px;
	color: #333;
	font-size: 11px;
}

#right2 {
	height: 300px;
	width: 270px;
	position: absolute;
	top: 630px;
	left: 50%;
	margin-left: 160px;
	background-image: url(../images/png/rightboxback2.png);
	background-repeat: no-repeat;
}

#presentation {
	height: 300px;
	width: 230px;
    padding: 15px;
	color: #333;
	font-size: 11px;
}
	
#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 1515px;
	color: #666;
	font-size: 10px;
}


/*class*/

.underline {
	text-decoration: underline;
}

.linebreak {
	width: 250px;
	height: 1px;
	margin: 0 auto;
}


/*other*/

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

