* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 923px;
}

.clear {
	clear: both;
}

#header {
 width: 923px;
 padding: 0px;
 height: 121px;
 margin: 0px;
}

#content { 
 width: 923px;
 color: #0D4044;
 margin: 0px;
 height: 480px;
 background-image: url(../images/content-bg.gif);
 background-repeat: no-repeat;
}

#content-left {
	float: left;
	width: 385px;
	height: 480px;
}

#content-right {
	float: right;
	width: 536px;
	height: 480px;
}

#cr-t-and-p {
	height: 308px;
	width: 100%;
	overflow: hidden;
}

#cr-tap-pic {
	width: 150px;
	padding: 37px 0 0 0;
	float: right;
	text-align: center;
	overflow: hidden;
}

#cr-tap-main {
	float: left;
	width: 381px;
}

#cr-tapm-title {
	padding: 0 0 13px 3px;
}

#cr-tapm-text {
	font-size: 12px;
	color: #3C585C;
	padding: 0 0 0 4px;
	height: 230px;
	overflow: hidden;
}

#cr-tapm-arrows {
	text-align: right;
}

#cr-quote {
	height: 170px;
}