@charset "UTF-8";

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing
   
*/

* {
	text-decoration: none;
	font-size: 1em;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none;
	color: #45261F;
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
hr { 
	display: none; 
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
}body  {
	line-height: 1;
	color: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #7B7264;
	}
#addressInfo {
	font-size: 11px;
	float: left;
	width: 147px;
	padding: 15px 0 50px 0;
	color: #45261F;
	line-height: 1.7em;
	font-weight: normal;
	text-align: center;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/Eileen_background_with_green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 600px;
} 
#header  {
	float: left;
	padding-top: 22px;
	width: 210px;
	padding-left: 22px;
} 
#headerFiller {
	padding-top: 35px;
	color: #45261F;
	height: 118px;
	width: 350px;
	float: left;
	padding-left: 64px;
}
#headerSpacer {
	height: 25px;
	width: 400px;
	float: left;
}
#navcontainer {
	float: left;
	width: 180px;
	padding-left: 30px;
	padding-top: 35px;
}
#menu2 {
	width: 147px;
	float:left;
}

#menu2 ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu2 li
{
	display: inline;
}

#menu2 a
{
	color: #45261F;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-image: url(Images/up_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-left: 32px;
	height: 30px;
}

#menu2 a:link, #menu a:visited
{
	color: #45261F;
	text-decoration: none;
}

#menu2 a:hover
{
	color: #fff;
	background-image: url(Images/hover_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu2 li a#current
{
	color: #fff;
	background-image: url(Images/down_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* Menu 2 ends here */
#mainContent  {
	margin-top: 0px;
	float: left;
	width: 500px;
} 
#contactText {
	font-size: 80%;
	line-height: 1.6em;
	float: left;
	padding-left: 55px;
	padding-top: 17px;
	width: 480px;
}
#orderInfo {
	float: left;
	font-size: 80%;
	line-height: 1.4em;
	padding-left: 30px;
	padding-top: 25px;
	width: 480px;
}
#calendarInfo {
	font-size: 80%;
	line-height: 1.6em;
	width: 485px;
	padding-top: 35px;
	padding-left: 25px;
	float: left;
}
#aboutContent {
	float: left;
	width: 500px;
	padding-top: 4px;
	padding-left: 12px;
}
#aboutmePic {
	float: left;
	width: 480px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 25px;
}
#aboutmeText {
	font-size: 80%;
	line-height: 1.6em;
	width: 480px;
	float: left;
	padding-left: 12px;
	padding-top: 0px;
	width: 480px;
}
p {
	height: 225px;
	width: 480px;
	overflow: auto;
}
#galleryHolder {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 18px;
}
#homepageHolder {
	padding-top: 25px;
	float: left;
	width: 480px;
}
#homepageText {
	font-size: 80%;
	color: #000000;
	width: 385px;
	padding-left: 65px;
	line-height: 1.6em;
	float: left;
	text-align: left;
}
#homepagePic {
	padding-top: 12px;
	padding-left: 65px;
	float: left;
}
#homepagePic2 {
	padding-top: 12px;
	padding-left: 17px;
	float: left;
}
#homepagePic3 {
	padding-top: 12px;
	padding-left: 17px;
	float: left;
}
#footer  {
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mailto {
	font-weight: normal;
	color: #843D27;
}
.tinyType {
	font-size: 11px;
	line-height: 17px;
}

