/* Site base styles */
html, body, div, h1, h2, h3, h4, h5, h6, h7, h8,
p, form, fieldset, input, select, textarea, span,
ul, li {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	text-align: center;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #444444;
	background:#FFFFFF url(http://www.gamereaction.nl/fileadmin/gamereaction.nl/templates/images/bg.jpg) no-repeat scroll center top
}
	
#siteWrapper {
	width: 780px;
	width:777px;
	position: relative;
	padding-top: 0px;
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	text-align: justify;
	background:#FFFFFF url(http://www.gamereaction.nl/fileadmin/gamereaction.nl/templates/images/bg.jpg) no-repeat scroll center top
}
a {
	color: #2277DD;
	color: #317500;
	text-decoration: none;
}
/* Top styles */
#topContainer {
	background: #333;
	background:#000000 ;
	height: 120px;
}
#rootLineContainer {
	padding-top: 20px;
	margin-left: 30px;
	font-size: 10px;
	color: #777;
}
#rootLineContainer a {
	color: #777;
}
#rootLineContainer a:hover {
	color: #000;
	text-decoration: underline;
}
#titleContainer {
	float: left;
	width: 350px;
	height: 120px;
	color: #fff;
}
#menuContainer {
	float: left;
}
#titleContainer h1 {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-left: 20px;
	font-size: 20px;
}
#titleContainerQuote {
	padding-left: 20px;
	padding-right: 20px;
}
/* Menu styles */
#menu {
	font-size: 1.1em;
	list-style-image: none;
	list-style-type: none;
	text-transform: lowercase;
}
#menu li {
	float: left;
	width: 7em;
	width:85px;
}
#menu a {
	display: block;
	font-size: 1em;
	height: 50px;
	line-height: 50px;
	padding-top: 70px;
	text-align: center;
	width: 7em;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	background: #0D78B6;
	background: #55cc00;
}
/* Content block */
#middleWrapper {
	float: left;
	padding-top: 20px;
}
#leftContainer {
	float: left;
	width: 550px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#rightContainer {
	float: left;
	width: 141px;
	margin-left: 25px;
	margin-right: 30px;
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}
#fullContainer {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 20px;
}
/* Footer block */
#footContainer {
	clear: both;
	height: 20px;
	background: #FFFFFF;
	padding-top: 20px;
}
#footContainerContent {
	text-align: center;
	font-size: 10px;
	width: 100%;
	color: #777;
	line-height: 1.5em;
}
#footContainerContent a {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #777;
}
#footContainerContent a:hover {
	color: #000;
	text-decoration: none;
}
/* Left content styling */
#leftContainer h1, #leftContainer h2, #leftContainer h3, #fullContainer h1, #fullContainer h2, #fullContainer h3 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 01px;
}
#leftContainer p, #fullContainer p {
	color: #444;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}
#leftContainer a:hover, #fullContainer a:hover {
	text-decoration: underline;
}
#leftContainer ul, #fullContainer ul {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#leftContainer ul li, #fullContainer ul li {
	/*
	list-style-image: none;
	list-style-type: none;
	*/
	color: #444;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	
}
/* Right side content styling */
#rightContainer h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
}
#rightContainer a:hover {
	text-decoration: underline;
}
#rightContainer ul {
	margin-top: 5px;
	color: #777;
}
#rightContainer ul li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 1px;
}
.rightContentContent {
	margin-top: 20px;
}
