@charset "UTF-8";
/* CSS Document */

#mainContainer {
	margin:0 auto;
	width:650px;
	background-color:#9bcb3c;
}

#secondContainer {
	width:624px;
	margin-left:13px;
	margin-right:13px;
	background-image:url(images/backgroundContent.jpg);
	background-repeat:repeat-y;
}

#header {
	height:66px;
	width:624px;
	background-image:url(images/header.jpg);
}

#banner {
	height:200px;
	width:624px;
	background-image:url(images/banner.jpg);
}

#navigation {
	width:604px;
	height:32px;
	padding-top:8px;
	padding-left:20px;
	background-image:url(images/navigation.jpg);
	font-size:13px;
}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover {
	color:#9bcb3c;
	text-decoration:none;
}

#content {
	width:500px;
	min-height:300px;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:35px;
}

#greenBar {
	width:624px;
	height:10px;
	background-image:url(images/greenBar.jpg);
}

#robert {
	width:624px;
	height:102px;
	background-image:url(images/robert.jpg);
}

#footer {
	text-align:center;
	padding-top:30px;
	width:650px;
	margin: 0 auto;
	height:30px;
	color:#333333;
	background-image:url(images/footer.jpg);
}

body {
	background-image:url(images/background.jpg);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:15px;
}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-color:#9bcb3c;
	padding-bottom:9px;
	color:#FFF
}

h2 {
	color:#9bcb3c;
}

a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.grey {
	color:#333;
	font-weight:bold;
}

.white {
	color:#FFFFFF;
}