html {
margin: 0; padding: 0;
min-width: 820px;
}

body { 
margin: 0; padding: 0;
background: url(../i/tile.gif) repeat;
font-family: Arial, Helvetica, Verdana, san-serif;
}


.hide {
display: none;
}


/* Main Navigation */
	
div#nav { 
	height: 95px; height: 55px!important;
	width: 440px; width: 360px!important;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 999;
	padding: 40px 80px 0 0;
	margin: 0;
	float: right;	
	}
	
	
ul#menu {
	margin: 0; padding: 0;
	height: 60px;
	width: 360px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
ul#menu a {
	float: left;
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px!important;
	height /**/:60px; /* for IE Win/5 only */
	}
	
ul#menu a:hover {
	background-position: 0 -60px;
	}
	
ul#menu a:active, ul#menu a.selected {
	background-position: 0 -120px;
	}
			
li#home a {
width: 60px;
background: url(../i/home.gif) top left no-repeat;
text-indent: -9999px;
}

li#about a {
width: 60px;
background: url(../i/about.gif) top left no-repeat;
text-indent: -9999px;
}

li#services a {
width: 60px;
background: url(../i/services.gif) top left no-repeat;
text-indent: -9999px;}

li#clients a {
width: 60px;
background: url(../i/clients.gif) top left no-repeat;
text-indent: -9999px;
}

li#press a {
width: 60px;
background: url(../i/press.gif) top left no-repeat;
text-indent: -9999px;
}

li#contact a {
width: 60px;
background: url(../i/contact.gif) top left no-repeat; 
text-indent: -9999px; }

/*basic page divisions */

#rap {
width: 818px;
background: url(../i/body.gif) repeat-y top left;
margin: 0px auto;
padding: 0;
font-size: 12px;
color: #90492d;
}

#content {
width: 450px; width: 410px!important;
float: right;
padding: 20px;
margin: 0;
position: relative;
top: 0;
left: -60px;
}

#side {
width: 180px; width: 150px!important;
margin: 0;
padding: 30px 15px;
background: url(../i/side.gif) no-repeat top right;
position: relative;
top: 20px;
left: 120px;
float: left;
}

body #side p {
line-height: 18px;
font-style: italic;
}

	
body #side h1 {
color: #90492d;
font-family: "Adobe Caslon", "Caslon", Georgia, Times New Roman, Times, serif;
font-size: 16px;
line-height: 20px;
font-style: italic;
font-weight: normal;
}

#head {
width: 818px;
height: 177px;
margin: 0;
padding: 0;
background: url(../i/head.gif) no-repeat bottom left;
position: relative;
}

body #head p {
	text-align: right;
	position: absolute;
	top: 110px;
	left: 600px;
	width: 200px;
	}

#foot {
width: 943px; width: 808px!important;
height: 40px;
margin: 30px 0 0 0;
padding: 0 10px 0 125px;
background: url(../i/foot.gif) no-repeat bottom left;
font-size: 11px;
clear: both;
}

#foot p {
padding: 3px 0 0 0;
margin: 0 150px 0 0;
border-top: 1px dotted #f3797f;
}

/*type*/

a:link { 
color: #90492d;
text-decoration: none;
font-weight: bold;
}

a:visited { 
color: #90492d; 
}

a:hover { 
color: #f3797f;
text-decoration: underline;
}

a:active { 
color: #b9dacc;
}

h1, h2, h3 {
color: #f3797f;
}

h1 {
font: 18px/22px Verdana, Helvetica, Arial, san-serif;
margin: 8px 0 8px 0;
font-weight: bold;
}


p {
line-height: 18px;
margin: 6px 0;
padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 5px 15px;
	}