/* CSS Document */

body {}

#top {
	margin: 0 auto;
	width: 950px;
	height: 230px;
	background: url(../images/layout/header.jpg) no-repeat;
	position: relative;
	}

#middle {
	margin: 0 auto;
	width: 950px;
	}
#middle div#other-links p {
	font-size:14px;
	line-height:25px;
	margin-left:1em;
	text-align:center;
	}
#middle div#other-links a img {
	margin: 0 0.4em 0 0;
	}
	
#middle div.col {
	width: 225px;
	margin: 5px;
	}
#middle div.col-double {
	width: 462px;
	margin: 5px;
	}
#middle div.col-triple {
	width: 715px;
	}

#sidebar {}





#bottom {
	width: 950px;
	margin: 0 auto;
	padding-top: 34px;
	background: url(../images/layout/chain.jpg) no-repeat;
	}
