
body {
	background-image: url('/images/lilyandcinostudio/bg_title.jpg'); 
	background-repeat: repeat;
	text-align: center; /* for IE */
	
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
}


h1,h2,h3,h4,h5,p,form,ol,ul,li{
	margin-top: 0;
	margin-bottom : 0.6em;
	padding-bottom : 4px;
}

p {margin-bottom : 1em;}

p a {
	color: #35322D;
}

p a:hover {
	color: #B9C7A6;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

#shadow-container {
	position: relative;
	width: 873px;
	text-align: left;
	margin : 0 auto;
	padding: 0;
	top: 50px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 {
	background: #292927;
}
 
#shadow-container .shadow2 {
	background: #333333;
}
 
#shadow-container .shadow3 {
	background: #000000;
}
 
#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 30px 30px 5px 30px;
}

#header {
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #35322D;
	position: relative;
}

#logo {
	position: absolute;
	background-image: url('/images/lilyandcinostudio/lncstudio_logo.jpg');
	background-repeat: no-repeat;
	width: 251px;
	height: 53px;
	top: 5px;
	left: 0px;
}

#nav {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 15px;
	color: #35322D;
}

#nav a {
	color: #35322D;
}

#nav a:hover {
	color: #B9C7A6;
}

#content {
	position: relative;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

#content #text-content {
	position: relative;
	float: left;
	width: 333px;
}

#content #text-content  #heading-image {
	position: relative;
	background-image: url('/images/lilyandcinostudio/slogan.jpg');
	background-repeat: no-repeat;
	width: 308px;
	height: 81px;
}

#content #text-content #main-copy {
	position: relative;
	top: 10px;
}

#content #image-container {
	position: relative;
	background-image: url('/images/lilyandcinostudio/main_img.jpg');
	background-repeat: no-repeat;
	width: 455px;
	height: 442px;
	top: 0px;
	left: 25px;
	float: left;
}

#footer {
	text-align: center;
	color: #35322D;
}

#footer a {
	color: #35322D;
}

#footer a:hover {
	color: #B9C7A6;
}

.clearBoth {
	clear: both;
}



