<!--
body {
  	background-color: #000;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color:#455A74;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#iwrapper {
  	background-image: url(/images/index.jpg);
  	background-repeat: no-repeat;
  	width: 800px;
  	height: 447px;
  	margin: 0 auto;
  	text-align: center;
  	position: relative;
}

#wrapper {
  	background-image: url(/images/bd.jpg);
  	background-repeat: no-repeat;
  	background-color: #FFF;
  	width: 800px;
  	margin: 0 auto;
  	text-align: center;
}

#header {
	height: 105px;
	position: static;
	text-align: left;
	width: 800px;
}

#imenu {
	position: absolute;
	left: 40px;
	top: 150px;
  	color: #000;
  	font-size: 16px;
  	padding: 0;
	text-align: left;
}

#imenu ul {
	margin: 4px 0 0 5px;
	padding: 0;
	float: left;
}

#imenu ul li {
	list-style-type: none;
}

#imenu a {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 10px 24px;
	text-decoration: none;
}

#imenu a:hover, #imenu a.selected {
	color: #455A74;
}

#menu {
  	color: #000;
  	font-size: 16px;
  	padding: 0;
	height: 35px;
	text-align: center;
	width: 800px;
}

#menu ul {
	margin: 4px 0 0 5px;
	padding: 0;
	float: left;
}

#menu ul li {
	display: inline;
}

#menu a {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 10px 24px;
	text-decoration: none;
}

#menu a:hover, #menu a.selected {
	color: #455A74;
}

#title {
  	background-image: url(/images/title.jpg);
  	background-repeat: repeat-x;
  	background-position: center left;
  	color: #FFF;
  	font-size: 16px;
  	font-weight: bold;
  	padding: 2px 0 0 50px;
  	margin: 0;
	height: 24px;
	text-align: left;
}

#title .name {
	float: left;
	width: 50%;
}

#title .logout {
	float: right;
	padding: 0 50px 0 0;
}

.logout a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.logout a:hover {
	color: #000;
}

#home {
/*	background-image: url(/images/body.jpg);*/
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #222;
	padding-left:15px;
	padding-top: 15px;
	line-height: 21px;
	border:1px solid #CCC;
}

#about {
/*	background-image: url(/images/aboutus.jpg);*/
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #222;
	padding-left:50px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 21px;
}

#about div {
	width: 550px;
}

#contact {
/*	background-image: url(/images/contact.jpg);*/
	background-repeat: no-repeat;
	color: #222;
	height: 391px;
	padding-left: 50px;;
	text-align: left;
}

#career {
/*	background-image: url(/images/career.jpg);*/
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #222;
}

#career div {
	width: 470px;
}

#career ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

#projects {
	background-color: #EEE;
	padding: 0;
	position: static;
	text-align: left;
	width: 800px;
}

#drawing {
	background-color: #EEE;
	padding: 0;
	position: static;
	text-align: left;
	width: 800px;
}

#sample {
	padding: 20px 40px;
}

.category {
	float: left;
	width: 200px;
}

.pictures {
	float: right;
	width: 520px;
}

.pheading {
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

.heading {
	padding: 5px;
	margin: 1px;
	background: #2E4766;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}

.heading:hover {
	color: #455A74;
	background: #9CA8B6;
}

.highlight {
	color: #455A74;
	background: #9CA8B6;
}

.content {
	color: #222;
	font-weight: bold;
	padding: 15px;
	background: #DDD;
}

#client {
/*	background-image: url(/images/body.jpg);*/
	background-repeat: no-repeat;
	height: 250px;
	padding: 0;
	position: static;
	text-align: left;
	width: 800px;
}

#download {
	color: #FFF;
	background-color: #2E4766;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	left: 0;
	top: 40px;
	text-align: left;
}

#download a:link, #download a:visited, #download a:active {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}

#download a:hover {
	color: #222;
}

#file {
	background-image: url(/images/body.jpg);
	background-repeat: no-repeat;
	height: 390px;
	text-align: center;
}

#file .browse {
	padding: 20px 0 0 0;
}

#file a:link, #file a:visited, #file a:active {
	color:#FF0000;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
}

#file a:hover {
	color: #222;
	text-decoration: none;
}

#ifooter {
	background-color: #2E4766;
	color: #FFF;
	font-size: 10px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 800px;
}

#ifooter a {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#ifooter a:hover {
	color: #000;
}

#footer {
	background-color: #2E4766;
	color: #FFF;
	font-size: 10px;
	padding: 15px 0;
	text-align: center;
}

#footer a {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

.clear {
	clear: both;
}

.font {
	font-size: 12px;
	font-weight: normal;
}

.rfont {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
}

-->
