@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	backg
}
body{
	background:url(images/bkgd.gif)
}
#container {
	width: 974px;
	height: 626px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color:white;
	border:thick;
}
#logo {
	width: 320px;
	height: 76px;
	top: 8px;
	left: 14px;
	position: absolute;
}
#caption {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	top:39px;
	left:134px;
}
ul#nav {
	list-style:none;
	width:320px;
	top: 28px;
	right: 14px;
	position: absolute;
}

ul#nav li{
	display: inline;
	font-size:11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration:none;
	padding: 18px 0px 0px 14px;
	background: #000;
	height: 18px;
	width: 65px;
	color: #FFF;
	float: left;
	text-align: left;
	border-left: 1px solid #fff;
}
ul#nav li a:hover {
	background:#822F5D;
}
#feature {
	top: 128px;
	left: 58px;
	height: 448px;
	width: 841px;
	position: absolute;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 38px;
	font-style:italic
}
#twork {
	top: 128px;
	left: 654px;
	position: absolute;
}
#tabout {
	top:128px;
	left:334px;
	position: absolute;
}	
#listwork {
	top:176px;
	left:654px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:28px;
}
#listwork a {
	text-decoration:none;
	color:black;
}
#listwork a:hover {
	color:#822F5D;
}

#listwork ul {
	list-style: none;
}
#cabout p {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:312px;
	height:385px;
	position:absolute;
	top:176px;
	left:334px;
	font-size:14px;
}
#cabout a{
	text-decoration:none;
	color:black;
	text-align:right;
}
#footer {
	background-color: #ababab;
	top: 576px;
	left: 14px;
	width: 946px;
	height: 50px;
	font-size: 9px;
	font-weight: bold;
	background:url(images/footer.gif);
	background-repeat: repeat-x;
	position:relative;
}
#social {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	position:absolute;
	padding:10px 0;
}
#social ul li {
	list-style: none;
	display: inline;
}
#social ul li a {
	display: block;
	float: left;
	width: 80px;
	text-decoration:none;
	color: black;
}
#copy {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding:10px 0;
	text-align:right;
	width:auto;
}
#picture {
	top: 128px;
	right: 334px;
	height: auto;
	width: auto;
	position: absolute;
}
#picture a{
	color:#000;
	text-decoration:none;	
}
#description {
	position:absolute;
	width:226px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	top:356px;
	left:654px;
}
#description a{
	text-decoration:none;
}
a{
	color:#822F5D;
}
a:hover{
	color:none;
}
a:visited{
	color:#54143A;
}
