/* CSS Document */
*{
    margin:0;
    padding:0;
}

body{
}

#pageWrapper, #pageWrapperBgRepeat {
	min-height: 900px;
	height: 100%;
	width: 1031px;
	margin:0 auto 0 auto;
}

#footer {
    border-top: none;
    width:780px;
    margin:0 auto 0 auto;
    padding-bottom: 20px;
    padding-top:20px;
}

#header{
    height:170px;
    width: 800px;
    margin-left: 100px;
}

#header a#logo {
    float:left;
    display:block;
    width: 150px;
    height: 100px;
    margin-left: 50px;
    margin-top: 30px;
}

#leftPane, #rightPane{
    width: 100px;
    heigth: 100px;
    padding: 10px;
    float: left;
    display: none;
}

#centerPane {
    width: 800px;
    min-height: 300px;
    height: 100%;
    padding: 10px;
    float: left;
    margin-left: 110px;
    border: none;
}

#centerPaneHome {
    width: 1000px;
    min-height: 400px;
    padding: 10px;
    float: left;
    margin-left: 121px;
}

#centerPaneRepeat {
    width: 800px;
    min-height: 300px;
    height: 100%;
    margin-left: -10px;
    margin-top: 271px;
}

#banner {
	margin-left: 6px;
}

#bottomImagesContent {
	float: left;
    margin-top: 30px;
    margin-left: 117px;
    width: 820px;
    height: 100%;
}

#bottomImagesHome {
    float: left;
    margin-top: -105px;
    margin-left: 117px;
    padding-bottom: 20px;
    width: 820px;
    height: 100%;
}

#contentBanner {
	margin-left: 20px;	
	margin-top: 20px;
}

#contentBgRepeat {
    min-height: 300px;
    height: 100%;
    width: 800px;
    margin-left: 6px;
}

#contentInfo {
	width: 518px;
	float: left;
	margin-top: 10px;
	line-height: 17px;
	padding-bottom: 15px;
}

#contentInfo img {
	padding: 10px;
	max-height: 300px;
	max-width: 300px;
}

#contentMain {
    width: 800px;
    min-height: 300px;
    height: 100%;
    margin-top: -282px;
    border: none;
}

#flashPiece {
	margin-left: -10px;
	margin-top: -10px;
}

#contentSubMenu {
	width: 162px;
	min-height: 200px;
	height: 100%;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
	text-align: right;
	padding-right: 55px;
	padding-left: 8px;
	line-height: 20px;
}

#contentFooter {
	width: 801px;
}

p.centerP {
	text-align: left;
}

#bottomImagesHome a.btmButtons, 
#bottomImagesContent a.btmButtons {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomImagesHome a:hover.btmButtons, 
#bottomImagesContent a:hover.btmButtons {
    color: #FFFFFF;
    text-decoration: underline;
}

#contentPic1, #contentPic2, #contentPic3, 
#homePic1, #homePic3, #homePic2 {
    float: left;
}

#picContent1, #picContent2, #picContent3 {
	float: left;
	color: #FFFFFF;
}

#picContent1 p, #picContent2 p, #picContent3 p {
    color: #FFFFFF;
}

#picContent1 {
	width: 272px;
	min-height: 150px;
}

#picContent1 p {
    width: 257px;
    margin-top: 65px;
    margin-left: 10px;
}

#picContent2 {
    width: 264px;
    min-height: 150px;
}

#picContent2 p {
    width: 249px;
    margin-top: 65px;
    margin-left: 10px;
}

#picContent3 {
    width: 265px;
    min-height: 150px;
}

#picContent3 p {
    width: 250px;
    margin-top: 65px;
    margin-left: 10px;
}

#pic1{
	width: 270px;
	height: 65px;
	display: block;
	float: left;
}
#pic2 {
	width: 260px;
    height: 65px;
    display: block;
    float: left;
}
#pic3 {
	width: 260px;
    height: 65px;
    display: block;
    float: left;
}

.spacer{
    clear:both;
    height:5px;
    width:5px;
}

.clear{
    clear:both;
}