﻿#MasterPage 
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#LeftPlace
{
	width:200px;
	float:left;
	font-size:16px;
	line-height:25px;
}

#ContentPlace
{
	width:800px;
	float:left;
}

#Title
{
	font-size:large;
	line-height:50px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}