* {
	margin: 0;
	padding: 0;
	}
body {
	background: #ffffcc url(../images/background_tile.jpg) left top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: none;
	}
p, h1, h2, h3 {
	margin: 10px;
	}
ul.products {
	margin-top: 5px;
	padding-top: 5px;
	}
	
h2, h3 {
	margin-bottom: -8px;
	}
h2.products {
	margin-bottom: 10px;
	}
p {
	line-height: 1.5em;
	}
h1, h2, h3 {
	color: #0055a5;
	font-size: 16px;
	}
#heading h1 {
	color: #fff;
	}
h3 {
	font-size: 12px;
	margin-bottom: -8px;
	}
a:link, a:visited {
	color: #0055a5;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ff9900;
	}
a.heading_link {
	text-decoration: none;
	}	
ul {
	margin: 0px 10px 0px 15px;
	padding: 0px 10px 0px 15px;
	}
#right_column ul {
	margin-top: 15px;
	}
#right_column ul ul {
	margin-top: 3px;
	}
li {
	margin-bottom: 5px;
	}	
ul ul {
	margin: 3px 10px;
	padding: 3px 10px;
	}
ul ul li {
	margin-bottom: 3px;
	}
	
	
div.clear {
	clear: both;
	font-size: 0;
	}	
	
	
	
#content_container {
	width: 865px;
	text-align: left;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	}
#banner_image_wrapper {
	width: 865px;
	height: 156px;
	}
#banner_image {
	width: 865px;
	height: 131px;
	}
#menu {
	height: 25px;
	width: 865px;
	}
#heading {
	width: 865px;
	height: 326px;
	}
#heading_text_wrapper {
	width: 865px;
	height: 326px;
	position: relative;
	}
#heading_text {
	width: 452px;
	color: #fff;
	border: 1px solid #999;
	background-image: url(../images/shade30.png);
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 10;
	}
	
#heading_text p {
	font-size: 13px;
	line-height: 1.5em;
	}
#heading_text a {
	font-weight: normal;
	color: #fff;
	}

	
	
/*--background images next to main heading - home page images use javascript--*/

#home #heading {
	background: url(../images/banner_backgrounds/home.jpg) left top no-repeat;
	}
#courses #heading{
	background: url(../images/banner_backgrounds/courses.jpg) left top no-repeat;
	}
#prices #heading {
	background: url(../images/banner_backgrounds/prices.jpg) left top no-repeat;
	}
#about #heading {
	background: url(../images/banner_backgrounds/about.jpg) left top no-repeat;
	}
#systems #heading {
	background: url(../images/banner_backgrounds/systems.jpg) left top no-repeat;
	}
#service #heading {
	background: url(../images/banner_backgrounds/SOAcourse.jpg) left top no-repeat;
	}
#analysis #heading {
	background: url(../images/banner_backgrounds/softwareanalysis.jpg) left top no-repeat;
	}
#software #heading {
	background: url(../images/banner_backgrounds/softwareCourse.jpg) left top no-repeat;
	}
#infosec #heading {
	background: url(../images/banner_backgrounds/infoseccourse.jpg) left top no-repeat;
	}
#safety #heading {
	background: url(../images/banner_backgrounds/safetycourse.jpg) left top no-repeat;
	}

/*--*/



#column_wrapper {
	width: 865px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	}
#left_column {
	width: 527px;
	float: left;
	display: inline;
	}

#right_column {
	width: 298px;
	float: right;
	display: inline;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #039;
	}
#copyright {
 	clear: both;
	/*width: 100%;*/
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 10px;
	padding: 10px 0px 10px 10px;
	border-top: 4px solid #fff;
	}
#copyright_text {
	text-align: left;
	width: 865px;
	margin: 0 auto;
	}
#copyright p {
	margin: 0px;
	}	
#copyright a:link, #copyright a:visited {
	color: #fff;
	text-decoration: underline;
	}
#copyright a:hover, #copyright a:active {
	color: #fff;
	text-decoration: none;
	}
p.focus {
	font-weight: bold;
	}

table {
	margin: 20px 10px 10px 10px;
	}
td, th {
	vertical-align: top;
	padding: 5px;
	text-align: left;
	}
#prices h3 {
	margin-bottom: -15px;
	}
/* td.personnel_name {
	padding-bottom: 25px;
	}
table p, table h3 {
	margin: 0px;
	margin-left: 7px;
	}
table#personnel {
	margin-top: 20px;
	}*/	
	
table.booking {
	border-top: 1px solid #039;
	border-left: 1px solid #039;
	width: 99%;
	}
table.booking td, table.booking th {
	border-bottom: 1px solid #039;
	border-right: 1px solid #039;
	} 	
img.left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	}
	
img.right {
	float: right;
	margin: 10px 10px 0px 10px;
	}
.smallprint {
	font-size: 10px;
	line-height: 1.2em;
	}	
