﻿html 
{
   height: 100%;
}

body 
{
	font-family: Helvetica, "Trebuchet MS", Arial;
	font-size: 75%;
	height: inherit;
	color: #434343;
	padding: 0px;
	margin: 0px;
	background: #184163;
	text-align: left;
}

#container 
{
	width: 760px;
	height: auto;
	padding: 0px;
	position: relative;
	margin: 20px auto;
}

#top 
{
   width: 760px;
   height: 30px;
   padding: 0px;
   background:url(../images/top.gif);
}

#content-holder 
{
   width: 700px;
   padding: 0px 30px;
   background: #FFF;
}

#bottom 
{
   width: 760px;
   height: 30px;
   padding: 0px;
   background:url(../images/bottom.gif);
   margin-bottom: 30px;
}

#view 
{
   width:700px;
   height:auto;
   /*border-color:#000000;
   border-width: 1px;
   border-style: solid;*/
   position: relative;
   background: #FFF;
   overflow: hidden;
   margin: 0px;
   /*background:url(images/nav-background.gif) repeat-x top;*/
}

#content-left 
{
   width: 380px;
   margin: 30px 30px 0px 0px;
   line-height: 1.5em;
   float: left;
   display: inline;
}

#content-right 
{
   width: 280px;
   margin: 30px 0px 0px 0px;
   line-height: 1.5em;
   float: right;
   display: inline;
}
