﻿
/*------------------LINK----------------------*/




div.pan{
	text-align: left;
}

div.pan a{
	font-size		: 14px;
	font-weight		: bold;
	color			: #ffc;
	text-decoration	: none;
}

div.pan p{
	font-size		: 14px;
	font-weight		: bold;
	color			: #ffc;
}

div.paperTop img{
	vertical-align	: bottom;
    margin-top		: 20px	;
}

div.paper{
	background		: url(../img/paper.gif) repeat-y;
		width		: 650px;
        margin-bottom: 50px;
		padding-bottom: 30px;
}
.paper {
	display: inline-block;

}

.paper:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

ul.index{
	text-align: left;
	padding: 20px 0px 0px 100px;
	font-size: 14px;
	color: #300;
	line-height: 2em;
	width: 610px;
	list-style-type: none;
}

li.anchor a{
	color: #300;
}


