body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000099; }

img { border: 0px; }

table.wrapper {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF url(graphics/table_bg.gif) top center repeat-y; }
		
	td.wrapper_top {
		background: #000099 url(graphics/table_bg_top.gif) bottom center no-repeat;
		height: 9px; }
		
	td.wrapper_bottom {
		background: url(graphics/table_bg_bottom.gif) bottom center no-repeat;
		height: 9px; }

table.main {
	margin-left: auto;
	margin-right: auto; }
		
td.logo {
	padding: 20px 0 20px 10px;
	background: #FFFFFF url(graphics/dot_bg.gif) bottom left repeat-x; }
		
td.nav {
	width: 200px;
	padding: 10px 0 20px 0;
	background: url(graphics/nav_bg.gif) top right repeat-y; }
		
	td.nav ul {
		padding: 0px;
		margin: 0px;
		margin-bottom: 30px;
		list-style: none; }
		
	td.nav ul li {
		padding-bottom: 4px; }

td.content {
	padding: 10px 0 30px 0;
	width: 560px; }
	
	.content p { margin-left: 30px; margin-right: 30px; text-align: left; }
	.content p.more { margin-left: 40px; margin-right: 30px; }
	
	/* Table on main page with the courses and phot */
	table.home_intro { width: 500px; margin-left: 30px; }
	
		.home_intro td.left { width: 260px; }
		
		td.left div { margin: 10px 0 10px 10px; }
		
		.home_intro td.right { width: 240px; }
		
	/* Contact Me table */
	table.contact_me { width: 500px; }
		table.contact_me td.left { width: 150px; }
		table.contact_me td.right { width: 350px; }
		table.contact_me input, textarea { margin-left: 10px; margin-bottom: 6px; }
	
	/* Qualificationas page */
	table.qual_1 { width: 500px; }
		table.qual_1 td.left { width: 100px; }
		table.qual_1 td.right { width: 400px; }
			table.qual_1 td.right span.name { font-size: 18px; font-weight: bold; }
			table.qual_1 td.right p { margin: 10px 0 10px 0; }
	
	ul.myinfo {
		text-align: left;
		margin-left: 40px;
		padding: 0px;
		list-style-type: none; }
		
		ul.myinfo li { background: #FFFFFF url(graphics/listbullet.gif) center left no-repeat;
			padding: 0 0 6px 14px; }
		
	div.links ul { list-style-image: url(graphics/arrow.jpg); margin: 0 0 0 50px; padding: 0px; }
	div.links li { padding: 0 0 6px 0; }
	
	.content dl { margin-left: 30px; margin-right: 30px; }
	.content dt { background: #FFFFFF url(graphics/listbullet.gif) center left no-repeat; font-weight: bold; padding-left: 10px; }
	.content dd { padding-top: 10px; padding-bottom: 20px; }

td.copyright {
	background: #FFFFFF url(graphics/dot_bg.gif) top left repeat-x; }

div.copy {
	padding: 10px 10px 0 20px; }
	
div.bottom_nav {
	font-size: 10px;
	padding: 4px 10px 0 20px; }
	
	div.bottom_nav a:link { text-decoration: none; }
	div.bottom_nav a:active { text-decoration: none; }
	div.bottom_nav a:hover { text-decoration: none; color: #990000; }
	div.bottom_nav a:visited { text-decoration: none; }
	
span.class { font-size: 14px; font-weight: bold; }
span.class_date { color: #333333; padding-left: 16px; }
div.class_info { padding: 10px 10px 10px 30px; }
div.header2006 {
	margin: 0 30px 10px 30px; padding-bottom: 6px;
	border-bottom: 1px solid black;
	text-align: left; font-size: 20px; font-weight: bold; }
