/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background: #333333 url('images/background.jpg') no-repeat center top;
}

#mainSite {
	width:780px;
	height:780px;
	margin:10px auto 10px auto;
	background: url('images/siteback.png') no-repeat top center;
	position:relative;
}

#vigoLogo {
	float:right;
	margin:20px 15px 0 0 ;
}

#picArea {
	width:774px;
	height:311px;
	position:relative;
	top:10px;
	margin:0 0 0 3px;
}

#mainPic { }

#textArea {
	width:754px;
	height:150px;
	margin-left:3px;
	padding:15px 10px 5px 10px;
	background-color:#cccccc;
	position:relative;
	top:10px;
}

#textArea h1 {
	font-size:15px;
	line-height:17px;
	display:block;
	width:186px;
	font-weight:normal;
	padding:2px 0 2px 5px;
	background-color:#333;
	color:#fff;
	margin-bottom:8px;
}

#textArea h2 {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
}

#textArea p {
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
}

#logoArea {
	width:770px;
	height:122px;
	margin:0 0 0 5px;
	position:relative;
	top:10px;
}

#footerArea {
	width:754px;
	height:39px;
	padding:8px;
	margin:0 0 0 5px;
	background: url('images/footerBox.png') no-repeat top center;
	font-size:12px;
	line-height:18px;
	color:#fff;
	position:relative;
	top:10px;
}

#footerArea .left {
	width:300px;
	float:left;
}

#footerArea .right {
	width:400px;
	float:right;
	text-align:right;
}

.greenColour { color:#1fb25a; }
