﻿
#banner
{
	WIDTH: 100%;
	HEIGHT: 253px;
	BACKGROUND: url('/theme/notheme/imgs/view/banner.jpg') no-repeat center center;
}
#cat
{
	MARGIN: 10px 0px;
}
.categories
{
	FLOAT: left;
	WIDTH: 200px;
	MARGIN-TOP: 10px;
	MARGIN-LEFT: 100px;
	DISPLAY:inline;
}
.categories .title
{
	COLOR: #B81300;
}
.categories ul
{
	MARGIN: 20px;
	PADDING: 0px;
}
.categories li
{
	LIST-STYLE-IMAGE: url(/theme/notheme/imgs/view/bullet-red.gif);
	PADDING:5px;
	HEIGHT:20px;
}
.categories li a
{
	COLOR: #003878;
	CURSOR: pointer;
}

/*-----------------------------------------------------------------------------------*/
#about-us
{
	DISPLAY:inline;
	MARGIN-TOP: 20px;
	MARGIN-LEFT:40px;
	FLOAT: left;
	WIDTH: 445px;
	BACKGROUND: url('/theme/notheme/imgs/view/about-bg.gif') repeat-y center center;
}

#about-us .top
{
	WIDTH: 445px;
	HEIGHT: 17px;
	BACKGROUND: url('/theme/notheme/imgs/view/about-top.gif') no-repeat center center;
}
#about-us .bottom
{
	WIDTH: 445px;
	HEIGHT: 17px;
	BACKGROUND: url('/theme/notheme/imgs/view/about-bottom.gif') no-repeat center center;
}
#about-us .content
{
	PADDING: 20px;
	WIDTH: 400px;
	TEXT-ALIGN: justify;
	LINE-HEIGHT: 16pt;
}
/*-----------------------------------------------------------------------------------*/
#news-home
{
	MARGIN-TOP: 25px;
	MARGIN-LEFT:20px;
	FLOAT: left;
	WIDTH: 420px;
	BORDER: 2px solid #dcdcdc;
}
#news-home .top
{
	PADDING: 5px 10px;
	BACKGROUND: #f5f5f5;
}
#news-home .content
{
	PADDING: 20px;
	WIDTH: 360px;
	TEXT-ALIGN: justify;
	LINE-HEIGHT: 16pt;
	HEIGHT: 350px;
}
/*-----------------------------------------------------------------------------------*/

