/*	lexitaylor.com 

	This CSS file is free to be adapted for any non-commercial use. No attrition is necessary, although credit is appreciated.
	It may not be sold individually or repackaged, or used for commercial purposes unless permitted.
	To contact the owner, please email admin@lexitaylor.com
*/

/* Main */
html , body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333; background-color: #FFF;
	margin: 0; padding: 0;
}
p {
	font-size: 12px; line-height: 22px; text-align: justify;
	margin: 5px;
}
h1 {
	font-size: 20px; line-height: 24px;
	text-align: center;
}
ul {
	margin: 10px 50px 10px 100px; padding: 0;
}
li {
	font-size: 11px; line-height: 15px;
	list-style-type: circle;
}
.gallery td {
	width: 250px; height: 200px; text-align: center;
	border: 1px solid #212121;
}
.gallery td:hover { border-color: #d00; }
table.contact { margin: 25px 100px; }
.contact td {
	border: none;
	text-align: center;
	padding: 0 25px;
}
strong { color: #B47850; }
img { border: none; }
abbr { cursor: help; }
.cen { text-align: center; }
.quote {
	color: #B47850; 
	font-style: italic;
}
.hide { visibility: hidden; }
.agewarning {
	color: #B47850;
	font-weight: bold;
	font-size: 16px;
}
.pricing {
	margin: auto;
}

/* Links */
a:link {
	color: #B47850;
	text-decoration: underline;
}
a:link:hover { text-decoration: underline; }
a:visited {
	color: #B47850;
	text-decoration: underline;
}
a:visited:hover { text-decoration: underline; }

/* Sections */
#wrapper {
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
#window{
	min-height: 400px; width: 900px;
	margin: -11px 0 0 10px;
	background: url('../img/content.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
	padding-top: 30px;
	margin: 50px 50px 0 330px;
}
#nav {
	position: absolute;
	font-size: 12px;
	margin-left: 400px;
}
.footer {
	color: #B47850;
	width: 980px;
	font-size: 10px; line-height: 15px; text-align: center;
}