﻿/* =================================================
    CSS STYLES FOR [site]
   =================================================*/   
body {
	color: #FFFFFF;
	background-color: #2C0000;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-family:Arial, Helvetica, sans-serif;*/ /*font-family: Trebuchet, Tahoma, Arial, Helvetica;*/ /*font-family:Garamond, Trebuchet MS, Arial, Helvetica;*/;
	font-size: 13px;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*img, div { behavior: url(iepngfix.htc) }*/
ul li {list-style-type:square ;}
ol li {list-style-type:decimal;}
.small {font-size:10px; font-weight:normal;}
.big {font-size:18px; font-weight:bold;}
.error {color:#cc0000;}
.hidden {display:none;}
.indent {margin-left:15px;}
.right {float:right;}
.left {float:left;}
.center{text-align:center;}
.bold{font-weight:bold;}
.contact_element {
	margin-left: 5px;
	border: thin solid #FFFFFF;
	background-color: #2C0000;
	color: #FFFFFF;
}
img {
	border:0;
}

#container {
	background-position: center center;
	width: 900px;
	height: auto;
	background-image: url('images/bg.jpg');
	margin: 0 auto;
	text-align: left;
	background-attachment: fixed;
}
#head {
	background-image: url('images/logo.png');
	width:900px;
	height:127px;
}
#box_top {
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 15px;
}
#box_left{
	height:100px;
	width: 11px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
#brick{
	width: 128px;
	height: 67px;
	margin-bottom: 5px;
	text-align: center;
}
#box_content {

	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	width: 876px;
	clear: both;
	position: relative;
	left: 11px;
}
#navigation {
	margin-left: 15px;
	float: left;
	position: relative;
	margin-top: 45px;
}
#content {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	width: 675px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	padding-left: 15px;
	margin-bottom: 15px;
}
#box_btm {
	clear: both;
	text-align: center;
	background-image: url('images/btm.png');
	background-repeat: no-repeat;
	height: 40px;
}
img, div { 
	behavior: url(iepngfix.htc); 
}
