/***/
html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body
{
	background-color: #DA251C;
	background-image: url(layout/page_bg.gif);
}
body, p, a, li, td, input, textbox, h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
a:hover
{
	background-color: #333333;
	color: #FFFFFF;	
}
h2
{
	font-size: 18px;
	font-weight: bold;
	color: #DE2118;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE2118;
}
ul
{
	padding-left: 1em;
	margin: 0px;
	margin-left: 1em;
	margin-bottom: 1em; 
}
li
{
	margin-bottom: 10px;
}
form
{
	padding: 0px;
	margin: 0px;
}
/***/
#sHolder, #sMain
{
	height: 100%;
}
#sMenu
{
	margin-top: 162px;
	width: 156px;
	height: 184px;
}
#sMenuInside
{
	margin: 22px;
}
#sMenuInside
{
	margin: 22px;
	font-weight: bold;
}
#sMenuInside, #sMenuInside a
{
	color: #202C76;
	line-height: 22px;
}
#sMenuInside a:hover
{
	background-color: #202C76;
	color: #FFFFFF;
}
#sHolder, #sMain, #sContent, #sMenu
{
	overflow: hidden;
}
#sContent
{
	margin: 20px 60px 0px 60px;
}
#sFooter
{
	font-size: 18px;
	text-align: center;
	color: #DE2118;
	font-style: italic;
	font-weight: bold;
}
.sThumbCaption
{
	font-size: 10px;
	font-weight: bold;
}