* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #EAEAEA;
}

.right { text-align: right; }

.left { text-align: left; }

.center { text-align: center; }

.indent {
	text-indent: 2em;
	}
	
.indentmore { text-indent: 4em; }
	
p {
	text-indent: 2em;
	text-align: justify;
}

ul, ol {
	list-style-position:outside;
	margin-left: 2em;
}

a:link, a:visited {
	color: #498eff;
}

a:hover {
	color: #b0cd4c;
}

#outter-container {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 971px;
	background: #F8F8F8;
	padding: 3px;
}

#container {
	background: #FFFFFF;
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
		background:url(images/content-bg.jpg) repeat-y;
}

#content {
	background-color: #fff;
	width: 741px;
	float: left;
	margin: 0 1px 0 15px;
	padding: 20px 10px 0 0px;
}


#header {
	padding: 0;
	margin: 15px auto 0;
	width: 951px;
	height: 225px;
	background: url(images/banner.png) no-repeat;
}

/*						navigations			*/
#navigation {
	float: left;
	position: relative;
	background: #fff url(images/side.jpg) right no-repeat;
	margin-left: 1px;
	padding: 10px 5px 0 9px;
	text-align: left;
	width: 168px;
	height: 564px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin-top: 2px;
	border-left: 5px solid #498eff;
	border-bottom: 1px solid #498eff;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #6d6d6d;
	text-decoration: none;
	padding: 8px 5px 0px 2px;
}

#navigation a:hover {
	text-align: right;
	font-weight: bold;
	/* padding-right: 30px; */
	
}

#navigation li:hover {
	border-left: 10px solid #b0cd4c;
	border-bottom: 1px solid #b0cd4c;
	text-align: right;
	font-weight: bold;
}

#navigation div ul {
	margin: 0 0 10px 15px;
	font-size: 13px;
}

#navigation div ul li {
	border-left: 0px solid #498eff;
	border-bottom: 1px solid #498eff;
}
	
#navigation div ul li:hover {
	border-left: 0px solid #b0cd4c;
	border-bottom: 1px solid #b0cd4c;
	text-align: right;
	font-weight: bold;
}


#relative  {
	float: right;
	margin: 0 30px 0 5px;
}

.tcorner {
	background: #3a3a3a url(images/rel_02.jpg) no-repeat top right;
}

.tcorner div { background: url(images/rel_01.jpg) no-repeat top left; }

#relative .links {
	background: #f5f5f5;
	width: 250px;
	height: 400px;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	overflow: scroll;
}

.clearfooter {
	height: 41px;
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 921px;
	text-align: right;
	color: #E9E9E9;
	position: relative;
	border-top: #b1ff1a solid 2px;
	height: 98px;
	padding: 3px 30px 0 0;
	background: #454545;
}

.hidden {
	display: none;
}