#accessibility {
	position: absolute;
	top: -10000px;
}

body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 20px 20px;
	padding: 10px;
	width: 940px;
	border: none;
	background-color: #FFFFFF;
}

#mainnav {
	position: relative;
	width: 940px;
	height: 57px;
	margin-bottom: 30px;
}

#logo_img {
	float: left;
	height:57px;
	width:54px;
	padding-right: 10px;
}

#logo {
	float: left;
	width: 876px;
}

#nav_right {
	float: left;
	width: 876px;
}

ul#nav {
	height: 22px;
	display: inline;
	overflow: hidden;	
	float:left;
	width: 870px;
	margin: 5px 0 0 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 20px 28px;
	overflow: hidden;
	height: 0px !important;
	height /**/:22px; /* for IE5/Win */
}

#nav a:hover {
	background-position: 0 -22px;
}

#portrait #li_portrait a, #fashion #li_fashion a, #lifestyle #li_lifestyle a, #food #li_food a, #events #li_events a, #about #li_about a, #spaces #li_spaces a {
	background-position: 0 -44px;
}

#li_portrait a  {
	width: 85px;
	background: url(/images/navigation/portrait.gif) top left no-repeat;
}

#li_fashion a  {
	width: 85px;
	background: url(/images/navigation/fashion.gif) top left no-repeat;
}
	   
#li_everyday a  {
	width: 104px;
	background: url(/images/navigation/everyday.gif) top left no-repeat;
}
	   
#li_food a  {
	width: 60px;
	background: url(/images/navigation/food.gif) top left no-repeat;
}

#li_spaces a  {
	width: 80px;
	background: url(/images/navigation/spaces.gif) top left no-repeat;
}

#li_about a  {
	/*width: 70px;*/
	width: 18px;
	background: url(/images/navigation/about.gif) top left no-repeat;
}

#li_interiors a  {
	width: 72px;
	background: url(/images/navigation/lifestyle.gif) top left no-repeat;
}

#li_events a  {
	width: 70px;
	background: url(/images/navigation/events.gif) top left no-repeat;
}

#li_lifestyle a  {
	width: 80px;
	background: url(/images/navigation/lifestyle.gif) top left no-repeat;
}

#content {
	position: relative;
	width: 940px;
	min-height: 400px;
	padding: 10px 0;
	margin-bottom: 40px;
}

* html #content {
	height: 400px;
}

#about #mainnav {
margin-bottom: 40px;
}

#about #content {
border: 1px solid #CCCCCC;
padding: 20px;
width: 898px;
margin-bottom: 50px;
height:450px;
}

.scroll{
	/*height:507px;*/
	height: 517px;
	width:950px;
	overflow:auto;
	margin:0; 
	padding:0px; 
	border: 1px solid #CCCCCC;
	text-align:left;
	background-color: #FFFFFF;
}

* html .scroll, *+html .scroll {

}


table {
	padding: 0;
	margin: 0;
}

.scroll td {
	padding: 0;
}

.scroll img {
	/*padding: 0 10px 0 0;*/
	padding: 10px 0 0 10px;
	margin: 0;
}

.acaption {
	clear:left;
	color:#666666;
	font-size:10px;
	height:30px;
	/*padding: 5px 10px 5px 0;*/
	padding:  5px 0 5px 10px;
}

#footer {
	position: relative;
	width: 940px;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}

img {
	border-style: none;
}

#home #content img {

}

#homediv {
	border: 1px solid #CCCCCC;
	padding: 20px 0;
}

a:link, a:visited {
	color: #c02822;
	text-decoration: none;
}

a:hover, a:active {
	color: #aaaaaa;
	text-decoration: none;
}

.about_img {
	margin-right: 20px;
	float:left;
}

h3 {
	margin-top:0;
	margin-bottom: 11px;
	font-size: 11px;
	font-weight: bold;
}