@charset "utf-8";
/* CSS Document */
* {
	margin				: 0;
	padding				: 0;
}

body {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-weight			: normal;
	color				: #898989;
	text-decoration		: none;
	background-image	: url(../_img_detail2retail/body.jpg);
	background-repeat	:repeat-x;
	background-position	: center top;
	background-color	: #56015E;
	margin				: 0px;
	padding				: 0px;
}

#outerwrapper{
	width				: 100%;
	margin-right		: auto;
	margin-left			: auto;
}

#main_wrapper{
	width				: 100%;
	background-image	: url(../_img_detail2retail/site_shadow.png);
	background-position :center;
	background-repeat	: repeat-y;
	height				: 100%;
	float				: left;
	margin-right		: auto;
	margin-left			: auto;
}

#content_wrapper{
	width				: 970px;
	min-height			: 100%;
	margin-right		: auto;
	margin-left			: auto;
}

#center_content{
	width				: 970px;
	height				: 100%;
	float				: left;			
	display				: inline;
	background-color	: #ECECEC;
	margin-right		: auto;
	margin-left			: auto;
}

#left_shade{
	width				: 20px;
	min-height			: 100px;
	float				: left;		
	display				: inline;
	background-color	: #000000;
}

#right_shade{
	width				: 20px;
	min-height			: 100%;
	float				: left;			
	display				: inline;
	background-color	: #000000;
}

#jobDescriptionContainer p, #jobDescriptionContainer ul {
	margin:0px;
	padding:0px;
}

#jobDescriptionContainer ul {
	padding-top:15px;
	padding-bottom:15px;
}






