@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: 226px;
	height: 49px;
	top: 16px;
	left: 14px;
	position: absolute;
}
#nav {
	height: 36px;
	width: 320px;
	top: 28px;
	right: 14px;
	position: absolute;
}
#nav li {
	background-color: black;
	list-style: none;
	position: relative;
	font-size: 13px;
	float: left;
	width: 80px;
	height: 36px;
}
#nav a {
	color: white;
	list-style:none;
	text-decoration:none;
}
#nav li.work {
	width: 80px;
	height: 36px;
	position:relative;	
}
#nav li.work span {
	background: url(images/work.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.work span:hover {
	background: url(images/workh.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.about {
	width: 80px;
	height: 36px;
	position:relative;	
}
#nav li.about span {
	background: url(images/about.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.about span:hover {
	background: url(images/abouth.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.blog {
	width: 80px;
	height: 36px;
	position:relative;	
}
#nav li.blog span {
	background: url(images/blog.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.blog span:hover {
	background: url(images/blogh.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.contact {
	width: 80px;
	height: 36px;
	position:relative;	
}
#nav li.contact span {
	background: url(images/contact.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#nav li.contact span:hover {
	background: url(images/contacth.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
#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:254px;
	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:386px;
	height:385px;
	position:absolute;
	top:176px;
	left:254px;
	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;
	left: 14px;
	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:336px;
	left:654px;
}
#description a{
	text-decoration:none;
}
a{
	color:#822F5D;
}
a:hover{
	color:none;
}
a:visited{
	color:#54143A;
}