
body {
	margin: 0;
	background-image: url('/~lgsa/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body, td {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

h1 {
	font-size: 16px;
	color: #CC7766;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

img {
	border: 0;
}

div.text {
        width: 600px;
        padding: 0 0 0 22;
        text-align: left;
}

td {
	vertical-align: top;
}

td.img {
	text-align: center;
}

a {
	color: #ffffff;
}

/* The header is very special... */

/* padding: top right bottom left */
div.header {
	height: 135px;
	padding: 5 0 0 110;
	background-image: url('/~lgsa/header.gif');
	background-repeat: no-repeat;
}

div.header h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 0%;
	letter-spacing: -1;
}

div.header h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
        color: #CC7766;
}

/* padding: top right bottom left */
/* it will have to be changed to accomodate more text for the menues if we add a lot of things to the website */
div.header table {
	padding: 0 0 0 70px;
	border-spacing: 30px 0px;
}

div.header a {
        text-decoration: none;
        color: #FF8833;
}

div.header h1 a {
	color: #ffffff;
}

div.header a:hover {
        color: #CC7766;
}

div.header h1 a:hover {
	color: #ffffff;
}
