.index_title {
	font-weight : bold;
	font-size : 24px;
        margin : 0px 0px 10px 20px;
}


.index_instructons {
	font-weight : bold;
	font-size : 20px;
        margin : 0px 0px 10px 0px;
}

.index_intro {
	font-weight : normal;
	font-size : 16px;
        margin : 0px 0px 15px 0px;
}


.link_block {
	margin : 10px 0px 0px 0px;
}


.link_block a{
	padding : 0px 20px 0px 0px;
}

.pic_title {
	font-weight : bold;
	font-size : 24px;
        margin : 20px 10px 10px 10px;
}

.main_pic {
	margin : 15px 15px 15px 0px;
	border : thin solid;
	padding : 1px 1px 1px 1px;
	float : left;
	background : White;
}

.pic_text {
	font-weight : normal;
	font-size : 16px;
        margin : 10px 0px 0px 0px;
}


.dir{
	margin : 0px 0px 0px 0px;
	border : thin solid;
	padding : 1px 1px 1px 1px;
	float : left;
	background : White;
}

.dir p{
	margin : 0px 5px 5px 5px;
}

body {
	background : Gray;
}

.container {
	position : absolute;
	left:100px;
	top:70px;
	width:500px;
}

.title {
	position : absolute;
	left:150px;
	top:10px;
	width:350px;
}

.title p{
	font-weight : bold;
	font-size : 24px;


	margin : 0px 0px 30px 0px;
}

