/* ===  CSS Document ============================================= */
* {
	margin			: 0px;
	padding			: 0px;
	border			: none;
}

html, body {
	font			: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color			: #FFFFFF;
	background		: #C5B48C;
}

html {
	overflow		: -moz-scrollbars-vertical;
}

a, a:visited {
	color			: #0000FF;
	text-decoration		: none;
}

#header_container {
	height			: 211px;
	padding			: 0px 10px 0px 10px;
	background		: #A2A7AA;
}

#content_container {
	background		: #FFFFFF;
	padding			: 0px 10px 0px 10px;
}

#footer_container {
	padding			: 0px 10px 0px 10px;
}

#header {
	width			: 840px;
	height			: 211px;
	margin			: 0px auto 0px auto;
	background		: url(/images/bg_logo.png) no-repeat;
}

#header .tab, #header .tab_active {
	float			: right;
	width			: 100px; /* 120 */
	height			: 22px;
	margin			: 184px 0px 0px 9px;
	padding			: 5px 0px 0px 0px;
	background		: #FFFFFF url(/images/bg_tab.png) repeat-x;
	text-align		: center;
	font-weight		: bold;
}

#header .tab_active {
	background		: #FFFFFF;
}

#header .tab a, #header .tab a:visited {
	color			: #636465;
	text-decoration : none;
}

#header .tab a:hover, #header .tab_active a, #header .tab_active a:visited {
	color			: #C5B48C;
	text-decoration : none;
}

#header .tab_active a, #header .tab_active a:visited {
	background		: #FFFFFF;
}

#content {
	width			: 840px;
	height			: 458px;
	margin			: 0px auto 0px auto;
	padding			: 48px 0px 0px 0px;
	color			: #636465;
	line-height		: 17px;
}

#content #left {
	float			: left;
	width			: 460px;
}

#content #right {
	float			: left;
	width			: 380px;
}

#content #media_left {
	float			: left;
	width			: 380px;
}

#content #media_left .title {
	margin			: 5px 0px 5px 0px;
}

#content #media_right {
	float			: left;
	width			: 460px;
}

#content #master_left {
	float			: left;
	width			: 400px;
}

#content #master_right {
	float			: left;
	width			: 400px;
	margin			: 0px 0px 0px 40px;
}

#content #master_left ul {
	margin			: 0px 0px 0px 17px;
	
}

#footer {
	width			: 840px;
	margin			: 0px auto 0px auto;
	padding			: 12px 0px 0px 0px;
}

#footer a, #footer a:visited, #footer a:active {
	color			: #FFFFFF;
	text-decoration	: none;
	font-weight		: bold;
}

.formrow {
	clear			: both;
	height			: 28px;
}

.formtitle {
	float			: left;
	width			: 130px;
	padding			: 4px 0px 0px 0px;
}

.textfield {
	width			: 200px;
	height			: 19px;
	margin			: 0px 4px 0px 0px;
	padding			: 3px 3px 0px 3px;
	background		: url(/images/textfield.png);
}

.textarea {
	width			: 262px;
	height			: 150px;
	margin			: 0px 4px 0px 0px;
	padding			: 0px 0px 0px 3px;
	/* background		: url(/images/textfield.png); */
	border			: 1px solid #c1c1c1;
	overflow		: scroll;
	overflow-y		: scroll;
	overflow-x		: hidden;
	overflow		: -moz-scrollbars-vertical;
	font			: normal 12px Verdana, Arial, Helvetica, sans-serif;
}