@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {

	background-color: #CAEAF3;
	b//ackground-image: url(images/grass.gif);
	b//ackground-repeat: repeat-x;
	b//ackground-position: bottom;
}

body {

	
	
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}

h2 {
	color: #618215;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}

h3 {
	color: #618215;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

p, li, td, dd, address, blockquote, label {
	font-size: 11px;
	color: #222;
	line-height: 130%;
	font-style: normal;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}

img {
	border: 0px;
	display: block;
}

a {
	text-decoration: underline;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #222;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}


div.wrapper {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	m//argin-bottom: 93px;
}

div.stomach {
	width: 400px;
}

div.padder {
	padding: 20px 40px ;
}

div.spacer {
	height: 434px;
	width: 1px;
	float: right;
}


.clearing {
 clear: both;
}

.star {
	position: absolute;
	top: 80px;
	left: 400px;
	height: 190px;
	width: 186px;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
}

.title_hire {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 58px;
	left: 32px;
}

.star ul,.star ul li, .star ul li a {
	color: #fff;
}

.star ul {
	position: absolute;
	top: 90px;
	left: 32px;
}

