body {
	
	background: url(http://squishsoftware.com/images/bg.png) repeat-x fixed;
	
	font-family: Helvetica, "Myriad Pro", "Lucida Grande", "Helvetica Neue", "Modern", sans-serif;
    font-size: 11px;
	
}

#navbar {
	
	background: url(http://squishsoftware.com/images/navbar.png) no-repeat;
	
	width: 1007px;
	
	height: 80px;
	
	margin: 150px auto 0;
}

#navbar a {
	
	background: url(http://squishsoftware.com/images/button.png) 0 0 no-repeat;
	
	height: 24px;
	
	width: 75px;
	
	display: inline;
	
	display: -moz-inline-stack;
	
	display: inline-block;

	margin-top: 25px;
	
	margin-left: 15px;
	
	font: bold 13px;
	
	color: #5d7a95;
	
	text-shadow: #fff 0 1px 1px;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	border-width: 0;
	
	padding-top: 8px;
	
}

#navbar a strong {
	
	text-align: center;
	
	display: block;
  
}

#navbar a strong.mini {
	
	text-align: center;
	
	display: block;
	
	font-size: 11px;
	
	margin-top: 2px;
	
}

#navbar a:hover {
	
	color: #313131;
	
	background-position: 0 -32px;
	
}

#navbar a.middle {
	
	margin-left: 265px;
	
}

#content {

	background-image: url(http://squishsoftware.com/images/content.png);
	
	width: 1007px;
	
	margin-left: auto;
	
	margin-right: auto;
	
	font-size: 13px;
	
	line-height: 20px;
	
	text-shadow: #fff 1px 1px 0;
	
}

a {
	
	color: #5d7a95;
	
	font-weight: bold;
	
	border-bottom: 1px dotted #2c3a48;
	
	text-decoration: none;
	
}

a:hover {
	
	color: #3a4d5f;
	
	font-weight: bold;
	
	text-decoration: none;
	
	border-bottom: 1px solid #2c3a48;
	
}

#logo {
	
	background-image: url(http://squishsoftware.com/images/logo.png);
	
	width: 256px;
	
	height: 212px;
	
	position: absolute;
	
	margin-left: 375px;
	
	top: 25px;
	
}

#main {
	
	width: 700px;
	
	color: #4e4e4e;
	
	padding: 20px;
	
}

#content_bottom {

	background-image: url(http://squishsoftware.com/images/content_bottom.png);
	
	width: 1007px;
	
	height: 18px;
	
	margin-right: auto;
	
	margin-left: auto;
	
}

#sidebar {
	
	width: 200px;
	
	position: absolute;
	
	top: 230px;
		
	color: #4e4e4e;
	
	display: inline-block;
	
	margin-left: 750px;
	
	margin-top: 30px;
	
	padding-left: 20px;
	
	border-left: 1px solid #b3b3b3;
	
	font-size: 12px;
	
	line-height: 20px;
	
}

h1 {
	
	margin: 0;
	
	font-size: 18px;
	
	font-weight: bold;
	
}

#sidebar h1 {
	
	margin: 0;
	
	font-size: 16px;
	
}

h1 img {
	
	width: 32px;
	
	height: 32px;
	
	display: inline-block;
	
	margin: 5px 5px 5px 0;
	
	vertical-align: -15px;
	
}

#footer {
	
	text-align: center;
	
	font-size: 12px;
	
	margin: 20px auto 50px;
	
	color: #262626;
	
}