@import "global.css";

#header {
	width: 100%;
	background-image: url(../img/inside/header_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#header h1 {
	width: 991px;
	height: 147px;
	background-image: url(../img/inside/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#header a:hover {
	cursor: pointer;
}

#header h1 span {
	display: none;
}

#container {
	width: 100%;
	background-color: #2d2d2d;
	background-image: url(../img/inside/content_bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#content {
	width: 980px;
	margin: 0;
	padding: 0;
	position: relative;
}

#left {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

.nav_btn {
	width: 210px;
	height: 37px;
	margin: 0;
	padding: 0;
}

.nav_btn a {
	position: absolute;
	width: 210px;
	height: 37px;
	background-image: url(../img/inside/nav.gif);
	background-repeat: no-repeat;
}

#btn_profile {
	height: 38px;
	background-color: #262626;
	padding-top: 23px;
}

#btn_profile a {
	border-top: 1px solid #595959;
	background-position: -0px -24px;
}

#btn_profile a:hover, #btn_profile a.cur {
	background-position: -210px -24px;
}

#btn_portfolio a {
	background-position: -0px -61px;
}

#btn_portfolio a:hover, #btn_portfolio a.cur {
	background-position: -210px -61px;
}

#btn_on-the-boards a {
	background-position: -0px -98px;
}

#btn_on-the-boards a:hover, #btn_on-the-boards a.cur {
	background-position: -210px -98px;
}

#btn_staff a {
	background-position: -0px -135px;
}

#btn_staff a:hover, #btn_staff a.cur {
	background-position: -210px -135px;
}

#btn_contact-us {
	padding-bottom: 24px;
}

#btn_contact-us a {
	background-position: -0px -172px;
}

#btn_contact-us a:hover, #btn_contact-us a.cur {
	background-position: -210px -172px;
}

#btn_publish {
  height: 30px;
  text-align: right;
  padding-right: 18px;
}

#btn_publish a {
  text-decoration: none;
}

#left ul {
	background-color: #363636;
	text-align: right;
	list-style: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	border-bottom: 1px solid #595959;
}

#left ul li {
	margin: 0;
	padding: 5px 0;
}

#left ul li ul {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../img/inside/portfolio/subnav.gif);
	background-repeat: repeat-x;
}

#left ul li ul li {
	margin: 0;
	padding: 5px 10px 2px 10px;
}

#left ul li ul li a {
	color: #879e95;
}

#left ul li ul li a:hover {
	color: #7d493a;
}

#left li a.cur, #left ul li ul li a.cur {
	color: #fff;
}

#left li a.curb {
	border-bottom: 1px solid #d2a66b;
	color: #fff;
}

#left ul li a {
	text-decoration: none;
	display: block;
}

#left ul li ul li a.cur {
	font-weight: normal;
	border: none;
}

/*
#right {
	float: right;
	width: 728px;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

#right.s1 {
	background-image: url(../img/inside/sketch_1.jpg);
}

#right.s2 {
	background-image: url(../img/inside/sketch_2.jpg);
}

#right.s3 {
	background-image: url(../img/inside/sketch_3.jpg);
}

#right.s4 {
	background-image: url(../img/inside/sketch_4.jpg);
}

#right.s5 {
	background-image: url(../img/inside/sketch_5.jpg);
}
*/

/* dupliciate IDs since MSIE6 can't understand subclasses */
#right1 {
	float: right;
	width: 728px;
	background-image: url(../img/inside/sketch_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

#right2 {
	float: right;
	width: 728px;
	background-image: url(../img/inside/sketch_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

#right3 {
	float: right;
	width: 728px;
	background-image: url(../img/inside/sketch_3.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

#right4 {
	float: right;
	width: 728px;
	background-image: url(../img/inside/sketch_4.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

#right5 {
	float: right;
	width: 728px;
	background-image: url(../img/inside/sketch_5.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 23px 21px 92px 21px;
}

.leeds {
  float: right;
  margin: 10px 23px 15px 20px;
}