/* Styles for "Fantasy Artwork" site */


body {
	background: #3a090a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Divs */

#container {
	background: #3a090a;
	width: 982px;
	height: 700px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	background: #3a090a url(../images/art-header.jpg) no-repeat;
	width: 982px;
	height: 171px;
}

#main {
	background: #3a090a url(../images/sunset-bg.jpg) no-repeat;
	width: 982px;
	height: 530px;
	position: relative;
}

#menu {
	width: 139px;
	position: absolute;
	top: 73px;
	left: 767px;
}

#content1 {
	width: 665px;
	position: absolute;
	top: 5px;
	left: 95px;
}

#content2 {
	width: 450px;
	height: 260px;
	position: absolute;
	top: 125px;
	left: 310px;
}

#content2.higher {
	top: 80px;
}

#footer {
	width: 500px;
	position: absolute;
	top: 480px;
	left: 395px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #e1651b;
	text-align: right;
}


/* Paragraph and character styles */

h1 {
	font-family: Times New Roman, Georgia, serif;
	font-size: 1.4em;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	font-style: italic;
}

p {
	font-size: 0.75em;
	margin: 0px 0px 10px 0px;
}

p.intro {
	margin-bottom: 0px;
}


/* Links */

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

a:hover, a:active {
	text-decoration: underline;
}

a.category {
	font-size: 1.1em;
	color: #3a0a0a;
}

a.current {
	color: #3a0a0a;
	font-weight: bold;
	font-size: 1.1em;
}

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

#footer a:hover, a:active {
	text-decoration: underline;
}


/* Images */

img {
	border: none;
	margin: 0px 0px 0px 0px;
}

.thumbnail {
	border: 2px solid #ae2b08;
	margin: 0px 5px 5px 0px;
}