@charset "UTF-8";

/* 
--------------------
Liv Fashion Boutique
Updated 2/7/2011
--------------------
*/

body {
	font: 90% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #d1cfcc;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #837977;
}

a:link, a:visited {
	color: #837977;
	text-decoration: none;
}

.inputBox {
	color: #8c807b;
	font-style: italic;
	position: relative;
	top: -7px;
	
}

#container {
	width: 902px;
	background: #edece5;
	margin: 0 auto;
}

#header {
	height: 389px;
}

#gallery {
	width: 245px;
	height: 308px;
	margin-left: 453px;
	margin-top: -309px;		
}

#menu {
	width: 902px;
	height: 86px;
}

#mainContent {
	padding: 0 20px;
	text-align: justify;
}

#form {
	width: 400px;
	position: relative;
	top: -75px;
	left: 450px;
	
}

#footer {
	background:#d1cfcc;
	color: #000;
	
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}

#footer a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

.imgContact {
	float: right;
	margin-bottom: 120px;
}

.imgFloatLeft {
	float: left;
}

.imgFloatRight {
	float: right;
}


.imgFloatRightClearBoth {
	float: right;
	clear: both;
}


.emphasis {
	font-weight: bold;	
}

*:focus { 
outline: none; 
}

*::-moz-focus-inner { 
border: none; 
}


