﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

img
{
	border:none;
	margin:0;
}

ul
{
	margin:0px 0 10px 30px;
}

h1
{
	font-size:14pt;
	color:#DE0000;
	border-bottom:10px solid #999999;
}

html
{
	background:#494949 url(images/bg.GIF) repeat left top;
}

body
{
	width:800px;
	margin:auto;
	text-align:justify;
	font-family:tahoma;
	font-size:10pt;
}

#page
{
	width:780px;
	margin:0px auto auto;
	background:#FFFFFF;
	border: 4px solid #000000;
}

#header
{
	background:#fff url(images/header.JPG) no-repeat;
	height: 370px;
	width: 780px;

}

#leftBlock
{
	width:150px;
	float:left;
	background:#ddd;
	margin-top:0px;
}
#menu2
{
	background-color:#ffffff;
	height:auto;
	font-weight:normal;
	background-image: url(images/topnav.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	text-decoration: none;


}

#menu2 ul
{
	line-height: 41px;

}

#menu2 ul li
{
	display:inline;
		
}

#menu2 ul li a
{
	padding:6px 10px 6px 10px;
	color:#fff;
	text-decoration:none;
		
}


#menu2 ul li a:hover
{
	color:#DE0000;

}



#menu ul
{
	margin:0px;
	width:150px;
	
}

#menu ul li
{
	list-style:none;
	/*border:1px solid #ddd;*/
	display:inline;
}

#menu ul li a
{
	padding:5px 8px;
	text-decoration:none;
	color:#5D5D5D;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D5D5D;
}

#menu ul li a:hover
{
	color: #DE0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE0000;
}

.contentblock
{
	float:right;
	width:580px;
	padding:10px 25px 10px 15px;
	background:#fff;
	color:#333333;
}
#pix
{
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #FF0000;
	width:120px;
	margin: 15px;

}




#footer
{
	color:#fff;
	width:780px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;



}

#footer a
{
	color:#fff;
}
#footer a:hover
{
	color:#000000;
}

