html, body {height: 100%;}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

#whiteline {
height: 2px;
border-top: 1px, solid, red;
border-bottom: 1px, solid, white;
}



/* Standard Links */
a:link{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #0000FF;
text-decoration: none;
}

a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #0000FF;
text-decoration: none;
}

a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #0000FF;
text-decoration: none;
}

a:hover{
text-decoration: underline;
font-size: 10px;
background-color: #B10D00;
}

/* Copyright Links */
a.copyright:link{
font-size: 9px;
color: #ffffff;
text-decoration: underline;
}

a.copyright:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
text-decoration: none;
}

a.copyright:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
text-decoration: none;
}

a.copyright:hover{
text-decoration: underline;
font-size: 9px;
}

/* Heading Links */
a.heading2:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0C02;
text-decoration: none;
}

a.heading2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0C02;
text-decoration: none;
}

a.heading2:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0C02;
text-decoration: none;
}

a.heading2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0C02;
background-color: #B10D00;
}


/* Header Links */
a.header:link{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
text-decoration: none;
}

a.header:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
text-decoration: none;
}

a.header:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
text-decoration: none;
}

a.header:hover{
text-decoration: underline;
font-size: 9px;
background-color: #B10D00;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0C02;
}

/* News page */
.newsletter {
	width: 215px;
	border: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
}
.newsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.newsauthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #000000;
}

.img {
border-color: black;
}

#portfolio {
height="100px";
overflow: auto;
}

#gallery {
height: 320px;
width: 500px;
overflow: auto;
}

#awards {
height: 320px;
overflow: auto;
}

/*-------------------------------*/
/*    CSS :: GALLERY MODULE      */
/*-------------------------------*/

#gallery {
margin, padding: 0;

}

#gallery ul {
	clear: left;
	padding: 0;
	margin:0;
}

#gallery li { 
	list-style:none!important; 
	float: left; 
	border: 1px solid #cccccc;
	text-align:center;
    	margin: 5px;
}

#gallery img {
	border: 0;
}


