@charset "utf-8";
/* CSS Document */

/* WEBSITE COPYRIGHT LISA ANSTETH OF LISALEE DESIGNS, 2010. ALL RIGHTS RESERVED GO TO WWW.LISALEEDESIGNS.COM FOR ANY COMMENTS */

/*---------- STRUCTURE ELEMENTS ----------*/

body {
	background-color: #9f9f9f;
}

#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#banner {
	width: 900px;
	height: 125px;
	float: left;
	background-image: url(../images/banner_900px.jpg);
}

#nav {
	width: 900px;
	height: 30px;
	float: left;
	background-image: url(../images/nav_bar_900px.jpg);
}

#content_wrapper {
	width: 880px;
	height: auto;
	float: left;
	border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #FFF;
}

#col_one_about_me {
	width: 335px;
	height: 460px;
	float: left;
	text-align: center;
	padding-top: 45px;
	border-style: solid;
		border-width: 0 5px 10px 0;
		border-color: #FFF;
	background-color: #000;
}

#col_one_contact_info {
	width: 335px;
	height: 460px;
	float: left;
	text-align: center;
	padding-top: 45px;
	border-style: solid;
		border-width: 0 5px 10px 0;
		border-color: #FFF;
	background-color: #000;
}

#col_one_thank_you {
	width: 335px;
	height: 475px;
	float: left;
	text-align: center;
	padding-top: 30px;
	border-style: solid;
		border-width: 0 5px 10px 0;
		border-color: #FFF;
	background-color: #000;
}

#col_one_links {
	width: 335px;
	height: 480px;
	float: left;
	text-align: center;
	padding-top: 25px;
	border-style: solid;
		border-width: 0 5px 10px 0;
		border-color: #FFF;
	background-color: #000;
}

#col_one_rates {
	width: 335px;
	height: 480px;
	float: left;
	text-align: center;
	padding-top: 25px;
	border-style: solid;
		border-width: 0 5px 10px 0;
		border-color: #FFF;
	background-color: #000;
}

#col_two {
	width: 535px;
	height: 505px;
	float: left;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-color: #878787;
		background-image: url(../images/bg_basic_swirl.jpg);
		background-repeat: no-repeat;
}

#col_two_about {
	width: 495px;
	height: 365px;
	float: left;
	padding: 140px 20px 0 20px;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-color: #878787;
		background-image: url(../images/titles/about_me.jpg);
		background-repeat: no-repeat;
}

#col_two_contact {
	width: 535px;
	height: 505px;
	float: left;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-image: url(../images/titles/contact_info.jpg);
		background-repeat: no-repeat;
		background-color: #878787;
}

#col_two_contact_thank_you {
	width: 535px;
	height: 505px;
	float: left;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-image: url(../images/titles/thank_you.jpg);
		background-repeat: no-repeat;
		background-color: #878787;
}

#col_two_rates {
	width: 535px;
	height: 505px;
	float: left;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-color: #878787;
		background-image: url(../images/titles/rates.jpg);
		background-repeat: no-repeat;
}

#col_two_links {
	width: 535px;
	height: 505px;
	float: left;
	border-style: solid;
		border-width: 0 0 10px 5px;
		border-color: #FFF;
	background-color: #878787;
		background-image: url(../images/titles/testimonials.jpg);
		background-repeat: no-repeat;
}

#sub_col_one {
	width: 330px;
	height: auto;
	float: left;
	margin: 100px 0 0 20px;
}

#sub_col_two {
	width: 150px;
	height: auto;
	float: left;
	margin: 100px 0 0 30px;
}

#footer {
	width: 900px;
	height: 20px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		color: #FFF;
		text-align: right;
}

#engagements_header_image {
	height: 60px;
	width: 535px;
	float: left;
	margin: 110px 0 0 0;
	
}

#engagements_para {
	height: 60px;
	width: 535px;
	float: left;	
}

#weddings_header_image {
	height: 60px;
	width: 535px;
	float: left;
}
#weddings_para {
	height: 90px;
	width: 535px;
	float: left;
}

#rates_horizontal_line {
	height: 30px;
	width: 535px;
	float: left;
	margin: 10px 0 0 0;
}

#rates_anything_else {
	height: 50px;
	width: 535px;
	float: left;
	margin: 15px 0 0 0;
}



/* NAVIGATION
----------------------------------------*/

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	float: left;
	line-height: 30px;
	padding: 4px  0 0 60px;
}

#nav ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
	line-height: 30px;
}

.live_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	text-decoration: none;	
}

.live_link:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;	
}


/* ---------- TEXT/IMAGE ATTRIBUTES ---------- */

.body_about_me {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
	color: #FFF;
}

#body_rates_par1 {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
	color: #FFF;
	padding: 140px 20px 0 20px;
}

#body_rates {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
	color: #FFF;
	margin: 0 20px 0 20px;
}

.rates_section_headers {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 24px;
		font-weight: normal;
		line-height: 16px;
	color: #FFF;
	padding: 0 20px 0 20px;
}

.contact_description {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: left;
		padding: 0 20px 0 20px;
	color: #FFF;
}

#thank_you_text {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		text-align: left;
		padding: 200px 40px 0 40px;
	color: #FFF;
}

col_one img {
	margin: 0 auto;
}

textarea {
	height: 100px;
	width: 200px;
}

input {
	height: 22px;
	width: 200px;
}


fieldset {
	border: none;
}

.text_for_form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
	width: 250px;
}

ul li {
	font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
	line-height: 18px;
	list-style-type: none;
}


#lisalee_link {
	text-decoration: none;
	color: #000;
}

#lisalee_link:hover {
	text-decoration: none;
	color: #FFF;
}

.testimonials_names {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	line-height: 24px;
	margin: 0 0 0 20px;
}

.italics {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	}

/*---------- TABLE ATTRIBUTES ----------*/

table {
	height: auto;
	width: 505px;
	margin: 100px 0 0 30px;
}