﻿/* CSS layout */

#masthead {
	background-color: #FFFFFF;
	font-size: 80px;
	text-transform: capitalize;
	text-align: center;
	height: 110px;
	top: 0px;
	color: #0000FF;
	font-family: "Script MT Bold";
	font-style: italic;
}


#left_col {
	background: url('images/bg pk.JPG') repeat;
	position: absolute;
	left: 0px;
	top: 120px;
	bottom: 1000px;
	height: 1000px;
	width: 200px;
	
}

#right_col {
	background: url('images/bg pk.JPG') 
	repeat;
	width: 200px;
	position: absolute;
	top: 120px;
	right: 0px;
	height: 1000px;
	bottom: 1000px;
}

#page_content {
	background: #FFFFFF;
	margin-right: 200px;
	margin-left: 200px;
	position: relative;
}

#specials {
	border: medium #FF00FF solid;
	background: white;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana;
	margin-right: auto;
	text-align: center;
	color: #0000FF;
}	
#container {
	position: relative;
	width: 100%;
}
.newStyle1 {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inherit;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
	line-height: 2em;
}


