body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #ECE9D8;
}

#header {
	position: absolute;
	width: 100%;
	background-image: url(../Assets/Images/sandiascrop.png);
}

#companyname	{
	font-size: 36px;
	color:  #FFCC99;
	height: 130px;
	text-align: center;
	z-index: 92;
	font-style: italic;
	text-transform: uppercase;
	font-family: Impact;
	
}

#pagetitle {
	height: auto;
	width: 100%;
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	background-color: #FFCC99;
	z-index: 90;
	font-style: italic;
}

#nav {
	height: auto;
	background-color: #000000;
	z-index: 100;
}


#main {
	position: absolute;
	top: 229px;
	width: 74%;
	height: auto;
	font-size: 80%;
	left: 6px;
}

#content {
	margin-left: 45px;
	padding: 5px;
	text-align: justify;
}

#content td {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
	text-transform: none;
}
	
#footer {
	width: 100%;
	padding: 5px;
	font-size: 80%;
}

#sidebar {
	position: absolute;
	top: 235px;
	height: auto;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size:8px;
	right: 0;
	width: 183px;
}
	
h1 {
	color: #FF9966;
	font-size: 130%;
	text-align: center;
}

h2 {
	color: #666666;
	font-size: 120%;
	text-align: center;
}

h3 {
	font-size: 100%;
	color: brown;
	text-align: center;
}

h4 {
	font-size: 90%;
	color: #669999;
	text-align: center;
}

#thd {
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color: black;
	background-color: #FFCC99;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}

li {
	color: black;
	line-height: 15px;
}

img {
	padding-left: 5px;
}
	
select {
	font-size: 100%;
}

form {
	padding: 10px;
}

.albumrow {
	padding: 5px;
}

.button {
	color: white;
	background-color: rgb(102,141,177);
}

.expandtext {
	font-size:  120%;
	font-weight: bold;
	color: #FF9966;
}
