body {
	margin: 25px 0px 0px 0px;
	background-color: #000000;
	color: #D3CACA;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FF0D0D;
	text-decoration: underline;
}
a:visited {
	color: #FF0D0D;
	text-decoration: underline;
}
a:hover {
	color: #D3CACA;
	text-decoration: underline;
}
a:active {
	color: #D3CACA;
	text-decoration: underline;
}
.Headline {
	margin-bottom: 20px;
}
.LanguageBox {
	background-image: url(../Images/bg_home2.gif);
	background-repeat: no-repeat;
	width: 514px;
	height: 114px;
	padding-top: 41px;
	padding-right: 50px;
	text-align: right;
	margin-bottom: 75px;
}
.MainBox {
	width: 780px; 
	height: 600px;
}
.LeftBox {
	width: 303px;
	height: 600px;
	float: left;
	background-image: url(../Images/bg_left.jpg);
	background-repeat: no-repeat;
	padding-top: 102px;
}
.MiddleBox {
	width: 341px;
	height: 600px;
	float: left;
	background-image: url(../Images/bg_middle.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
}
* html .MiddleBox{
		width: 376px;
}
.RightBox {
	width: 95px;
	height: 497px;
	float: left;
	background-image: url(../Images/bg_right.jpg);
	background-repeat: no-repeat;
	line-height: 11px;
	padding-top: 103px;
	text-align: right;
	padding-right: 6px;
}
* html .RightBox{
	height: 600px;
	width: 101px;
}
.FooterBox {
	width: 780px;
	height: 50px;
	text-align: right;
	padding-right: 12px;
	padding-top: 3px;
	font-weight: bold;
}
.FooterBox a:link, .FooterBox a:visited {
	color: #B30909;
	text-decoration: none;
}
.FooterBox a:hover, .FooterBox a:active {
	color: #D3CACA;
	text-decoration: none;
}
.ScrollBox {
	height: 475px;
	overflow: auto;
		scrollbar-base-color: #000000;
		scrollbar-3dlight-color: #B30909;
		scrollbar-arrow-color: #8C0707;
		scrollbar-darkshadow-color: #B30909;
		scrollbar-face-color: #B30909;	
		scrollbar-highlight-color: #8C0707;
		scrollbar-shadow-color: #8C0707;
		scrollbar-track-color: #8C0707;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Portfolio {
	border: 1px solid #000000;
	margin-bottom: 12px;
}
.Big {
	border: 1px solid #222222;
}
.NextBox {
	width: 326px;
	text-align: right;
}
.BackBox {
	width: 326px;
	text-align: left;
	padding-left: 6px;
}
.NextBox a:link, .NextBox a:visited, .BackBox a:link, .BackBox a:visited {
	color: #FF0D0D;
	text-decoration: none;
	font-weight: bold;
}
.NextBox a:hover, .NextBox a:active, .BackBox a:hover, .BackBox a:active {
	color: #D3CACA;
	text-decoration: none;
	font-weight: bold;
}

