/** colours used:
	leftDiv:	#ABAFD1
	Text:		#042783
	TitlesLight:#CED9ED
	OtherBlue:	#677AA5
**/ 


body
{
    left: 10px;
    font-family: arial, verdana, timesroman;
    top: 10px;
    background-color: #DDDDDD;    
}

img
{
	border: none;
}

.clear
{
    clear: both
}

.right
{
    float: right
}

.left
{
    float: left
}

.center
{
    text-align: center
    margin-left: auto;
    margin-right: auto;
}

small
{
	font-size: 10pt;
	font-family: arial, verdana, helvetica;
	font-style: normal;
}

p
{
	text-indent: 0px;
	margin-top: 0px;
	font-size: 10pt;
	line-height: 3ex;
}

h1
{
    font-size: 11pt;
    background: url(../images/headerbg.gif);
    font-family: arial, verdana, helvetica;
    padding-left: 10px;
    background-color: #677AA5;
    position: relative;
    line-height: 20px;
    margin-bottom: 0px;
}
 
h2
{
    font-weight: bold;
    font-size: 11pt;
    color: black;
    font-family: arial, verdana, helvetica;
}

#page
{
    width: 800px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    color: #042783;
}

.header
{
	height: 90px;

}

hr
{
	color: #CED9ED;
	height: 1px;
}

.border
{
	border: solid 1px #CED9ED;
	padding: 5px;
}

#leftDiv
{
	width: 155px;
	height: 1000px;
	float: left;
	background: url(../images/bulgariansnowboarder.jpg);
	background-repeat: no-repeat;
	background-color: #ABAFD1;
}



	#leftDiv .header
	{
		font-family: arial, verdana, helvetica;
		font-size: 28pt;
		text-align: right;
		color: #677AA5;
	}

	#rightDiv
	{
		float: right;
		width: 645px;
	}

		#mainContent
		{
			position: relative;
		    float: left;
		    width: 428px;
		    padding-left: 7px;
		    text-indent: 2px;
		    font-family: arial, verdana, helvetica;
		    text-align: left;
		    margin-bottom: 5px;
		    margin-top: 3px;
		}
	
			#mainContent .header
			{
				font-family: timesroman, times new roman, times new roman PS MT;
				font-style: italic;
				font-size: 28pt;
				text-align: left;
				color: #676767;
				border-bottom: solid 1px #CED9ED;
			}

			#mainContent h1
			{
				width: 210px;
			}
			
			
			#mainContent a
			{
			    
			}


			#mainContent a:hover
			{
			  color: red;
			}
		
		#navBar
		{
			float: right;
			width: 203px;
			padding-left: 5px;
			background: url(../images/circles.jpg);
			background-repeat: no-repeat;
			background-position: 115px 30px;
		}
		
			#navBar ul
			{
				font-size: 8pt;
				list-style-image: url(../images/arrow.gif);
				list-style-position: inside;
				padding-left: 0px;
				margin-left: 5px;
			}
			
			#navBar ul li
			{
				padding-left: 0px;
			}
			
			.bulgariaSearch
			{
				color: black;
				font-weight: bold;
				font-size: 8pt;
			}
	
				.bulgariaSearch form
			{
				margin-left: 10px;
			}

#footer
{
	width: 800px;
	margin-top: 3px;
	color: black;
	font-size: 10pt;
	padding-bottom: 2px;
	background-color: #CED9ED;
	text-align: center;
}

#footer a
{
	text-decoration: none;
	color: black;
	font-size: 10pt;
}