@charset "utf-8";
/* Layout file */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

#container {
	position: relative;
	min-height: 650px;
	width: 782px;
	height: 100%;
	margin: 0 auto;
}

/* For IE6? */
* html #container {
	height: 100%;
}

#left {
	padding-left: 16px;
	margin-top: 135px;
	width: 93px;
	float: left;
}

#left #menu {
	text-align: right;
	padding-right: 15px;
}

#right {
	height: 100%;
	min-height: 650px;
	width: 657px;
	float: left;
}

#header {
	width: 657px;
	height: 127px;
}

#header #logo {
	position: relative;
	display: block;
}
#header #logo1{
	position: relative;
	display: block;
}

#header #menu {
	position: relative;
	top: 9px;
	left: 10px;
       height:20px;
}

#content {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	background: #000;
	height: 426px;
}

#content #block {
	border-style: solid;
	border-width: 2px;
}

#content #block #inner {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

#content #block #backlink {
	margin-right: -13px;
	float: right;
}

#showctl {
	position: relative;
	top: 130px;
	float: right;
	visibility: hidden;
	width: 52px;
	height: 10px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	line-height: 0px;
}

#hidectl {
	border-left-style: solid;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	float: right;
	width: 9px;
	height: 9px;
	cursor: pointer;
	cursor: hand;
}

#footer {
	clear:both;
}

#footer #footer-mid {
	text-align: center;
}

#footer #footer-left {
	text-align: left;
	width: 100px;
}

#footer #footer-right {
	text-align: right;
	width: 100px;
}

#footer #address {
	margin-top: 7px;
}

#footer #followus {
	margin-right: 7px;
}

#footer #icons {
	clear: right;
}

#footer #icons #facebook, 
#footer #icons #twitter {
	float: right;
	width: 32px;
	height: 32px;
	margin-right: 3px;
}

#footer #icons #facebook {
	background: url( /assets/images/icon_fb.png ) no-repeat 50% 50%;
}

#footer #icons #twitter {
	background: url( /assets/images/icon_twitter.png ) no-repeat 50% 50%;
}