

/* Peter Thomas Event Catering 1.0 Layout - www.peterthomasevents.com */
/* Copyright (c) 2006 Peter Affotato. All rights reserved. */
/* Created for Peter Affotato by Open Development, October 2006. */





/* -------------- GENERAL ----------------- */


	
body
	{
    margin: 0;
    padding: 0;
    border: 0;
    background: #000 url(../images/brown_tile.jpg) repeat;
    font: 70% Verdana, sans-serif;
    text-align: center;
    color: #333;
		}
		
table
	{
    font-size: 100%;
		}
		
p
	{
    margin: 1.5em 0 1.5em 0;
		}
	


/* -------------- TYPOGRAPHY ----------------- */



h1
	{
    font-size: 2.5em;
    font-family: Georgia, serif;
    color: #703e1e;
		}

h2
	{
    font-size: 1.75em;
    font-family: Georgia, serif;
    line-height: 1.2em;
		}

h3
	{
    font-size: 1.5em;
    font-family: Georgia, serif;
		}

h4
	{
    font-size: 1.25em;
    font-family: Georgia, serif;
    font-style: italic;
		}

h5
	{
    font-size: 1em;
    font-family: Georgia, serif;
		}

h6
	{
    font-size: .9em;
		}

strong
	{
    font-weight: bold;
		}

em
	{
    font-style: italic;
		}

pre,code
	{
    font: normal 100% courier,monospace;
		}		
		


/* -------------- LAYOUT ----------------- */





#background
	{
	width: 100%;
	text-align: center;
		}
		
#shadow
	{
	 background: url(../images/shadow.gif) top center repeat-y;
		}
		
#noscript
	{
	margin: 0 auto;
    width: 760px;
    text-align: left;
    background: #ffde33;
		}

#topline
	{
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 760px;
	font-size: 1px;
	line-height: 1px;
		}
		
#topline h1
	{
	display: none;
		}
		
#topline p
	{
	display: none;
		}

#heading
	{
    margin: 0 auto;
    padding: 0;
    text-align: right;
    background: url(../images/logo.gif) no-repeat;
    width: 760px;
    height: 100px;
		}
		
#flash
	{
    margin: 0 auto;
    padding: 0;
	height: 250px;
	width: 760px;
		}
		
#page
	{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: url(../images/tile_page.gif) repeat-y;
	text-align: left;
		}
		
#content
	{
    margin: 0;
    padding-top: 100px;
    padding-bottom: 1px;
	width: 760px;
	font-size: 1em;
		}
		
#content #text
	{
	width: 660px;
	margin: 0 40px 20px 60px;
	padding: 0;
	line-height: 1.6em;
		}
		
#content #text a
	{
	color: #900;
		}
		
#content #text a:visited
	{
	color: #777;
		}

#footer
	{
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    width: 760px;
    background: #996 url(../images/footer.gif) no-repeat;
    border-bottom: 1px solid #ffc;
		}

.clear
	{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
		}
		
.super
	{
	vertical-align: super;
		}
		
.required
	{
	color: #c00;
		}
		
.textbox
	{
	background-color: #cc9;
	padding: 4px;
	font: 1em Verdana, sans-serif;
	color: #000;
	border: 1px solid #710000;
		}
		
.button
	{
	background-color: #cc9;
	padding: 5px;
	font: bold 1em Verdana, sans-serif;
	color: #000;
		}