/* @override 
	http://localhost:8888/cassiostyle.css
	http://cassiopeiafineart.com/cassiostyle.css
*/

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: black;
	color: #f0e7c8;
	font-family: Palatino, "Adobe Garamond Pro", "Times New Roman", Serif;
}

img{
	border: 0px;
}

a{	border: 0px;
	text-decoration: none;	
}

#wrap{
	width: 501px;
	margin-left: auto;
	margin-right: auto;
}

#header{margin-top: 20px;
	width: 501px;
	height: 131px;
	background-image: url(images/cassiopeialogo.gif);
}

#content{
	width: 501px;
	height: 414px;
	background-image: url(images/necklace.jpg);
}

#content ul{
	padding-top: 30px;
	padding-left: 20px;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	font-size: 15px;
}

#content ul li{
	margin: 7px;
}

#content ul li a{
	text-decoration: none;
	color: #f0e7c8;
	
}

#content ul li a:hover{
	color: white;
	text-decoration: underline;
}

#description{
	margin-left: 40px;
	margin-right:	20px;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 40px;
}

#description p{
	margin-bottom: 15px;
	color: #c7b890;
}

#pagewrap{width: 100%;
	height: 675px;
	background: url(images/maskbg.jpg) no-repeat;
}



#pagecontent{
	margin-left: 250px;
}

#pageheader{
	height: 100px;
}

#pagenav {
	position: relative;
	margin-top: 15px;
	display: block;
	width: 571px;
	text-align: center;
}

#pagenav li{
	display: inline;
	margin-right: 50px;
	margin-left: 50px;
}

#pagecontent ul li a{
	text-decoration: none;
	color: #f0e7c8;
	
}

#pagecontent ul li a:hover{
	color: white;
	text-decoration: underline;
}

#gallery{
	width: 600px;
	margin-top: 50px;
	height: 414px;
}

#gallery a{
	
	width: 90px;
	height: 90px;
	margin: 25px;
	display: inline-block;
	border: 2px solid #c0a27c;
}

#contact{
	padding-top: 100px;
	padding-left: 20px;
	height: 300px;
}

#contact p{
	width: 70%;
	text-align: justify;
	padding: 10px;
}

#contact p strong{
	color: #c7b890;
}

#footer{margin-top: 25px;
	padding: 15px;
	text-align: center;
	font-size: .8em;
	border-top-style: solid;
	border-top-width: 1px;
	position: static;
}

#pagefooter{margin-top: -80px;
	padding: 15px;
	text-align: center;
	font-size: .8em;
}

