@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../images/layout/bg.gif) top left repeat-y;
	text-align: right;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

#fixedbottom {
	z-index: 0;
	width: 854px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	min-height: 100%;
	background: url(../images/layout/contextbg.gif) top left repeat-y;
}

*html #fixedbottom {
	z-index: 0;
	width: 854px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	background: url(../images/layout/contextbg.gif) top left repeat-y;
}

#wrapper {
	width: 854px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/layout/contextbg.gif) top left repeat-y;
	min-height: 100%;
}

* html #wrapper {
	width: 854px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/layout/contextbg.gif) top left repeat-y;
	height:100%
}

#wrapper2{
	width: 854px;
	background: url(../images/layout/contextbg2.gif) bottom right no-repeat;
	min-height: 900px;
	text-align: left;
}

* html #wrapper2{
	width: 854px;
	background: url(../images/layout/contextbg2.gif) bottom right no-repeat;
	height: 900px;
	text-align: left;
}

#wrapper2i{
	width: 854px;
	background: url(../images/layout/contextbg2index.gif) bottom right no-repeat;
	min-height: 900px;
	text-align: left;
}

* html #wrapper2i{
	width: 854px;
	background: url(../images/layout/contextbg2index.gif) bottom right no-repeat;
	height: 900px;
	text-align: left;
}

#wrapper3 {
	width: 854px;
	min-height: 118px;
	position: relative;
	background: url(../images/layout/toplogo.gif) top left no-repeat;
}

* html #wrapper3 {
	width: 854px;
	height: 118px;
	position: relative;
	background: url(../images/layout/toplogo.gif) top left no-repeat;
}

#meat {
	width: 770px;
	position: relative;
	left: 84px;
	padding-top: 145px;
}

#menu {
	width: 185px;
	position: absolute;
	right: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 184px;
}

#nav a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #c29bb3;
	text-decoration: none;
}

#nav a:hover {
	display: block;
	color: #002731;
	background: #c8e2e9;
	font-weight: bold;
}

#content {
	width: 560px;
	position: relative;
	text-align: left;
}

#footer {
	color: #6098a9;
	text-align: right;
	margin-right: 200px;
}





/*Content style*/

h1 {
	font-size: 16px;
	color: #77165a;
	font-weight: bold;
	text-align: right;
}

h2 {
	font-size: 14px;
	color: #002731;
	font-weight: bold;
	text-align: left;
}

a {
	color: #0074f7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff4bd3;
	text-decoration: underline;
}

a:link img {
	text-decoration: none;
	border-color: white;
	border-width: 2px;
}

a:visited img {
	text-decoration: none;
	border-color: #6098a9;
	border-width: 2px;
}

a:hover img {
	text-decoration: none;
	border-color: #ff4bd3;
	border-width: 2px;
}




/* Menu Rollover!*/
a.menu1 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu1.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu1 {
	background-position: 0px -42px;
}

a.menu2 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu2.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu2 {
	background-position: 0px -42px;
}

a.menu3 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu3.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu3 {
	background-position: 0px -42px;
}

a.menu4 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu4.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu4 {
	background-position: 0px -42px;
}


a.menu5 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu5.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu5 {
	background-position: 0px -42px;
}

a.menu6 {
	display: block;
	width: 184px;
	height: 42px;
	background: url("../images/layout/menu6.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menu6 {
	background-position: 0px -42px;
}

.indent {
	margin-left: 10px;
}


body>#fixedbottom {position: fixed}
