@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bodyBG.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	text-decoration: none;
	border: none;
}
a {color: #990000;}


#outerWrapper {
	width: 900px;
	height: 510px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #000000;
}
#header {
	width: 900px;
	height: 110px;
	position: relative;
	background-image: url(../images/headerBG.png);
	background-repeat: no-repeat;
	margin: auto;
}
.links {
	position: absolute;
	bottom: 0px;
	right: 5px;
	height: 23px;
	width: 300px;
}


#header .links a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: 400;

}
#header .links a:hover{
	color: #0066FF;
}
#banner {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 670px;
	height: 70px;
	background-image: url(../images/banner.gif);
	border: 1px solid #000000;
}
#innerWrapper{
 	height: 600px;
}
#contentWrapper {
	width: 680px;
	height: 306px;
	top: 15px;
	position: absolute;
	right: 0px;
}
.infoTitle {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #FFC000;
	padding-left: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-right: 10px;
	border-bottom: 1px dashed #000066;
	margin-bottom: 5px;

}

#contentWrapper #upperLeft {
	width: 300px;
	height: 290px;
	float: left;
	position: relative;
	
}
#contentWrapper #lowerLeft {
	width: 350px;
	height: 250px;
	float: left;
	background-color: #CCCCCC;
	margin-top: 10px;
	position: relative;
	
}
#contentWrapper #upperRight {
	width: 340px;
	height: 290px;
	float: right;
	position: relative;
	padding-left: 10px;
	color: #FFFFFF;
}
#contentWrapper #lowerRight {
	width: 350px;
	height: 250px;
	float: right;
	background-color: #CCCCCC;
	margin-top: 10px;
	position: relative;
}
#leftLinks {
	position: relative;
	top: 35px;
	left: 10px;
	width: 162px;
	height: 180px;
}
#leftLinks img {
	margin: 0px;
	
}
#leftLinks a {
	height: 32px;	
	color: #FFFFFF;
}
#leftLinks a:hover{
	color:#990000;
}
#bottomImages1 {
	position: absolute;
	bottom: 55px;
	left: 45px;
	width:150px;
	height: 100px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#bottomImages2 {
	position: absolute;
	bottom: 55px;
	left: 210px;
	width:150px;
	height: 100px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#bottomImages3 {
	position: absolute;
	bottom: 55px;
	left: 375px;
	width:150px;
	height: 100px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#bottomImages4 {
	position: absolute;
	bottom: 55px;
	left: 540px;
	width:150px;
	height: 100px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#bottomImages5 {
	position: absolute;
	bottom: 55px;
	left: 705px;
	width:150px;
	height: 100px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#ourWork{
	position: absolute;
	bottom: 160px;
	width:730px;
	height: auto;
	padding-left: 2px;
	text-align: center;
	font-variant: small-caps;
	font-size: 18px;
	left: 85px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#thumb1 {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 105px;
	height: 110px;
}
#thumb2 {
	position: absolute;
	left: 125px;
	top: 10px;
	width: 105px;
	height: 110px;
}
#thumb3 {
	position: absolute;
	left: 245px;
	top: 10px;
	width: 105px;
	height: 110px;
}
#thumb4 {
	position: absolute;
	left: 5px;
	top: 140px;
	width: 105px;
	height: 110px;
}
#thumb5 {
	position: absolute;
	left: 125px;
	top: 140px;
	width: 105px;
	height: 110px;
}
#thumb6 {
	position: absolute;
	left: 245px;
	top: 140px;
	width: 105px;
	height: 110px;
}

#descriptionBar {
	position: absolute;
	bottom: 20px;
	width:850px;
	height: 24px;
	padding-left: 2px;
	text-align: center;
	font-variant: small-caps;
	font-size: 14px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer{
	position: absolute;
	bottom: 0;
	width:850px;
	height: 20px;
	padding-left: 50px;
	text-align: right;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color:#CCCCCC;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 4px;
	padding-left: 4px;
	
	
}
