@charset "utf-8";

:focus {
outline:none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.homeBG {
	background-image: url(imgs/layout/tile_home.jpg);
	background-repeat: repeat-x;
	background-color: #2E120F;
}

.mainBG {
	background-image: url(imgs/layout/tile_main.jpg);
	background-repeat: repeat-x;
	background-color: #2E120F;
}

.mainBGprojects {
	background-image: url(imgs/layout/tile_projects.jpg);
	background-repeat: repeat-x;
	background-color: #2E120F;
}

.linksBG {
	background-image: url(imgs/layout/tile_links.jpg);
	background-repeat: repeat-x;
	background-color: #1A0A0A;
}

.topTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #FEE09A;
	text-align: center;
}

.topTitles img {
	margin-right: 88px;
}

.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FEE09A;
}
.mainText h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FEE09A;
	font-weight: normal;
}
.mainText h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FEE09A;
	font-weight: normal;
	margin-bottom: 8px;
}
.mainText h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C45E55;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.linksTable p {margin:0; padding-bottom:8px;;}
.linksTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FEE09A;
}
.linksTable h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FEE09A;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
.linksTable h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FEE09A;
	font-weight: normal;
}
.linksTable h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C45E55;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

.linksTable a:link, .linksTable a:visited {
	color: #FEE09A;
	text-decoration: none;
} 
.linksTable a:hover, .linksTable a:active {
	color: #FFFFFF;
	text-decoration: none;
} 

.bottomNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FEE09A;
	text-align: center;
}
.bottomNav a {
	padding-left: 8px;
	padding-right: 8px;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #FEE09A;
	text-decoration: none;
} 
.bottomNav a:hover, .bottomNav a:active {
	color: #C45E55;
	text-decoration: none;
} 

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FEE09A;
	text-align: center;
}
.copyright a:link, .copyright a:visited {
	color: #FEE09A;
	text-decoration: none;
} 
.copyright a:hover, .copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
} 
.linksBtmBar {
	background-image: url(imgs/layout/tile_linksBtm.jpg);
	background-repeat: repeat-x;
}
.starfishBtm {
	background-image: url(imgs/starfish.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
