html{
	margin-top: 0px;
	float: center;
	
}

.body{
	margin: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background: #B5C2CB;
}

.total-container{
	width: 763px;
	display: block;
	margin: 0px;
float: center;	
}

.header-block{
	width: 100%;
	height: 187px;
	background: url(../images/thomas-and-young-logo.gif) no-repeat;
	background-color: #B5C2CB;
	position: relative;
	display: block;
}

.title-block{
	width: 100%;
	height: 35px;
	background: url(../images/title_bg.gif) repeat-x;
	position: relative;
	display: block;
}

.mainmenu-block{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 10px 15px 0 0;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

.logo{
	width: 295px;
	height: 187px;
	display: block;
	border: 0px solid #red;
	margin: 0px;
	float: left;
}

.strapline{
	height: 31px;
	width: 400px;
	display: inline;
	position: relative;
	border: 0px solid #fff;
	float: right;
	clear: both;
	overflow: hidden;
	margin-top: 120px;
}

.content-block{
	width: 100%;
	height: 320px;
	display: block;
	background: #ffffff;
}


.image-block{
	width: 328px;
	height: 275px;
	display: block;
	margin-top: 40px;
	float: left;
}

.caption-block {
	width: 325px;
	height: 30px;
	margin-top: 15px;
	display: inline;
	vertical-align: middle;
	font-family: arial, helvetica, sans-serif;
	color: #617482;
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	text-align: right;
	clear: left;
	float: left;
}


.text-block{
	float: right;
	width: 400px;
	height: auto;
	display: block;
	margin-top: 40px; 
	
}

.footer-block{
	width: 748px;
	height: 90px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	clear: both;
	background: #617482;
}
	
.title {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
	margin-left: 363px;
	padding-top: 8px;
	display: block;
}
	
p	{
	font-family: arial, helvetica, sans-serif;
	color: #617482;
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 15px;
}

p.start	{
	color: #3EC3E2;
}

li {
	list-style-type: square;
	font-family: arial, helvetica, sans-serif;
	color: #617482;
	font-size: 12px;
	line-height: 12px;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 4px;
}

.mainmenu-block a{

	text-decoration: none;
	color:#617482;
}

.mainmenu-block a:hover{
	text-decoration: underline;
}

a {
	text-decoration: none;
	color:#3EC3E2;
}

a:hover {
	text-decoration: underline;
	color:#617482;
}

.credit {
	margin-top: 20px;
	color: #b5c2cb;
}

.credit a{
	color: #b5c2cb;
}

