﻿#MasterBody
{
    padding:0px;
    margin:0px;
    min-width:606px;
    clear: both;
    width:100%;
}
#content
{
	min-width:606px;
	clear: both;
	padding:0px;
    margin:0px;
    width:100%;
}
#masthead 
{
	min-width: 598px;
    height: 200px;
    clear: both;
    border-top: 0;
	border-left: 4px #50341E solid;
	border-right: 4px #50341E solid;
}
#footer 
{
	min-width: 586px;
	border: 4px #50341E solid;
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
}
#navigation 
{
	border-left: 4px #50341E solid;
	border-right: 4px #50341E solid;
	min-width: 598px;
}
.menu
{
	left:0%;
}
#masthead h1 
{
	float: right;
}
#masthead h3
{
	float: right;
}

#column_center
{
	float: left;
	clear:right;
	overflow:auto;
	min-height: 700px;
	width:100%;
	border-top: 4px #50341E solid;
	border-right: 4px #50341E solid;
	visibility:visible;
	top:0px;
	padding:15px;
}
#column_left {
	float: left;
	width:166px;
	clear:both;
	min-height: 700px;
	border-top: 4px #50341E solid;
	border-left: 4px #50341E solid;
	border-right: 4px #50341E solid;
	visibility:hidden;
	overflow:hidden;
}
#column_right 
{
	float: left;
	width: 216px;
	clear: right;
	min-height: 700px;
	border-top: 4px #50341E solid;
	border-right: 4px #50341E solid;
	visibility:hidden;
	overflow:hidden;
}
#column_right2
{
	float: left;
	width: 200px;
	clear: right;
	min-height: 700px;
	overflow:auto;
	border-top: 4px #50341E solid;
	border-right: 4px #50341E solid;
	visibility:hidden;
	padding-bottom: 30px;
	text-align:center;
}
#image {
	float: right;
}
#image2 
{
	float:left;
}

.tab
{
	height: 100%;
	width: 100%;
	max-height: 500px;
		height: 100%;
}
.imageviewer
{
	height: 100%;
	width: 100%;

		height: 100%;
}
#calcCenter
{
	width: 686px; margin-left: auto ; margin-right: auto ; text-align: center; border: solid 1px black;
}
#calcButtons
{
	float: right; border: solid 1px black; padding: 10px; margin: 20px; height: 200px; clear:both; width:300px;
}
#calcResult
{
	float: left; border: solid 1px black; padding: 10px; margin: 20px; height: 200px; clear:both; width:300px;
}
#calcButtonsFloat
{
	width: 50%; float: left; clear:left;
}
#calcResultFloat
{
	width: 50%; float: right; clear:right;
}
#calcFloatContainer
{
	width: 100%; clear:both;
}
html {
	overflow: auto;
}