/* ----------------------------------------------
		MK Driving Academy CSS
		Author: Tim Gomm
---------------------------------------------- */

/* ----------------------------------------------
		global classes
---------------------------------------------- */

body {
	font-family: verdana, helvetica, san-serif;
	font-size: 12px;
	background: #000099;
	background: url('images/bg.gif') repeat;
	color: #000;
}

h1 {
	margin: 0;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: underline; 
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

hr {
	border: 0;
	width: 90%;
	color: #000;
	background-color: #000;
	height: 1px;
}

/* ----------------------------------------------
		Driving Academy Page class
---------------------------------------------- */

.pcenter {
        padding: 30px 0 20px 0;
	text-align: center;
}

.right {
	margin: 20px 5px 5px 5px;
	float: right;
	border: 2px #990000 solid;
}

.right2 {
    margin-top: -30px;
	float: right;
	border: 0;
}

.left {
	float: left;
	border: 0;
	padding-right: 10px;
}

img.left {
	width: 30px;
	height: 30px;
}


/* ----------------------------------------------
		page-wide class
---------------------------------------------- */

#mainwrapper {
	width: 780px;
	margin: auto;
}

/* -----------------------------------------------
		header classes
----------------------------------------------- */

#header {
	width: 100%;
	height: 200px;
	background: url("images/header_background.png") no-repeat;
}

#logo {
	width: 160px;
	height: 150px;
	margin: auto;
	padding-top: 35px;
}

/* ----------------------------------------------------
		navigation classes
---------------------------------------------------- */

ul#navigation {
    float: left;
    list-style: none;
    font-family: verdana, , sans-serif;
    height: 26px;
    width: 780px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    background: #8C0202;
}

ul#navigation ul {
                list-style: none;
}

ul#navigation li {
                display: inline;
                margin-top: 10px;
                margin-left: 0px;
}

ul#navigation a {
        text-decoration: none;
        padding: 10px 20px;
        color: #ffffff;
}

ul#navigation a:hover { color: #CCCCCC; }

/* --------------------------------------------
		main classes
-------------------------------------------- */

#main {
	margin: 0 auto;
	background: #990000;
}

#content {
	padding: 10px;
	min-height: 350px;
	width: 740px;
	margin: 0 auto;
	background: #fff;
}

/* --------------------------------------------
		footer classes
-------------------------------------------- */

#footer {
	margin: 0 auto;
	background: #990000;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	font-size: 10px;
	color: #fff;
}

/* --------------------------------------------
		table classes
-------------------------------------------- */


.form {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	}