body.clawSite {
	width: 1024px;
	margin: 0 auto;
	border: 1px solid gray;
        font-family: arial;
}

.header {
	background: url('img/top.png') no-repeat 0 0;
	height: 170px;
}

body.clawSite .topMenu {
    background: #efd12c url('img/topMenuBg.jpg') repeat-x 0 100%;
    color: yellow;
    font-size: 15px;
}

body.clawSite .topMenu .dijitButtonNode, 
body.clawSite .topMenu .dijitReset,
body.clawSite .topMenu .dijitComboButton .dijitButtonContents, 
body.clawSite .topMenu .dijitComboButton .dijitDownArrowButton {
    font-size:16px;
}

body.clawSite .dijitToolbar .dijitButtonHover {
    background: #4a3f00 url('img/topMenuBg.jpg') repeat-x 0 0;
    border: 1px solid #efd12c;
}

.contentTop {
	background: url('img/content-top.jpg') no-repeat 0 0;
	height: 40px;
}

.content {
	background: url('img/content.jpg') repeat-y 0 0;
	min-height: 300px;
	padding: 0 20px 20px 20px;
}

.footer {
	background: url('img/content-bottom.jpg') no-repeat 0 0;
	height: 254px;	
}

.logo {
	position: relative;
	float: left;
	width: 126px;
	height: 126px;
	background: url('img/claw.png') no-repeat 0 0;
	margin: 20px 10px 0 20px;
}