body {
    font-family: "Arial", serif;
    background-color: #ffffff;
    font-size: 100%; /* For IE */
    margin: 0px;
    padding: 0px;
}

html>body {
    font-size: 12px; /* IE can't read this */
    height: 100%;
}

td {
    font-family: "Arial", serif;
    font-size: 1.0em;
    color: #996600;
    font-weight: bold;
}

h1 {
    font-family: "Arial", serif;
    font-size: 1.0em;
    color: #663300;
    font-weight: bold;
}

input, select, textarea {
    font-family: "Arial", serif;
    font-size: 1.0em;
}

a {
    color: #336633;
    text-decoration: none;
}
a:hover {
    color: #996600;
    text-decoration: underline;
}

.topbar {
    background-image: url(../../images/top-bg.gif);
    background-repeat: no-repeat;
}

.menubox {
    background-color: #ffff99;
    padding-left: 15px;
}

.menutable {
	position: relative;
	top: 10px;
}

.contenttext {
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 10px;
	width:400px;
}
.contenttext td{
	background-color:#dbdbc2;
}

.imagemiddle {
    position: relative;
    top: 20px;
    height: 270px;
    width: 400px;
    border-style: solid;
    border-color: #9A9966;
    border-width: 2px;
    border-radius: 2px; /* CSS3 feature to round the border ever so slightly - Tested working in Firefox 6.0.2/IE9/Google Chrome 14/Opera 11.51/Safari 5.1  */
}

.imageright {
    position: absolute;
    top: 40px;
    right: 0px;
}

.footertext {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.80em;
    color: #996600;
    border-top: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding-top: 2px;
    padding-bottom: 3px;
}

.phone {
    color: #663300;
    font-size: 1.1em;
}

/**
	New/changed values - Callum
*/
.top-logo {
    position: absolute;
    top: 40px;
    left: 50px;
}

.maintable {
    position: relative;
	top: 30px;
    left: 10px;
}

.contexttable {
    position: relative;
    left: 0px;
    width: 275px;
}

.mainpage {
    position: relative;
    width: 800px;
    margin: auto;
    text-align: left;
    padding: 15px;
}

.rightimage {
    position: absolute;
    top: 200px;
    right: 0px;
}

.footertable {
    
}
