/* Start of CMSMS style sheet 'tio-layout' */
/* -----------------------------------------
* Filename: layout.css
* Version: 1.1.0 (2007-12-21) yyyy-mm-dd
* Website: http://www.stylephreak.com/
* Author: Anthony Eggert
* Description: Modern resets to handle browser inconsistencies and overall global layout.
----------------------------------------- */

/* Elements we want to clean out entirely: */
html { 
	font-size:100.01%; /* This odd 100.01% value for the font size compensates for several browser bugs. */
}

html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 1em 0;
        padding: 0;
}

/* Left margin to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/* Layout: */
#container {
	width: 990px;
	margin: 0 auto;
}
#header {
	height: 230px;
}
#header h1 {
	margin: 0;
	height: 96px;
}
#logo {
	margin-left: 50px;
}
#navigation {
        margin: 0 0 0 50px;
}
#content-wrap {
        background: transparent url(images/thinkitout/content-top.png) center top no-repeat;	
        padding-top: 10px;
	width: 990px;
}

#content {
        border: 4px solid #500;
        background-color: #fff;
	border-bottom-width: 0;
	border-top-width: 0;
	margin: 0 auto;
	width: 872px;
		min-height:650px;
		height:auto !important;
		height:650px;
}
#content-container {
	float: left;
	display: inline;
	width: 490px;
	padding: 5px 0 5px 40px;
}
#content-column {
	float: right;
	display: inline;
	width: 315px;
	padding: 0 0 10px 0;
        margin-top: -6px;
	background: transparent url(images/thinkitout/column-top.jpg) right top no-repeat;	
        border-left: 2px solid #F8F7F4;
}

.content-row {
	clear: both;
	background-color:#F8F7F4;
	padding: 5px 20px;
	margin-bottom: 20px;
}
#footer {
	background: transparent url(images/thinkitout/content-bottom.png) top left no-repeat;
	height: 204px;
	margin: 0 auto;	
	width: 880px;
}
#footerblock {
	height: 100px;
	right: 150px;
	padding-top: 15px;
}

/* End of 'tio-layout' */

