/* Stylesheet for gtevents : dan@bfinternet.co.uk */

body,html 
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img
{
    border: none;
}

body
{
    background-image: url('../img/bg.gif');
    background-position: left;
    background-repeat: repeat-y;
    font-family: sans-serif;
    font-size: 1em;
    color: #6F887D;
}

div#left
{
    width: 300px;
    float: left;
}

div#right
{
    float: left;
    width: 595px;
    padding-top: 30px;
}

.cred p
{
    text-align: center;
}

img#main
{
    margin-top: 10px;
}

ul#menu
{
    text-align: right;
    list-style: none;
    margin-right: 35px;
    text-transform: uppercase;
    font-size: 0.7em;
    padding-left: 0px;
}

ul#menu li
{
    padding: 4px 15px;
    margin: 6px 0px;
}

ul#menu li:hover
{
    background-image: url('../img/menuend.gif');
    background-repeat: repeat-y;
    background-position: right;
}

ul#menu * a
{
    color: #6F887D;
    text-decoration: none;
}

ul#menu li a strong
{
    font-size: 1.2em;
}

div.buttons img
{
    display: inline;
    margin-left: 67px;
}

div.buttons img.first
{
    margin-left: 0px !important;
}

h1
{
    width: 300px;
    height: 162px;
    background-image: url('../img/logo.gif');
}

h1 span
{
    visibility: hidden;
}

h2
{
    font-size: 1.3em;
    font-weight: normal;
    padding-left: 5px;
    text-align: justify;
}

h3,h4,h5
{
    padding-left: 5px;
}

h3
{
    font-size: 1.1em;
    font-weight: normal;
}

p
{
    font-size: 0.8em;
    padding-left: 5px;
    text-align: justify;
}

.fstrip
{
    float: right;
}

.tab
{
   margin-left: 5px;
   color: black;
   text-decoration: none;
   font-weight: bold;
   text-align: center;
   border: 1px green solid;
   padding: 5px;
}

.tab:hover
{
	color: #6F887D;
}

a.galtext
{
	color: gray;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
}

img.side
{
	float: left;
	padding-bottom: 10px;
}

div.copy
{
	margin-left: 188px;
}

/* Contact form */

#contact_form
{
	margin: 0px 0px 20px 5px;
	padding: 0px;
}

#contact_form ol
{
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact_form ol li
{
	margin: 0;
	padding: 0;
}

#contact_form ol li label
{
	width: 100%;
	display: block;
	margin: 1em 0 .1em 0;
	font-size: 0.86em;
	font-weight: bold;
}

#contact_form ol li input
{
	display: block;
	width: 163px;
	border: 1px solid silver;
}

#contact_form ol li textarea
{
	width: 163px;
	border: 1px solid silver;
}

#contact_form ol li input.submit
{
}

#contact_form #verification_img
{
	cursor: pointer;
}
#wrapper {width:960px; margin:0; float:left; }