/*stylesheet.css This is my first successful css*/
/*Made by kalinka, March, 2010*/
body {
margin:0;
padding:0;
}

h1 span {
display:none;
}

ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}


a:link { font-weight: bold; text-decoration: none; color: #000000; }
a:visited { color: #a3a3a3; text-decoration: none; }
a:hover { font-weight: bold; color: #f4f0e6; background:black; }

#container {
	position: relative;
	margin: auto;
	width:760px;
}

#intro {
    background: transparent url("images/header.png") center top no-repeat;
    height: 250px;
	text-align: center;
	padding-top: 75px;
}

#contents {
	position: absolute;
	top: 250px;
	left: 230px;
}

#linkList {
    position: absolute;
    top: 250px;
    left: 50px;
    width: 138px;
	font-variant:small-caps;
}

#linkList ul {
   list-style-image: url("images/m_list.png");
}

