@charset "UTF-8";
/* CSS Document */


#mainWrapper {
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

#topContainer {
	width: 800px; 
	margin-left:auto;
	margin-right:auto;
	height: 150px;
	}
#logoContainer {
	width: 240px;
	height: 150px;
	float: left;
	clear:left;
	}
#navigationContainer {
	width: 550px;
	height: 30px;
	float:right;
	clear:right;
	padding-top: 100px;
	}
#header {
	width: 800px;
	height: 290px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	}
#bodyContainer {
	width: 800px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#sidebarLeft {
	width:240px;
	min-height: 500px;
	float:left;
	clear:left;
	overflow: hidden;
	}
#contentRight {
	width: 530px;
	min-height: 500px;
	float:right;
	clear:right;
	padding-left: 20px;
	margin-top: 0px;
	}
#footerJayo {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #485818;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#footerCentered {
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	}
#footerLeft {
	width: 240px;
	float: left;
	}
#footerPomni {
	width: 150px;
	float: left;
	clear: none;
	}
#footerBookmark {
	width: 200px;
	float: left;
	clear: none;
	}
	
/*  Talk Bubble Settings */
#talkBubble {
	width: 240px;	
	height: 290px;
	float:left;
	clear:left;
	background-image: url(../images/talkBubble.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	}
#talkBubble_Comment {
	width: 200px;
	height: 100px;
	background-position: center center;
	vertical-align: middle;
	margin-top: 100px;
	margin-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
		}
#talkBubble_Name {
	width: 185px;
	height:20px;
	margin-top: 40px;
	margin-right: 55px;
		}
#talkBubble_Company {
	width: 185px;
	height:10px;
	margin-top: -5px;
	word-spacing: normal;
	margin-right: 55px;
		}		
		
#rotator {
	margin-top: 0px;
	clear:right;
	overflow: hidden;
	text-align: right;
	height: 300px;
	float: right;
	padding-top: 20px;
	}
	
#talkBubbleFiller {
	width: 180px;
	height: 100px;
	float:left;
	clear:left;
	background-image: url(../images/talkBubble.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 30px;
	}
