/* CSS Document */
body {

background: #FFF1B8;
color:#FDCAD3;
margin:0px;
white-space: normal;
font-weight: normal;
}

h1 {
font:Georgia, "Times New Roman", Times, serif 20px;
color:  #000000;
text-align:center;
font-weight: bold;
}

h2 {
font:Georgia, "Times New Roman", Times, serif 20px;
color: #000000;
text-align:left;
font-weight: regular;
}

h3 {
font:Georgia, "Times New Roman", Times, serif 14px;
color:  #726F68;
text-align:center;
font-weight: regular;
}

h4 {
font:Georgia, "Times New Roman", Times, serif 12px;
color:  #726F68;
text-align:center;
font-weight: regular;
}

h5 {
font:Georgia, "Times New Roman", Times, serif 12px;
color:  #726F68;
text-align:left;
font-weight: regular;
}

li {
font: Georgia, "Times New Roman", Times, serif 20px;
color: #000000;
margin-left:10px;
}

p {
font: 14px Georgia, "Times New Roman", Times, serif;
color: #000000;
text-align:left;
font-weight: regular;

}

#awards {
	
height:auto;


}

#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #FFF1B8;
 margin-top:61px;
}

#title{
 width:800px;
 text-align:center;
 margin-bottom:5px;
}

#maincol{
 width: 800px;
 text-align:left;
 background-color:#FFF1B8;
 color:#FFF1B8;
position:relative;
min-height: 100%;
margin-bottom: -61px;
}

#leftcol{
position:relative;
width: 280px;
background-color: #FDB5C0;
border:solid 15px;
border-color:#98C83B;
float:left;
height:500px;
 
}

#rightcol{
position:relative;
height:500px;
width: 450px;
background-color: #FDB5C0;
border:solid 15px;
border-color: #98C83B;
float:right;
padding-left:5px;
}

#leftcol2{
position:relative;
width: 280px;
background-color: #FDB5C0;
border:solid 15px;
border-color:#98C83B;
height:625px;
float:left;
 
}
#rightcol2{
position:relative;
width: 450px;
height:625px;
background-color: #FDB5C0;
border:solid 15px;
border-color: #98C83B;
float:right;
padding-left:5px;
}

#gallerycnt{
position:relative;
width:750px;
background-color: #FDB5C0;
border:solid 15px;
border-color:#98C83B;
min-height:600px;
padding:10px;
color:#FDB5C0;

}

a:link {color: #000000}
a:hover {color: #98C83B}
a:active {color: #98C83B}
a:visited {color: #000000}


#footer{
	position: relative;
	height: 61px;
	background-image: url('footer.gif');
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
	color: #333333;
	
	
}
#footer A:link {text-decoration: none}
#footer A:visited {text-decoration: none}
#footer A:active {text-decoration: none}
#footer A:hover {text-decoration: none; color: red;}









html, body {
height: 100%;
}

.clearfooter {
height: 61px;
clear: both;
}

#container {
height: 100%;
}
 
