﻿body {
	margin: 10px auto;
	padding: 0;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#231F20;
	color: #FFFFFF;
}
h1{
	color:#FFFFFF;
	font-size:14pt;
	font-style:italic;
	text-align:center;
	padding-top:15px;
	padding-bottom:8px;
}
h2 {
	color:#fee5be;
	font-size:13pt;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}


strong {
	color: #000000;
}

ol {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}


ul {
	margin: 0px;
	padding: 0;
}

a {
}

a:hover {
	color: #000000;
}

/** Style for wrapper starts here */
#header{
	padding-top:15px;
	padding-left:0px;
	width:483px;
}
#menu{
	margin-left:240px;
	width:230px;
	text-decoration:none;
}
#menu_item{
	width:230px;
	height:25px;
	padding-top:5px;
	background-color:#231F20;
	margin-bottom:9px;
	text-align:center;	
}
#menu_item_bottom{
	width:230px;
	height:25px;
	padding-top:5px;
	background-color:#231F20;
	margin-bottom:0px;
	text-align:center;	
}

.menu_item a:link,.menu_item a:visited,.menu_item a:active{
	color:#c98637;
	font-size:12pt;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
.menu_item a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.content{
	padding:0px 40px 0px 80px;
}
.categories a{
	color:#FFFFFF;
	text-decoration:none;
}
.categories a:hover{
	color:#000000;
	text-decoration:none;
}

#wrapper {
	background: #231f20 url('images/background.png');
	background-repeat:repeat-y;
	text-align: justify;
}
#categories{
	background: #231f20 url('images/categories.png');
	background-repeat:no-repeat;
	width:448px;
	height:130px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;	
	padding:50px 0px 0px 35px;
}
#company_news{
	background: #231f20 url('images/company-news.png');
	background-repeat:no-repeat;
	width:448px;
	height:215px;
	margin-left:0px;
	margin-right:0px;
	padding:35px 15px 0px 15px;
}

#footer {
	padding-left:350px;
}
#right {
	float: right;
	width: 480px;
	padding: 20px 60px;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#right .post {
}

#left {
	float: left;
	width: 220px;
	padding: 20px 20px 0px 80px;	
}


#left ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: nosne;
}

#left li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}

