/* CSS Document */

body {
	background-color:#282828;
	font-size:100%;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	color:#eeeeee;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
}

/* H Tages Style */

h1 {
	margin-top:27px;
	margin-left:23px;
	margin-bottom:0px;
	margin-right:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	font-size:160%;
	color:#FFFFFF;
}
	h1 a {
		color:#EEEEEE;
		text-decoration:none;
	}
	h1 a:hover {
		color:#6DBE45;
		text-decoration:none;
	}

h2 {
	margin-top:12px;
	margin-left:23px;
	margin-bottom:0px;
	margin-right:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	font-size:100%;
	color:#6DBE45;
	font-weight:normal;
}
	h2 a {
		color:#6DBE45;
		text-decoration:none;
	}
	h2 a:hover {
		color:#A4427D;
		text-decoration:none;
	}

h3 {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	font-size:100%;
	color:#6DBE45;
	font-weight:normal;
}
	h3 a {
		color:#6DBE45;
		text-decoration:none;
	}
	h3 a:hover {
		color:#A4427D;
		text-decoration:none;
	}

.outerContainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.innerContainer {
	float:left;
	display:inline;
	width:900px;
}

.container {
	width:900px;
	float:left;
	text-align:left;
	background-color:#282828;
}

.header {
	float:left;
	display:inline;
	width:100%;
	height:140px;
	background-image:url(images/headerBg.jpg);
	background-repeat:repeat-x;
}

.logo {
	width:900px;
	height:123px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

.navContainer {
	float:right;
	display:inline;
	width:520px;
	font-size:85%;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	margin-top:80px;
}
	.navContainer a {
		color:#EEEEEE;
		text-decoration:none;
	}
	.navContainer a:hover {
		color:#6DBE45;
		text-decoration:none;
	}

.topContent {
	float:left;
	display:inline;
	width:900px;
	height:236px;
	/*background-image:url(images/topContentBgRingRoses.gif);*/
	background-image:url(images/topContentBgRandstad.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
}

.recentWorkLogo {
	float:left;
	display:inline;
	width:150px;
	margin-top:10px;
	margin-left:24px;
}

.textAreaTopContent {
	float:left;
	display:inline;
	width:290px;
	font-size:80%;
	margin-top:10px;
	margin-left:23px;
	line-height:20px;
}
	.textAreaTopContent a {
		color:#EEEEEE;
		text-decoration:none;
	}
	.textAreaTopContent a:hover {
		color:#6DBE45;
		text-decoration:none;
	}

.bottomContent {
	float:left;
	display:inline;
	width:259px;
	height:166px;
	background-image:url(images/bottomContentBg.gif);
	background-repeat:no-repeat;
	margin-left:1px;
	margin-top:15px;
	padding:20px;
}

.textAreaBottomContent {
	float:left;
	display:inline;
	width:259px;
	font-size:75%;
	line-height:18px;
}
	.textAreaBottomContent a {
		color:#EEEEEE;
		text-decoration:none;
	}
	.textAreaBottomContent a:hover {
		color:#6DBE45;
		text-decoration:none;
	}
	
.mainContent {
	float:left;
	display:inline;
	width:900px;
	height:473px;
	background-image:url(images/contentBg.gif);
	background-repeat:no-repeat;
	margin-top:15px;
}

.textAreaMainContent {
	float:left;
	display:inline;
	width:680px;
	font-size:80%;
	margin-top:10px;
	margin-left:23px;
	line-height:20px;
}
	.textAreaMainContent a {
		color:#EEEEEE;
		text-decoration:none;
	}
	.textAreaMainContent a:hover {
		color:#6DBE45;
		text-decoration:none;
	}

#twitter_div {
	float:left;
	display:inline;
}

#twitter_update_list {
	float:left;
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

#twitter-link {
	float:left;
	display:inline;
	display:block;
	text-align:left;
	color:#328DC8;
	font-size:120%;
	margin-top:27px;
}

.twitterFollow {
	float:left;
	display:inline;
}

.footer {
	width:100%;
	border-bottom:1px solid #222222;
	height:75px;
	background-image:url(images/footerBg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.footerContainer {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

.footerLeft {
	float:left;
	display:inline;
	width:250px;
	font-size:70%;
	padding-top:35px;
	text-align:left;
}

.validatorLogo {
	float:left;
	display:inline;
	width:100px;
	padding-top:28px;
}

.footerRight {
	float:right;
	display:inline;
	width:500px;
	font-size:80%;
	padding-top:25px;
	text-align:right;
}
	.footerRight a {
		color:#EEEEEE;
		text-decoration:none;
	}
	.footerRight a:hover {
		color:#6DBE45;
		text-decoration:none;
	}
