/* T and A Plastics - CSS Document */

html, body, td, p, a, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
} 

h1 {
	color: #F00;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
body {
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#top {
	width: 750px;
	height: 128px;
}

#topNav {
	height: 20px;
	background-color: #DFDFDF;
	border-bottom: 1px solid #F00;
	color: #000;
	vertical-align: middle;
	text-align: left;
	padding-left: 4px;
	font-size: 9px;
}

#topNav a:link, #topNav a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}

#topNav a:hover, #topNav a:active {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#main {
	width: 750px;
}

#contentManagedArea {
	vertical-align: top;
	padding: 30px 15px;
	font-size: 13px;
	line-height: 22px;
	width: 551px;
}

p
{
	font-size: 13px;
	line-height: 22px;
}

td
{
vertical-align:top;
}

#rightSidedColumn {
	width: 199px;
	border-left: 1px dashed #666666;
	vertical-align: top;
	background-image: url(../images/rightSideImage.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	padding: 230px 0px 30px 5px;
	font-size: 11px;
	line-height: 19px;
}

#footer {
	width: 750px;
	background-color: #FFF;
}

#footNav {
	height: 20px;
	background-color: #DFDFDF;
	border-bottom: 1px solid #F00;
	color: #000;
	vertical-align: middle;
	text-align: left;
	padding-left: 9px;
	font-size: 11px;
}

#footNav a:link, #footNav a:visited {
	color: #000;
	text-decoration: none;
}

#footNav a:hover, #footNav a:active {
	color: #F00;
	text-decoration: none;
}

#extreme {
	height: 50px;
	color: #999;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
}

#extreme a:link, #extreme a:visited {
	color: #999;
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #F00;
	text-decoration: none;
}