/* Traffic Avdertising CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	background-image: url(../images/bg_stripe_01.jpg);
	background-repeat: repeat;
	color: #FFFFFF; 
}

#main {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 650px;
	margin-top: 0px;
}

#left { 
	float: left;
	width: 250px;
	padding: 0px;
	height: 650px;
}

#left .header1 { 
	float: left;
	width: 250px;
	padding: 0px;
	height: 160px;
	background-image: url(../images/ta_left_header_01.png);
	background-repeat: no-repeat; 
}

#left .header2 { 
	float: left;
	width: 176px;
	padding-top: 18px;
	padding-left: 64px;
	padding-right: 0px;
	height: 359px;
	background-image: url(../images/ta_left_header_02.png);
	background-repeat: no-repeat; 
}

#left .header3 { 
	float: left;
	width: 250px;
	padding: 0px;
	height: 112px;
	background-image: url(../images/ta_left_header_03.png);
	background-repeat: no-repeat; 
}

#right { 
	float: right;
	width: 700px;
	padding: 0px;
	height: 687px; 
}

#right .header { 
	width: 700px;
	padding: 0px;
	height: 100px;
	background-image: url(../images/ta_right_header_01.jpg);
	background-repeat: no-repeat; 
}

#right .dvd {
	float: right; 
	width: 150px;
	padding-top: 20px;
	padding-right: 10px;
	height: 70px;
}


#right .menu { 
	width: 700px;
	padding: 0px;
	height: 26px;
}

#right .title { 
	width: 700px;
	padding: 0px;
	height: 90px;
}

#right .info { 
	width: 670px;
	padding-left: 20px;
	padding-right: 10px;
	height: 360px;
	text-align: justify;
}

#right .titlebase {
	width: 700px;
	padding: 0px;
	height: 35px;
	background-image: url(../images/ta_title_base_01.png);
	background-repeat: no-repeat; 
}

#right .copyright { 
	width: 492px;
	padding-top: 10px;
	padding-left: 208px;
	padding-right: 0px;
	height: 22px;
	text-align: left;
	font-size: 10px;
	color: #e7a301;
}

#right .veugeler { 
	width: 500px;
	padding-top: 10px;
	padding-left: 200px;
	padding-right: 0px;
	height: 22px;
	text-align: left;
	font-size: 10px;
	color: #e7a301;
}

/* ------------------ HOME ---------------- */


#right .image01 {
	display: block;
	float: left;
	width: 300px;
	height: 188px;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 30px;
}


/* ------------------ FONT SIZES ---------------- */

#right .h1 {
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#right .h2 {
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #e7a301;
}

#right .h3 {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color:  #e7a301;
}

#right .h4 {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #e7a301; font-weight:bold; text-decoration: none;}
a:visited {color: #e7a301; font-weight:bold; text-decoration: none;}
a:active {color: #e7a301F; font-weight:bold; text-decoration: none;}
a:hover {color: #ffff00; font-weight:bold; text-decoration: none;}

a.black:link {color: #000000; font-weight:bold; text-decoration: none;}
a.black:visited {color: #000000; font-weight:bold; text-decoration: none;}
a.black:active {color: #000000; font-weight:bold; text-decoration: none;}
a.black:hover {color: #000000; font-weight:bold; text-decoration: none;}
