* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Serif;
	background: #964 url(../img/bg/page.jpg) center fixed repeat-x;
	color: #333;
}

#page {
	width: 970px;
	border: 8px solid #fcc;
	background: #fff;
	margin: 30px auto;
}

#heading, #logo {
	border: 8px solid #000;
}

#heading, #copyright {
	width: 995px;
	margin: 0 -20px;
	font-family: Georgia, "Times New Roman", Serif;
}

#heading {
	position: relative;
	margin-top: 10px;
	background: #fcc;
}
#heading ul {
	list-style-type: none;
}
#heading li {
	display: inline;
	padding: 0 20px;
}
#heading a {
	color: #964;
	font-style: italic;
	font-size: 1.75em;
	line-height: 2.4em;
}
#heading a:hover {
	color: #fff;
}

#logo {
	position: relative;
	background: #fff;
	padding: 8px;
	float: left;
	margin: -30px 20px;
}

#content {
	background: url(../img/bg/footer.png) bottom no-repeat;
	padding: 30px 15px 50px 15px;
}

#copyright {
	position: relative;
	border: 8px solid #fff;
	background: #fcc url(../img/bg/copyright.gif) top no-repeat;
	margin-top: 0;
	margin-bottom: -10px;
	text-align: center;
	padding: 5px 0;
	color: #964;
}

/* Photo themes */

.thread {
	background: url(../img/photo/thread.jpg) top right no-repeat;
}
.thread #content { height: 400px; padding-right: 425px; }

.shop {
	background: url(../img/photo/store.jpg) top right no-repeat;
}
.shop #content { height: 350px; padding-right: 425px; }

.entrance {
	background: url(../img/photo/entrance.jpg) top right no-repeat;
}
.entrance #content { height: 400px; padding-right: 425px; }

/* Colors */

.tc0 { /* grey */
	color: #555;
}
.tc1 { /* brown */
	color: #964;
}
.tc2 { /* pink */
	color: #e88;
}


/* Standard elements and classes */

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Serif;
	color: #964;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}
h1:first-letter {
	float: left;
	font-size: 2.5em;
	margin: .1em .05em 0 0 ;
}

p, blockquote {
	margin-bottom: 1em;
}

blockquote {
	
	margin-left: 15px;
}

.left {
	float: left;
}

.indent {
	margin-left: 15px;
}