 *
{
	margin:0;
	padding:0;
}

body {
	font:8pt arial, verdana, sans-serif;
	color:#fff;
	text-align:left;
	background-color: #263532;
	min-width: 950px;
	background-image: url('../images/back.jpg');
}

h1
{
	font:14pt Times new roman, arial, verdana, sans-serif;
	color:#df1439;
	font-weight:700;
	text-align:left;
	border-bottom:1px solid #df1439;
	margin-bottom:5px;
}

h2
{
	font:10pt arial, sans-serif;
	color:#036;
	font-weight:700;
	text-align:left;
	padding-left:5px;
}

h3
{
	font:14pt Times new roman, arial, verdana, sans-serif;
	color:#f89b1c;
	font-weight:700;
	text-align:left;
	padding-top:4px;
}

h4
{
	font:14pt Times new roman, arial, verdana, sans-serif;
	color:#f89b1c;
	font-weight:700;
	text-align:left;
	background-image:url('../images/rightbackground.jpg');
	background-repeat:repeat-x;
	padding-top:4px;
	height:30px;
}


#wrapper {
	width: 850px;
	height: 700px;
}

.clear {
 	clear: both;
}

#header {
        float: left;
        width: 850px;
	height: 104px;
        margin-bottom: -20px;
position:relative;
        z-index: 20;
}

#container {
	width: 850px;
	margin: 60px auto;
}
#logo {
	width: 160px;
	float: left;
	height: 104px;
        margin-left: 35px;
}
#navbar{
	margin-top: 90px;
	width: 620px;
	float: left;
}
#content {
	background-color: #67827B;
	height: 480px;
	border: 4px solid white;
	width: 770px;
	float: left;
	position:relative;
	left: 10px;
	top: 10px;
}
#content-text{
         padding:10px;
}
#left {
	height: 480px;
	width: 300px;
	border-right: 4px solid white;
	float: left;
    overflow-y: auto;
}
#right {
	height: 460px;
	width: 447px;
	float: left;
}
#nav {
	text-align:right;
        z-index: 21;
}
#nav ul{
         z-index: 22;
}
#nav li {
	list-style: none;
	white-space: nowrap;
	display:inline;
        padding-left: 4px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav img {
        border: none;
}

.shadow-one { background: url(../images/upper-right.png) right top no-repeat;  } /* Absolute positioning used only to collapse the div-group width; floating, or a stated width, or a sized outer container will work as well for this purpose. */
.shadow-two { padding-top: 50px; padding-left: 50px; background: url(../images/lower-left.png) left bottom no-repeat; } 
.shadow-three { background: url(../images/full-frame.png) right bottom no-repeat; } 
.shadow-four { position: relative; left: -50px; top: -50px; background: url(../images/full-frame.png) left top no-repeat; } 
.shadow-five { position: relative; left: 25px; top: 25px; 	width:800px; height: 510px; 
}

#footer{
        width: 850px;
 float: left;
 margin-top: -80px;
}

#footer-text{
  text-align: center;
} 
