/*
Theme Name: ala
Theme URI: http://www.lasersdownunder.com
Description: Theme for Australian Laser Association by The Globecast
Version: 1.0
Author: The Globecast
Author URI: http://www.theglobecast.com/
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/backgroundtop.gif);
	background-repeat: repeat;
	}

#container {
	background-image: url(images/mainback.gif);
	background-repeat: repeat-y;
	width: 809px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 112px;
	width: 809px;
	background-image: url(images/header_new.jpg);
	background-repeat: no-repeat;
}

#homelink {
	position: absolute;
	height: 90px;
	margin-left: 20px;
	top: 10px;
	width: 210px;
}

#navigation {
	width: 809px;
	height: 53px;
	margin-bottom: -5px;
	padding: 0px;
	background-color: #1369B0;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
}

#content {
	background-image: url(images/maintop.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.85em;
	padding-top: 90px;
	padding-right: 20px;
	padding-left: 20px;
}

#content h1 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(images/footerback.gif);
	height: 30px;
	text-align: center;
	width: 809px;
	padding-top: 190px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.65em;
}

#h1 {
	padding:0;
	margin: 0;
}

blockquote {
	padding-top: 0px 10px 0px 10px;
	background-color: #024073;
	border-width: 2px;
	border-style: solid;
	border-color: #1369B0;
	margin: 0px;
}

a:link, a:visited, a:active, a:hover {
color: #6cd1e3;
	font-weight: bold;
text-decoration: none;
}