/* CSS for Right Impact */

* {margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	background-color: #444;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:12px;
}


td,input, textarea{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:12px; 
	color:#444;	
	vertical-align:top;
}

a { color: #d70000; text-decoration: none;}
a:hover { color: #444; text-decoration: none;}
a img { border:0;}

ul li {
	list-style: none;
	display: inline;
}

#spacer {
	clear: both;
	height: 15px;
}

#bigspacer {
	clear: both;
	height: 100px;
}

#wrapper {
	width: 955px;
	margin: auto;
	padding: 0;
}

#header {
	width: 100%;
	margin: auto;
	height: 152px;
	background-color:#fff;
}

#logo {
	width: 325px;
	height: 152px;
	float:left;
}

#tagline {
	width: 600px;
	height: 112px;
	margin-right:20px;
	float:right;
	background: url(../images/index_02.jpg) no-repeat;
}

#nav {
	width: 843px;
	height: 40px;
	float: right;
	margin-top:-40px;
}

#banner_container {
	width: 100%;
	height: 339px;
	margin: auto;
}

#flash_banner {
	width: 616px;
	height: 339px;
}

#Welcome_Message {
	width: 339px;
	height: 339px;
	margin-top: -339px;
	float: right;
}

#content_container {
	width: 955px;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
}

#content_index{
	width: 100%;
}

#content_subpages{
	overflow:hidden;
	width: 800px;
	margin: auto;
}

#content_938_left {
	width: 550px;
	float: left;
	text-align: justify;
}

#content_938_right {
	width: 230px;
	padding: 5px 10px 10px 10px;
	float: left;
}

#content_programme_left {
	width: 550px;
	position: relative;
	text-align: justify;
}

#content_programme_right {
	width: 200px;
	padding: 5px 10px 10px 10px;
	float: right;
	position: relative;
}

#tabular_text {
	padding: 5px 10px 10px 10px;
}

.table_padding {
	padding: 5px;
}

#footer_containter {
	width: 955px;
	padding: 10px;
	background-color: #444;	
}


/* Typo */

.welcomeTxt {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:11px; 
	color: #fff;
}

.title { 
	color: #ff930d;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.big_title {
	color: #ff930d;
	font: bold 40px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

.title_black { 
	color: #000;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.heading { 
	color: #ff930d;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.subheading { 
	color: #444;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.names { 
	color: #444;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.bodytext { 
	color: #444;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.tagline_orange { 
	color: orange;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.dates { 
	color: #ff930d;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footer {
	color: #fff;
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}






