/* Customize your layout here, for support please visit www.webart.no/forum */

* {
	margin: 0;
	padding: 0;
}
   
body {
	background-color: #7d1315;
	color: #FFFFFF;
	background-image: url(images/images/back_03.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 950px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #f47f22;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin-top: 0px;
	background-image: url(images/ph_header.png);
	height: 136px;
	border: 0px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f47f22;
	position: static;
}


#wrapper {
	margin-top: 0px;
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 180px;
	color: #FFFFFF;
	background-color: f47f22;
	padding: 0px;
	margin-left: 0px;
	padding-top: 0px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
}

#right {
	color: #FFFFFF;
	float: right;
	width: 160px;
	background-repeat: repeat-x;
	background-position: right top;
	padding: 0px;
	height: 380px;
}

#content {
	margin-left: 180px;
	margin-right: 160px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #FF9933;
	padding: 5px;
	border: 1px solid #FFFFFF;
	height: auto;
	width: 575px;
}

#footer {
	clear: both;
	padding: 4px;
	background-color:#f47f22;
	text-align: center;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
}
#scrollleft {
	background-image:url(images/scrolledgeleft.png);
	z-index:3;
	float:left;
	width: 316px;
	height: 150px;
}
#scrollright {
	background-image:url(images/scrolledgeright.png);
	z-index:3;
	float:right;
	width: 316px;
	height: 150px;
}
#pizzascroll {
text-align:center;
z-index:1;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #CC0033;
	letter-spacing: 0.1em;
	font-size: 1em;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-repeat: no-repeat;
}

h1{
	background-color: #FF9933;
	padding: 5px;
	font-size: 1.5em;
	color: #CC3300;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;

}

h2{
	background-color: #f47f22;
	padding: 3px;
	font-size: 1.3em;
	color: #FFFF33;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;

}
#newitem{
	background-color: #FFFF00;
	padding: 3px;
	font-size: 1.3em;
	color: #CC3333;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-decoration: blink;
	font-weight: bold;

}
#additional{
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 1em;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;

}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #FFFF33;
}
a:visited {
	color: #FFFF33;
}
a:hover {
	color: #FFFF33;
	font-weight: bold;
}
a:active {
	color: #FFFF33;
	font-weight: bold;
}

/********** Begin top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
