
* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('/images/background.jpg') #2184bd repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

img {
	border: none;
}


p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 768px;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('/images/header_background.jpg') repeat-x 0px 0px;
}

#page_header {
	width: 766px;
	height: 220px;
	background: url('/images/innopsys_logo_big.jpg') #2184bd no-repeat 425px 20px;
	overflow: hidden;
}

#page_header h1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 20px;
	width: 420px;
	height: 104px;
	background: url('/images/main_is700.jpg') no-repeat 20px 0px;
	float: left;
	text-align: left;
}

/* Page Header : Welcome Note */

#header_welcome {
	padding-top: 35px;
	height: 89px;
	width: 306px;
	padding-right: 25px;
	float: right;
	text-align: justify;
}

#header_welcome h3 {
	padding: 3px 0px 0px;
	font-size: 14px;
}

#header_welcome p {
	margin-top: 7px;
}

#header_welcome #welcome_text {
	padding: 3px 0px 0px;
	font-size: 12px;
	text-align: left;
	float: left;
}

/* Page Footer */

#page_footer {
	margin: 5px;
	width: 567px;
	float: right;
	text-align: center;
	font-size: 11px;
}