html
{ 
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	border:0px solid white;
}

messiah
{ 
	height: 1%;
}

html #wrapper
{ 
	height: 1%;
}

#wrapper
{
	position: relative;
	height: 1%;
}

body { 
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	background: #300 url(../img/bg-body.gif) repeat-x;
	font-family: arial, sans-serif;
}
#outer { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px -50%;
	height: 300px;
	width: 100%;
} 
#MainMenu {
	background: url(../img/bg-mainmenu.gif) repeat-x;
	height: 44px;
	padding-top: 1px;
}
#MainMenu ul {
	background: black;
	width: 761px;
	margin: 13px auto 0 auto;
	color: #fff;
	height: 30px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	list-style: none;
	padding: 0;
	clear: both;
}
#MainMenu ul li {
	float: left;
	width: 126px;
	border-left: 1px solid white;
}
#MainMenu ul li.last {
	float: left;
	width: 125px;
	border-left: 1px solid white;
}
#MainMenu a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family:verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 8px 0 0 0;
	height: 22px;
}
* html #MainMenu a {
	height: 23px;
}
#MainMenu a:hover {
	background: #473524;
}
#Content {
	background: #663300 url(../img/bg-content.gif);
	height: 233px;
	padding: 0;
	overflow: auto;
	margin: 0 auto;
	border: 0px solid green;
}
#Logo
{
	background:#330101;
	text-align: center;
}
#Logo a {
	color: #930;
	text-decoration: none;
	font-size: 10px;
} 
#Logo span {
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}
#Logo span a {
	font-size: 10px;
	color: white;
	text-decoration: underline;
}
#Logo span a:hover {
	text-decoration: none;
}
#Wrapper {
	width: 762px;
	margin: 0 auto;
	height: 231px;
	
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
	padding:0 0 0 0;
	border: 0px solid yellow;
}
#Logo p {
	background: url(../img/logo-index.jpg) left top no-repeat;
	font-size: 10px;
	color: white;
	width: 774px;
	margin: 0 auto;
	text-align: left;
	padding: 65px 0 15px 0;
	position: relative;
	left: 6px;
	
}
.bulgar #Logo p {
	background: url(../img/logo_bg_a.jpg) 355px -7px no-repeat;
}
#Intro 
{
	width: 376px; 
	height: 230px; 
	float: left;
}
#Intro ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;
	float: left;
}
#Intro li {
	float: left;
	font-size: 10px;
	border-right: 1px solid #fff;
	text-align: center;
	width: 105px;
}
#Intro li.first 
{
	width: 158px;
}

#Intro li.last 
{
	width: 109px;
}
#Intro li a {
	display: block;
	color: #fff;
	background: #993300;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-family:verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#Intro li a:hover {
	background: #B93100;
	text-transform: uppercase;
	font-family:verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#welcome
{
	background: url(../img/bg-index-welcome.gif);
	width:376px;
	height:209px;
}
#welcome ul 
{
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
	float: none;

}
#welcome li 
{
	/* padding: 10px 0 0 0px;
	margin-top: 20px; */
	margin-bottom: 10px;
	font-size: 10px;
	border-right: 0px solid #fff;
	text-align: left;
	/*width:310px;
	height:50px;*/
	font-size:12px;
	color:#CC9966;
	font-family:verdana;
	float: none;
	width: auto;
}