body {
	font-size		: 12px;
	font-family		: Trebuchet MS;
	color			: #fff;	
	margin			: 0;
	background		: #000;
}

table {
	font-size		: 12px;
	font-family		: Trebuchet MS;
	color			: #fff;
}

Input {
	border			: 1px solid #B30000;
	font-family		: Trebuchet MS;
}

Textarea {
	border			: 1px solid #B30000;
	font-family		: Trebuchet MS;
}

a {
	text-decoration	: none;
	color			: #ffff00;
}

a:hover {
	text-decoration	: underline;
	color			: #ffff00;
}

.Main {
	background		: url(../i/bg.png) repeat-y;
	width			: 100%;
	text-align		: left;
}	

.LeftContainer {
	width			: 278px;
	vertical-align	: top;
}

.NavigationContainer {
	border-left		: 2px solid #4b4b4b;
	border-right	: 2px solid #232423;
	width			: 196px;
	background		: #000;
	vertical-align	: top;
	padding			: 20px 0;
}

.RightContainer {
	border-right	: 2px solid #232423;
	width			: 486px;
	background		: #000;
	vertical-align	: top;
	padding			: 20px 0;
}

.Menu {
	margin			: 10px 0 0 12px;
}

.News {
	padding			: 0 32px;
}

.TheNews {
	font-size		: 10px;	
	padding			: 10px 0;
}

.Date {
	color			: #666;
}

.PageTitle {
	font-size		: 25px;
	letter-spacing	: -1px;
}

.Content {
	padding			: 10px 32px;
}

.SubTitle {
	font-size		: 17px;
}

.NewProject {
	color			: #666;
	margin-bottom	: 10px;
	font-size		: 10px;
	height			: 150px;
}

.NewProjectTitle {
	color			: #fff;
}

.BottomMenu {
	color			: #666;
	font-size		: 10px;
	line-height		: 20px;
	margin-left		: 40px;
	margin-bottom	: 20px;
}

.BottomMenu a {
	color			: #666;
	font-size		: 10px;
}