@charset "UTF-8";
/*for IE7*/ 
div .clear{ clear:both;}


/*--------------------------------------------------------------------------
	body
----------------------------------------------------------------------------*/
body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
	line-height: 19px;
	background-image: url(../images/bg.jpg);
	width:100%;
	background-repeat: repeat;
	background-attachment: fixed;
}


/*--------------------------------------------------------------------------
	div#wrapper
----------------------------------------------------------------------------*/
#wrapperbg{
	background-image: url(../images/wall.png);
	width:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:0 auto;
	margin:0 auto;
}

#wrapper {
	width: 970px;
	margin:0 auto;
	padding:0 auto;
}

#navigation {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	width:300px;
	padding:0 0 0 10px ;
	position:fixed;
	margin:0px;
	float:left;
	display: block;
}


#artworkscontainer{
	width:500px;
	margin:50px 170px 40px 330px;
	float:left;
	position: relative;
	display:block;
}

#footer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom:10px solid #000;
}


/*--------------------------------------------------------------------------
	font style - navigation
----------------------------------------------------------------------------*/
div #navigation header{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	padding:50px 0 50px 0;
	display:block;
	letter-spacing: 0.1em;
	font-style:normal;
	font-weight:400;
}


div #navigation ul li.navlist a{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px 0; 
	font-size:16px;
	letter-spacing: 1px;
	display:block;
}

div #navigation ul li p{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px 0; 
	font-size:12px;
	letter-spacing: 1px;
	display:block;
}

div #navigation ul li.navyear a{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	border-left:1px solid #CCC; 
	padding:0 0 5px 10px; 
	margin:0 0 0 50px;
	letter-spacing: 1px;
	display:block;
}


/*--------------------------------------------------------------------------
	font+img style - ART WORKS
----------------------------------------------------------------------------*/
h1{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000;
	display:block;
	padding:0 0 5px 0;
}

h2{
	font-size:10px; 
	margin:0 0 80px 0; 
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	text-align:right;
	display: block;
}

div #artworkscontainer ul li img{
	border:solid 1px #000;
}

.framemov{
	border-top: solid 3px #000;
}

.framemov2{
	border: solid 3px #000;
}

/*--------------------------------------------------------------------------
	link style
----------------------------------------------------------------------------*/
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	cursor:pointer;
}

a:link{text-decoration: none; color: #000;}
a:visited{text-decoration: none; color: #000;}
a:hover{text-decoration: underline; color: #000;}
a:active{text-decoration: none; color: #000;}

.redtext {color:#C00; text-decoration:none;}
a.redtext {color:#C00; text-decoration:none;}
a.redtext:visited {color:#C00; text-decoration:none;}
a.redtext:active {color:#C00; text-decoration:none;}
a.redtext:hover { text-decoration:underline;}

