/* *********************
************************
Author: Tom Jordan - www.tom-jordan.co.uk
Created 19/06/2006
Basic formatting styles for all browsers
************************
********************* */

body {
text-align: center;
font-size: 1em;
font-family: arial, helvetica, myriad;
color: #344245;
background: #fff;
margin: 0px;
}

h1 {
font-weight: normal;
font-size: 1.4em;
margin-bottom: 5px;
margin-top: 0px
}

#welcome h1 {
color: #c65d01;
}

#events h1 {
color: #0a3f81
}

#contact h1 {
color: #790d7a
}

#experience h1 {
color: #77960b
}

p, .larger, .small {
font-size: 0.75em;
width: 520px;
margin: 0 0 6px 1px;
}

.larger {
font-size: 0.85em;
}

.small {
font-size:0.75em
}

.tel {
font-size: 1.3em;
margin: 5px 0 5px 3px;
}

#steps h2 {
color: #b2ec03;
margin: 10px 0 0 10px;
font-size: 1.1em;
font-weight: normal;
}

a {
color: #416b74;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}