HTML {
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", "Myriad Roman", "Myriad Pro", Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) repeat-y top left;
	margin: 0;
}

body {
	font-size:10px;
	line-height: 18px;
	color:#2e2e2e;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

a img  {
	border: 0;
	padding: 0;
	margin: 0;
}


h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

.orange {
	color: #7b3800;
}

a:link, a:visited {
	color: #e75e12;
	text-decoration: none;
}

a:hover {
	color: #853c00;
	text-decoration: none;
}

#header {
	width:100%;
	height: 224px;
	background: url(../images/header_bg.gif) repeat-x top left;
	background-color: #2e2e2e;
	margin: 0;
}

#login {
	float: right;
	position: absolute: top: 0; right: 0px;
	border: 0;
	padding-right: 15px;
	margin: 0;
}

#logo {
	float: left;
	width: 305px;
	height: 224px;
	background: url(../images/logo.gif) no-repeat top left;
}

#message {
	width: 300px;
	margin: 50px 10px 10px 88px;
}

#portfolio {
	width: 575px;
	position: absolute; top: 242px; left: 412px;
}

.clients ul {
	margin: 0;
}

.clients li {
	list-style-type: none;
		margin-left: -15px;
}


