/** BASIC */

body {
	margin: 0px 0px;
	padding: 0px;
	background: url(images/blankmid.jpg) repeat-y left top;
}



/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 25px 0px;
	color: #000000;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.8em;
	text-align: justify;
	line-height: 120%;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 120%;
	font-size: 10px;
}

.list1 li {
	padding-left: 24px;
	background: url(http://tonysfamilyrestaurant.net/images/) no-repeat left center;
}

/** LINKS */

a {
	color: #006633;
}

a:hover {
	color: #ff0000;	
	text-decoration: none;
}

a.link1 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(http://tonysfamilyrestaurant.net/images/) no-repeat left center;
}

a.link2 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(http://tonysfamilyrestaurant.net/images/) no-repeat left center;
	color: #FDD173;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
	background: url(images/subpage.jpg) no-repeat left top;
}

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.border {
}







/** PAGE */

#page {
	width: 800px;
	
}

/** CONTENT */

#content {
	position: absolute;
  	top: 250px;
  	left: 190px;	
	width: 600px;
	background: url(http://tonysfamilyrestaurant.net/images/) repeat-y left top;
}


/** MENU */

#menu {
	
	position: absolute;
  	top: 200px;
  	left: 00px;	
	width: 200px;
	height: 195px;
	background: url(http://tonysfamilyrestaurant.net/images/) no-repeat left top;
}


#menu ul {
	width: 197px;
	margin: 0px;
	padding: 20px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 8px 0px;
	background: url(http://tonysfamilyrestaurant.net/images/) repeat-x left top;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}



/** FOOTER */

#footer {
	position: relative;
  	top: 0px;
  	left: 0px;	
	clear: both;
	width: 400px;
	height: 68px;
	margin: 0px auto;
	background: url(http://tonysfamilyrestaurant.net/images/) no-repeat left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding-top: 28px;
	line-height: normal;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}