/* basic elements */

body { 
	font: 12px/1.2em Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	COLOR: #666666;
    margin: 0px; 
	text-align: center;
    }

#wrapper{
	width: 960px;
	margin: 0px auto;
    background: #ffffff url(images/bgd.jpg) top left no-repeat;
    padding-top: 70px;
	height: 520px;
	min-height: 520px;
	overflow: auto;
}

h1 {
	margin: 100px 0px 65px 570px;
	text-indent:-99999999px;
	display:block;
	width:196px;
	height:88px;
	padding-top: 0px;
	background:url(images/artographica.png) top left no-repeat;
}

ul#menu{
	margin: 10px 0px 65px 570px;
	display:block;
	width:196px;
	padding: 0px;
	text-align:center;
}

ul#menu li{
	text-transform:uppercase;
	margin: 0px 0px 17px 0px;
	padding:0px;
	list-style:none;
	font-size:1.3em;
	}
a.head{
	display:block;
	width:196px;
	height:88px;
}
a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color: #999999
}