body#main{
	color: #000;
	font-size:11px;
    font-family:Tahoma, Verdana, Arial, Sans-Serif; 
	text-align: center;
	background: #FFFFFF;
}

*{	border: 0px; margin: 0px; padding: 0px; }

.float-left{ float: left; }
.float-right{ float: right; }
.float-clear{ clear: both; }

#container{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

#inner-container{
	background: #E7EEF7 url(../images/container-top.gif) no-repeat top;
	padding: 18px;
	padding-bottom: 0;
}

#inner-container-end{
	background: url(../images/container-bottom.gif) no-repeat;
	height: 18px;
}

#left-align{
	width: 135px;
	float: left;
}

#center-align{
	float: left;
}

#right-align{
	float: right;
}

#center-block #block-open{
	background: #fff url(../images/center-block.gif) no-repeat 0 0;
	height: 15px;
	width: 504px;
}

#center-block #block-close{
	background: #fff url(../images/center-block.gif) no-repeat 0 -15px;
	height: 15px;
	width: 504px;
}

#center-block #content{
	padding: 0 15px;
	background: #fff;
	width: 472px;
	border: 1px solid #BDD3EF;
	border-width: 0 1px;
}


#quote-block #quote-open{
	background: #fff url(../images/quote-block.gif) no-repeat 0 0;
	height: 15px;
	width: 230px;
}

#quote-block #quote-close{
	background: #fff url(../images/quote-block.gif) no-repeat 0 -15px;
	height: 15px;
	width: 230px;
}

#quote-block #quote-content{
	padding: 0 15px;
	background: #fff;
	width: 198px;
	border: 1px solid #BDD3EF;
	border-width: 0 1px;
}


#menu-block #menu-open{
	background: #fff url(../images/menu-block.gif) no-repeat 0 0;
	height: 15px;
	width: 120px;
}

#menu-block #menu-close{
	background: #fff url(../images/menu-block.gif) no-repeat 0 -15px;
	height: 15px;
	width: 120px;
}

#menu-block #menu-content{
	padding: 0 15px;
	background: #fff;
	width: 88px;
	border: 1px solid #BDD3EF;
	border-width: 0 1px;
}

#menu-content ul
{
	display: block;
}

#menu-content ul li
{
	height: 20px;
	width: 100px;
	list-style: none;
	padding: 2px;
}

p.quote
{
	font-style: italic;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma;
}

p.content
{
	padding-top: 10px;
	font-size: 11px;
	text-indent: 30px; 
}

.img
{
	padding: 1px;
	border: 2px solid #EEE;
}

._title
{
	font-style: italic;
	color: #B50000;
	padding-bottom: 5px;
}

.sep
{	
	border-bottom: 2px solid #DDDDDD;
}

.sep_dot
{	
	border-bottom: 1px dotted #DDDDDD;
}

.title
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

ul.disp
{
	list-style-type: square;
	padding-top: 15px;
	padding-left: 25px;
	vertical-align: middle;
	display: block;
}

ul.disp_sub
{
	list-style-type: square;
	padding-top: 15px;
	padding-left: 25px;
	vertical-align: middle;
	display: block;
}

a.active {
	color:#000000;
	text-decoration: none;
}

a {
	color:#003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.li_content
{
	line-height:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 8px;
	width: 95%;
}

table.contacts
{	
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.contacts td
{	
	padding: 7px;
	border-bottom: 1px solid #e1e1e1;
}

input, textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #e1e1e1;
	padding: 3px;
	background: #F4F4F4;
}
