div#container{
	width:920px;
	margin-left:auto;
	margin-right:auto;
/*	background-image:url(../img/riga.jpg);
	background-repeat:no-repeat;
	*/		
}
div#emcont {
	margin-top:20px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font:bold;
	font-size:16px;
	color:#0099FF;
	text-align:left;
	background-color:#EBEBE9;
	line-height:50px;
	float:left;
	width:100%;
}

/*Main content*/
div#text {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:595px;
	overflow:auto;
	background:#EBEBE9;
	padding:10px;
	
}

#text {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:595px;
	overflow:auto;
	background:#EBEBE9;
	padding:10px;
	
}

div#content {
	margin-top:25px;
	float:right;

}

/*Class for contact us page*/
.textinbox {
	font-size:10pt;
	color:#666666;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}

.text {	font-size:10pt;
	color:#666666;
	overflow:auto;
	background:#EBEBE9;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.quote {
	font-family:snell roundhand, lucida handwriting;
}
	

div#header {
	width:100%;
	height:150px;
	background-image:url(../img/sonaslogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	}

div#header1 {
	width:100%;
	height:150px;
		}

/*Blue line*/
div#line {
	background-color:#0099FF;
	height:25px;
	text-align:right;
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

/*Container of menu and content*/
div#main {
	width:920px;
	background-image:url(../img/riga.jpg);
	background-repeat:no-repeat;

}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


div#leftmenu { /* menu box */
	float:left;
	width:280px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	}

/* inside menu box */

div#welcome, div#abouts, div#whatwetreat, div#aboutt, div#faq, div#support, div#training, div#contact, div#news
{
	height:48px;
	line-height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#0099FF;
	text-align:center;
	background-image:url(../../img/divmenu.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


div#welcome2, div#abouts2, div#whatwetreat2, div#aboutt2, div#support2, div#training2, div#contact2, div#news2 {
	height:48px;
	line-height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#adbd12;
	text-align:center;
	background-image:url(../../img/divmenu.png);
	background-position:top;
	background-repeat:no-repeat;
}


div#footer {
	margin-top:20px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font:bold;
	font-size:16px;
	color:#0099FF;
	text-align:center;
	background-color:#EBEBE9;
	line-height:50px;
	float:left;
	width:100%;
}

/*Class for change color on visiting page*/
.menu a:link, .menu a:visited {text-decoration:none; color:#adbd12;}

/*Some properties (links, headings and list)*/
a:link, a:visited {text-decoration:none; color:#0099ff;}
a:hover {
text-decoration:none;
color:#adbd12;
}

ul {list-style-image:url(../img/circle.png);}

h3, h4 {color:#0099FF}