@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/SynergieBG.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	text-align: left;
}
.oneColFixCtrHdr #header {
	height:70px;
	padding: 10px;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #navbar {
	height:20px;
	padding:5px;
	text-align: left;
	padding-left:20px;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #leftColumn {
	width:140px;
	height:520px;
	float: left;
	text-align:center;
	margin-right:20px;
	padding: 20px 0px 0px 0px;
	border-right-color: #CCCCCC;
	border-right-style: groove;
	border-right-width: thick;
}
.oneColFixCtrHdr .pic {
	font-size:120px;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	border-style: groove;
	border-width: thick;
}
.oneColFixCtrHdr .sidebar {
	padding: 10px;
	text-align: center;
	font-size:.80em;
}
.oneColFixCtrHdr #mainContent {
	height:500px;
	padding: 20px;
	text-align:left;
	overflow:auto;
}
.oneColFixCtrHdr #mainContent a {
	color:#fff;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 10px;
	text-align: right;
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr h1, h2, h3 {
	color:#fff;
}
.oneColFixCtrHdr a {
	color:#CCCCCC;
	text-decoration:none;
}
.oneColFixCtrHdr a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.oneColFixCtrHdr .alignLeft
{
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr .alignRight
{
	text-align: right;
	vertical-align: top;
}
.oneColFixCtrHdr .alignCenter
{
	text-align: center;
	vertical-align: top;
}