/* @group Layout */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  12px;
	background: #360e00 url(/assets/bgPat.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	top: 31px;
}

#navigation ul, #navigation li {
	display: inline;
	font-size: 14px;
	line-height: 28px;
	color: #e3e3e3;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

ul#navigation {
	position: relative;
	background: url(/assets/navBg.jpg) no-repeat;
	height: 29px;
	margin: 0;
	top: -5px;
}

#navigation li {
	margin-left: 20px;
}

#leftSide .container {
	border: 1px solid #c3ac91;
	margin: 2px;
}

#leftSide {
	background: #492901 url(/assets/leftSideMid.jpg) no-repeat;
	width: 180px;
	float: left;
	top: 40px;
	left: -40px;
	position: relative;
	margin-right: -20px;
	margin-bottom: 45px;
}

#leftSide p {
	margin: 10px;
	color: #e3d2ac;
}

#content {
	background: #e3d6c7 url(/assets/topContentShad.jpg) repeat-x;
	margin-top: 31px;
	padding-top: 1px;
	padding-bottom: 12px;
	min-height: 400px;
	min-height: auto;
}

#centerContent {
	margin-right: 189px;
	margin-left: 10px;
	margin-top: 9px;
}

#rightSide {
	background: #c3ac91 url(/assets/rightSideBg.jpg) repeat-y;
	width: 176px;
	height: 100%;
	float: right;
	position: relative;
	top:  -1px;
	bottom: 0px;
}

#rightSide .login h3 {
	height: 24px;
	background: url(/assets/loginHeader.jpg) no-repeat;
}

#rightSide .login h3 span {
	display: none;
}

#rightSide .login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}

#rightSide form {
	margin: 2px 5px 5px;
}

#rightSide form label {
	text-transform: uppercase;
	color: #533801;
	letter-spacing: 2px;
	font-size: 8px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
}

#authSubmit {
	display: block;
	margin-top: 5px;
}

#rightSide .login input {
	display: block;
}

#rightSide .currentResearch h3 {
	height: 43px;
	background: url(/assets/researchHeader.jpg) no-repeat;
}

#rightSide .currentResearch h3 span{
	display: none;
}

#rightSide .calendar h3 {
	height: 41px;
	background: url(/assets/calendarHeader.jpg) no-repeat;
}

#rightSide .calendar h3 span{
	display: none;
}

#rightSide p {
	margin: 5px;
}

h1 {
	margin: 0;
	padding: 0;
	background: url(/assets/header_logo.jpg) left top no-repeat;
	width: 409px;
	height: 115px;
}

h1 span {
	display: none;
}

#footer {
	position: relative;
	background: url(/assets/bottomBarBg.jpg) repeat-x;
	width: 100%;
	height: 41px;
	bottom: 0px;
	left: 0px;
}

/* @end */