body {
    background-color: #fff;
    color: #666;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}

#frametop {
    background: #fff;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 20px;
    top: 0;
    width: 940px;
}

#framecontent {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 40px;
    width: 180px; /*Width of frame div*/
    height: 100%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    padding: 20px 0;
}

#maincontent {
    position: fixed;
    top: 100px;
    left: 240px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
}

#cube1 {
	background-color: #0098FF;
	position: absolute;
	top: 30px;
	left: 16px;
	height: 60px;
	width: 60px;
	z-index: 2;
}

#cube2 {
	background-color: #FFB000;
	position: absolute;
	top: 50px;
	left: 35px;
	height: 60px;
	width: 60px;
	z-index: 3;
}

#cube3 {
	background-color: #006AB3;
	position: absolute;
	top: 10px;
	left: 55px;
	height: 60px;
	width: 60px;
	z-index: 1;
}

#menu {
	border-right: 2px solid #ccc;
    color: #ccc;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    text-align: center;
    top: 120px;
    width: 40px;
}

ul.tabs {
    margin: 0;
    padding: 0;
}

.tabs li {
    background: url(line.png) no-repeat 0 14px;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

.tabs li a {
    color: #0099FF;
    text-decoration: none;
}

.tabs li a:hover {
    color: #0066CC;
    text-decoration: none;
}

#text {
    float: left;
    width: 720px;
}
* html body { /*IE6 hack*/
    padding: 0 0 0 260px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #maincontent { /*IE6 hack*/
    height: 100%;
    width: 100%;
}

.copyright {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	margin-top: 0;
	padding: 0.6em 0;
	position: relative;
	text-align: center;
	width: 100%;
}

/* text styles __________________________________*/
html {
    font-size: 100%; /* 62.5% -> 10px, 100% -> 16px, 75% -> 12px, 87.5 -> 14px, etc.*/
}

@font-face {font-family:
    'TrashHandRegular';
    src:
    url('TrashHand-webfont.eot');
    src:
    local('?'), url('TrashHand-webfont.woff') format('woff'), url('TrashHand-webfont.ttf') format('truetype'), url('TrashHand-webfont.svg#webfontrYvAIPw0') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'PerspectiveSansRegular', Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
    font-size: 1em;
    padding: 20px;
}

input, textarea, select, legend {
    font-family: Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
    font-size: 1em;
}

a, a:link {
    color: #0099FF;
    text-decoration: none;
}

a:hover {
    color: #0066CC;
    text-decoration: none;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 0.1em;
    height: 0;
    /*	margin: -.0em 0;*/
    margin: -.9em 0;
}

html > body hr {
    margin-top: 0;
    margin-bottom: 1.7em;
}

p {
    font-size: 1.2em; /* 12px */
    line-height: 1.3em;
    margin-bottom: 1.2em;
}

/* headings _______________________________________*/
h1 {
    font: 90px / 1.1em 'TrashHandRegular', Arial, sans-serif;
    letter-spacing: 0;
    margin: 0.15em 0 0.6em 0;
    text-align: right;
}

h2 {
    color: #0099FF;
    font-size: 2em;
    margin-bottom: 0.9em;
    line-height: 0.9em;
}

h3 {
    color: #0099FF;
    font-size: 1.5em;
    margin-bottom: 1.2em;
    line-height: 1.2em;
}

h4 {
    color: #0099FF;
    font-size: 1.2em;
    /*	margin-bottom:1.5em;*/
    line-height: 1.5em;
}

/* lists _______________________________________*/
ul {
    margin-bottom: 1.8em;
    list-style: disc;
}

ol {
    margin-bottom: 1.8em;
    list-style: decimal;
}

li {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-left: 15px;
}

li ul li, li ol li {
    font-size: 1em;
    margin-left: 15px;
}

li ul, li ol {
    margin-bottom: 0;
}

/* images _______________________________________*/
img {
    border: 0;
}

img.left {
    float: left;
    margin: 5px 15px 15px 0;
}

img.right {
    float: right;
    margin: 5px 0 15px 15px;
}

.gallery {
    float: left;
    margin-bottom: 0.3em;
    width: 720px;
}

.thumbnail {
    background: url(frame-thumbnail.png) no-repeat;
    float: left;
    height: 130px;
	margin-bottom: 0.6em;
    padding: 17px 0 0 17px;
    width: 156px;
}

/* quotes _______________________________________*/
blockquote {
	font: italic 1.2em/1.2em Georgia, 'Times New Roman', serif;
    padding-left: 15px;
    border-left: 5px solid #ccc;
    margin-bottom: 1.2em;
}

blockquote cite {
    display: block;
    margin-top: 1.2em;
}

/* clearfix __________________________________*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* IE-Patch IE 7*/ *:first-child + html .clearfix {
    min-height: 0;
}

/* IE-Patch 6*/ * html .clearfix {
    height: 1%;
}
