body {
	background: url(img/bg.gif) repeat-x top;
	color: #FFFFFF;
	font: 76% arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

a:link {
	color: #9C9281;
}

a:visited {
	color: #9C9280;
}

img {
	border: none;
}


/* ----- positioning ----- */

#wrap{ 
 	width:760px; 
 	text-align:left;  
 	margin-left:auto; 
 	margin-right:auto; 
 	background-color: transparent; 
} 
	
#header {
	background: transparent;
	height: 162px;
}

#logo {
	height: 80px;
	width: 264px;
	padding-top: 25px;
}	

#container {
	width: 760px;
}

#container a:link, #container a:visited {
	color: #fff;
}

#left {
 	float: left;
	width: 220px;
	margin-top: 8px;	
}

form {
	background: url(img/form_bg.gif) no-repeat;
	height: 240px;
	width: 210px;
}

table {
	margin: 45px 5px 5px 13px;
	border: none;
}

td {
	margin-top: 10px;
}

#right {
	margin-bottom: 5px;
	margin-left: 230px;
}

#footer {
	clear: both;
 	margin-left:auto; 
 	margin-right:auto; 	
	width:760px;	
	margin-top: 15px;
	}



/* ----- styles ----- */

h1#headline {
	background: url(img/headline.gif) no-repeat;
	height: 21px;
	width: 760px;
}

h1#login {
	background: url(img/login.gif) no-repeat;
	height: 25px;
	width: 205px;
}

table {
	font-weight: bold;
}

input.field {
	background-color: #fff;
	border: 1px solid #EBC90B;
	height: 28px;	
	width: 175px;
}

input#login {
	height: 39px;
	margin-top: 15px;
	width: 166px;
}

p.admin {
	margin-top: 1px;
	text-align: center;
}

h1#blog {
	background: url(img/blog.gif) no-repeat;
	height: 26px;
	width: 109px;
}

#clients h1 {
	background: url(img/hdr_clients.gif) no-repeat;
	height: 20px;
	width: 338px;
}


h1 span {
	margin: -3000px;
}

#footer p {
	color: #514E4E;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
}
	
#footer p a, #footer p a:visited{
	color: #514E4E;
	}
	
.clear { 
 clear: both; 
}
/* patch for IE */ * html .clear {
 margin:0;
 padding:0;
 line-height: 0;
 height: 0;
}


	
