/*------------STANDART TEG DEFINITIONs----------------------------*/
body, h1, h2, h3, h4, p, a, ul, ul li
{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
body
{
	background: #000000;
	font-family: Arial;
	text-align:center;
}
a
{
	color: #51d2a9;
	font-weight:normal;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
p
{
	color:#060100;
	font-size:16px;
	font-weight:normal;
}
p.bold
{
	font-weight:bold;
	padding-bottom:8px;
}
ul
{
	list-style:none;
}
/*---------------------------------------------------------------*/
#main-container
{
	background: transparent url(./images/mainBG.jpg) no-repeat top left;
	display:inline-block;
	padding: 0 35px 12px 35px;
	text-align:left;
	width: 935px;
}
	/*-----------------------------------------------------------*/
	#header-container
	{
		padding: 70px 0 0 0;
	}
	/*-----------------------------------------------------------*/
	#body-container
	{
		padding: 60px 0 0 0;
	}
		/*------------------------------------------------------*/
		#left-column
		{
			float:left;
			width: 190px;
		}
			#left-column #left-column-menu ul
			{
				list-style-image: url(./images/listImage.png);
				list-style-position:inside;
			}
				#left-column #left-column-menu ul li
				{
					margin-bottom: 14px;
					vertical-align:middle;
				}
					#left-column #left-column-menu ul li a
					{
						color:#fffefb;
						font-size:17px;
						font-weight:400;
						/*vertical-align:middle;*/
					}
			/*----------div with contact information----------*/
			#left-column #contact
			{
				margin: 165px 0 0 0;
			}
				#left-column #contact div
				{
					margin: 30px 0 0 0;
				}
					#left-column #contact div p
					{
						color: #fcfbf7;
						font-size:11px;
					}	
					#left-column #contact div p.first
					{
						color: #1ba78c;
						font-weight:bold;
					}
		/*------------------------------------------------------*/
		#text-column
		{
			background: transparent url(./images/textBG.png) repeat top left;
			float: right;
			min-height:770px;
			padding:0 20px 10px 20px;
			width: 695px;
		}
			#text-column p
			{
				margin-bottom:0.5px;
			}
		
	/*----------------------------------------------------------*/
	#footer
	{
		padding: 65px 0 0 0;
	}
		#footer #footer-menu ul li
		{ 
			float: left;
			margin-right: 40px;
		}
			#footer #footer-menu ul li a
			{ 
				color: #fffefb;
				font-size: 12px;
			}
/*--------------------------------------------------------------*/
/*---------------------headers definition-----------------------*/
h1
{
	font-size: 29px;
	font-weight: normal;
	padding: 15px 0 20px 0;
}
/*--------------------------------------------------------------*/
/*--------------other definitions-------------------------------*/
div.null-div
{
	clear:both;
}	