@import "resets.css";

body, html {
   margin:0;
   padding:0;
   height:100%;
	}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 20px;
    color: #666;
    margin: 0px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #EEE;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 4px 0;
}

p {
	font-size:14px;
	line-height: 20px;
	margin: 0 0 14px 0;
}

ul {
	float: left;
	margin: 0 0 -5px 0;
}

ul li {
	list-style: disc;
	margin: 0 0 3px 15px;
	line-height: 18px;
}

#header {
	width: 1000px;
	height: 482px;
	position: relative;
	background: url(../images/valitec-header.jpg) no-repeat;
	}
	
#header a.logo {
	width:275px;
	height: 85px;
	position: absolute;
	top:30px;
	left:30px;
	text-indent: -9999px;
	background: url(../images/valitec-logo.gif) no-repeat;
}

#header span {
	position: absolute;
	top:80px;
	right:25px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

#header span a, #header span a:visited{
	color: #FFF;
}

#header span a:hover {
	color: #FFF;
	text-decoration: underline;
}

#intro {
	background-color: #72bf44;
	padding: 25px 50px;
	width: 900px;
}

#intro h1 {
	color: #FFF;
}

#content {
	padding: 25px 50px;
}

#content .left {
	float: left;
	background: #FFF url(../images/corner.gif) no-repeat right bottom;
	padding: 20px 20px 10px 20px;
	width: 560px;
}

#content .right {
	float: right;
	background: #FFF url(../images/corner.gif) no-repeat right bottom;
	padding: 20px;
	width: 240px;
}

#content .right img {
	margin: 0 0 10px 0;
	float: left;
}

#content h2 {
	color: #72bf44;
}

#footer {
	padding: 25px 50px;
	background-color: #757575;
	color: #FFF;
}

#footer p {
	margin: 0px;
}

#footer a, #footer a:visited{
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}