* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#1d1d1d;
	color:#8f0101;
	position:relative;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
h1,h2 {
	display:none;
}
ul, ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a:link,
a:visited {
	color:#8f0101;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
h3 {
	font-size:25px;
	font-family:"Myriad Pro",Helvetica,Arial;
	color:#710000;
}

/* Website */
#website {
	background:url('../images/website-background.png') repeat-y;
	margin:0px auto;
	width:950px;
	padding:0px 13px;
	position:relative;
}
#background-full {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
#background-full .i {
	margin:0px auto;
	height:100%;
	width:976px;
	background:url('../images/website-background.png') repeat-y;
}

/* Top */
#top {
	height:59px;
	background:url('../images/top-background.png') repeat-x;
	position:relative;
}
#top .pcj {
	position:absolute;
	left:20px;
	top:13px;
}
#top .info {
	position:absolute;
	right:20px;
	top:11px;
}

/* Banner */
#banner {
	position:relative;
	background:url('../images/banner.jpg') no-repeat;
	height:224px;
	margin-bottom:1px;
}
#banner img {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:-1;
}

/* Menu */
#menu {
	background:url('../images/menu-background.png') repeat-x; usemap:#mcdonalds;
	height:34px;
}
#menu li {
	height:34px;
	float:left;
	padding:0px 20px;
	background:url('../images/menu-li-background.png') no-repeat left;
}
#menu li.first {
	background:none;
}
#menu li img {
	position:relative;
	top:8px;
}

/* Content */
#content {
	position:relative;
	background:#fff;
	padding-top:25px;
	padding-bottom:40px;
}

/* Content left */
#content-left {
	float:left;
	width:625px;
	padding-left:15px;
	margin-right:30px;
}

/* Content right */
#content-right {
	float:left;
	width:267px;
}

/* Block */
.block {
	position:relative;
	margin-bottom:20px;
}
.block .top {
	background:url('../images/block-top.png') no-repeat;
	height:18px;
}
.block .content {
	background:url('../images/block-background.png') repeat-y;
	padding:0px 10px;
}
.block .bottom {
	background:url('../images/block-bottom.png') no-repeat;
	height:20px;
}

/* Footer */
#footer {
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
	font-size: 10px;
}
#footer a:link,
#footer a:visited {
	font-weight:bold;
	text-decoration:underline;
}

#image_center_border {
border: 1px solid #000;
text-align: center;
}

#p-center {
text-align: center;
}

ul.disc  {
padding-left: 10px;
}

ul.disc li {
list-style-type: disc;
padding-top: 5px;
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -4em;
margin-left:0.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#slides
{
position: absolute;
top:20px;
z-index:1;
}

#mcdonalds
{
position: absolute;
top:167px;
left:950px;
z-index:1;
}
