body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color : #141414;
	background-image : url(../images/holdingpage_bg.jpg);
	background-repeat : repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

img{
	border: 0;
}
#top {
	width : 942px;
	height: 28px;
	background-color: transparent;
	background-image : url(../images/wrapper_top_bg.gif);
	background-repeat: no-repeat;
	
}
#wrapper {
	width : 942px;
	margin: 0 auto 0 auto;
	margin-top: 15px;
	overflow: hidden;
	height: auto !important;
}
#header {
	float: left;
	clear: left;
	background: url('../images/header.gif');
	height: 116px;
	width: 948px;
}
#navigationEndLeft {
	clear: left;
	float: left;
	background: url('../images/nav_bg_left.jpg');
	background-repeat: no-repeat;
	height: 32px;
	width: 20px;
}
#VersionSite {
	float: left;
	background: url('../images/nav_bg.jpg');
	background-repeat: repeat-x;
	height: 32px;
	width: 400px;
}
#navigation {
	float: left;
	font-size: 12px;
	padding-top: 5px;
	background: url('../images/nav_bg.jpg');
	background-repeat: repeat-x;
	height: 27px;
	width: 502px;
	text-align: right;
}

#navigation a {
	color: #010101;
	text-decoration: none;
	font-weight: 600;
	
}
#navigation a:hover {
	color: #666666;
}
#navigation a:active {
	color: #ffffff;
}
#navigationEndRight {
	float: left;
	background: url('../images/nav_bg_right.jpg');
	background-repeat: no-repeat;
	height: 32px;
	width: 20px;
}
#middle {
	float: left;
	clear: left;
	margin-top: -1px;
	width: 943px;
	background-color: #FFFFFF;
	overflow: hidden;
	height: auto !important;
}

#footerSpacer {
	width: 950px;
	background-color: #ffffff;
	height: 2px;
}

#footer {
	float: left;
	clear: left;
	background: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 4px;
	text-align: center;
	width: 950px;
}


/* Content IDs Begin Here */

#left {
	clear: left;
	float: left;
	height: 100%;
	width: 172px;
	margin-top : 1px;
	margin-left: 7px;
	margin-bottom : 1px;
	background-color: #ffffff;
	height: auto;
}

#center {
	float: left;
	width: 574px;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left: 4px;
	background-color: #ffffff;

}

#right {
	float: left;
	background-color: #ffffff;
	height: 100%;
	width: 172px;
	text-align: left;
	padding-top: 1px;
	margin-left: 4px;
}

/* Small Content Box */

.smallTop {
	width: 169px;
	height: 40px;
	background: url('../images/smallTOP_bg.jpg');
	padding-left: 3px;
	padding-top: 4px;
}

.smallMiddle {
	width: 166px;
	background: url('../images/smallbox_bg.jpg');
	padding-left:  6px;
}
.smallBottom {
	width: 172px;
	height: 10px;
	background: url('../images/smallBottom_bg.jpg');
	background-repeat: no-repeat;
}


/* Main Content Box */

#mainTop {
	width: 570px;
	height: 43px;
	background: url('../images/mainTOP_bg.jpg');
	padding-left: 3px;
	padding-top: 4px;
	margin-bottom: -4px;
}
#mainMiddle {
	background: #f1f1f1;
	padding: 10px;
}
#mainBottom {
	width: 573px;
	height: 10px;
	background: url('../images/mainBottom.gif');
	background-repeat: no-repeat;
}