/* CJO Homepage */

page {
	size: landscape;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: auto;
}

img {
	border: none;
	display: inherit;
}

/* Header */
#header {
	float:left;
	margin-bottom:5px;
	width:auto;
}
#header h1 {
	margin-top:0px;
	margin-left:5px;
	float:left;
}

#header h1 a {
	list-style-image: url(../images/logos/cambridge_journals.gif);
	display: list-item;
	list-style-position: inside;
	height: 43px;
	width: 304px;
	margin-bottom: 30px;
}


#area-selector {
	list-style-image: inherit;
	display: list-item;
	list-style-position: inside;
	list-style-type: none;
	width:auto;
	height:auto;
	float: left;
}
#area-selector ul {
	float:left;
	font-size:0.75em;
	left:1px;
	position:relative;
	top:38px;
}
#area-selector ul li {
	float:left;
	margin-left:4px;
	display:inline;
}

#browse-catalog {
	float: right;
	width: auto;
	border: 1px solid #fff;
	margin-top: -100px;
}

/* IE6, IE7, IE8 */
#browse-catalog { 
	width: 50%;
}


#start-landing-footer ul li {
	height: 20px;
}

/*

------------------------------

footer brand 

------------------------------

*/

#footer {
	display: list-item;
  	list-style-image: url(../images/logos/cambridge_bw.jpg);
  	list-style-position: inside;
	width: 750px;
	margin-top: 20px;
}

.footer-content, #footer-link, #thirdparty-banners {
	display: none;
}



/* 

------------------------------

clear

------------------------------

*/


.clear {
	clear: both;
}

