@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outerShell {
	position: relative;
	margin: 25px auto 0px auto;
	padding: 0px 7px 0px 7px;
	width: 752px;
	background-image: url(http://www.recruitment-tours.com/images/shadows/r.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#layoutDiv {
	width: 750px;
	padding: 0px;
	margin: 0px;
	border: solid #00AEEF 1px;
	position: relative;
}

#header {
	margin: 0px 0px 25px 0px;
	padding: 30px 0px 0px 0px;
	background-color: #00AEEF;
}

#headerImage {
	display: block;
	height: 120px;
	border: none;
}

#footer {
	background-color: #00AEEF;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
}

a.footer {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img.borderless {
	border: none;
}

#topRightShadow {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 7px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#bottomShadow {
	background-image:url(http://www.recruitment-tours.com/images/shadows/b.gif);
	position: relative;
	height: 8px;
	width: 752px;
	margin: 0px auto 25px auto;
	padding: 0;
	line-height: 0;
}

#bottomLeftShadow {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#bottomRightShadow {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 7px;
	position: absolute;
	right: -7px;
	top: 0px;
}

.blueHeader {
	color: #00aeef;
	font-weight: bold;
}