* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(../bg.gif) 0 100% repeat-x;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:visited {
	color: #993;
}
a:hover {
	color: #333;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 108px;
	border-bottom: 1px solid #ccc;
	font: normal italic 1.5em/18px Georgia, serif;
	color: #c63;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #999;
}
h3 {
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #c63;
}
#wrap {
	background: url(../wrap.gif) repeat-x;
}
#page {
	margin: 0 auto;
	width: 960px;
	background: #fff url(../page.gif) repeat-y;
	text-align: left;
}
#header {
	height: 192px;
	background: #c63 url(../header.gif) bottom no-repeat;
}
#header p {
	float: left;
	padding: 60px 24px 24px 126px;
	background: url(../logo.gif) no-repeat;
	position: relative;
	top: 10px;
	left: 200px;
	width: 300px;
	height: 140px;
	text-indent: -9999px;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
#header ul {
	padding-top: 62px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
	margin: 0 12px;
}
#header li a {
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
#header li a:hover {
	color: #933;
}
#content-primary {
	float: right;
	margin: 12px 24px 60px 24px;
	width: 528px;
	display: inline;
}
#content-primary p {
	padding-bottom: 18px;
}

#content-primary img {
	float: left;
	margin: -6px 18px 0 -114px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}

#content-primary .thumbnail img {
	float: left;
	margin: -6px 0px 10px 0px;
	padding: 3px;
	border: none;
}

#content-secondary {
	float: right;
	margin: 30px 216px 60px 24px;
	width: 144px;
	font-size: 11px;
	color: #333;
	display: inline;
}

/* mac hide \*/
 h1,h2,h3,#content-primary img {position:relative;}
 h1,h2,h3 {height:1%}
 /* end hide */

#content-secondary p {
	padding-bottom: 18px;
	padding-top: 5px;
}

#footer {
	clear: right;
	height: 192px;
	background: #993 url(../footer.gif) top no-repeat;
	font-size: 10px;
	line-height: 1em;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}		
#footer p {
	padding: 132px 24px 0px 24px;
}
.clear {
	clear: both;
}