* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #c0c0c0;
	margin: 0px;
	color: #333333;
}
#wrapper {
	margin: 0 auto;
	width: 775px;
	background-image: url(../01_images/layout/wrapper-background.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 40px 25px 5px;
	height: 147px;
	background-image: url(../01_images/layout/header-background.jpg);
	background-repeat: no-repeat;
}

#navigation {
	margin-right: 24px;
	margin-left: 25px;
	background-image: url(../01_images/layout/naviagation-background.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 716px;
	padding-top: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	text-align: center;
}


#leftcolumn {
	width: 590px;
	float: left;
	margin-left: 25px;
	padding: 0px 10px 10px;
}
#rightcolumn {
	float: right;
	width: 112px;
	display: inline;
	margin-right: 24px;
}
#footer {
	clear: both;
	background-image: url(../01_images/layout/footer-background.jpg);
	height: 36px;
	text-align: center;
	font-size: 10px;
	padding-top: 68px;
	background-repeat: no-repeat;
}

#splash-footer {
	clear: both;
	background-image: url(../01_images/layout/splash-footer-background.jpg);
	height: 36px;
	text-align: center;
	font-size: 10px;
	padding-top: 68px;
	background-repeat: no-repeat;
}

.image-left {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.image-right {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
