.hr
{
   background-image: url(../res/img/hr.png);
   width: 900px;
   height: 2px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 0px;
}

h1
{
margin: 0;
padding: 0;
display: inline;
}
h2
{
display: inline;
}

a {
font-weight: bold;
}

a:link {color: #a80000;
text-decoration: underline}
a:visited {
color: #580000;text-decoration: underline;}

a:hover {color: #b90000;}

a:active {
color: #fff037;text-decoration: none;font-weight: bold;}

body
{
background-color: white;
color: #222222;font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;}

	#toppanel
	{
		background-image: url(../res/img/mnublk.jpg);
		width: 800px;
		height: 150px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: repeat-x;
	}


#container
{
/*background-image: url(../res/img/texture.jpg);background-attachment: fixed;background-position: center top;background-repeat: no-repeat;*/
width: 800px;
margin-left: auto;
margin-right: auto;}

	#mainpanel
	{
	width: 100%;
	}

		#main
		{
		position: relative;
		width: 800px;
		}
		
			#title
			{
			margin-bottom: 0;
			padding-bottom: 0;
			}
			#menu
			{
			
			}
				#topMnu
				{
				}
				
					#topMnuUL
					{
						background-image: url(../res/img/mnu.jpg);
						display: block;
						width: 800px;
						height: 30px;						margin-left: 0;
						padding-top: 5px;
						padding-left: 3px;
						background-repeat: repeat-x;
					}
					
						.topMnuItem a
						{
						    text-decoration: none;
						    text-decoration: underline;
						    color: white;
						    padding-right: 10px;
						}
						
						.topMnuItem
						{
							list-style-type: none;
							float: left;
						}
						
						.tpMnuSelected a
						{
						    color: black;
						}
					
				#subMnu	
				{
					display: block;
					clear: left;
				}
				
					#subMnuUL
					{
						margin-left: 0;
						padding-left: 0;
					}
				
					.subMnuItem
					{
					    list-style-type: none;
					    background-color: #222222;
					    float: left;
					    height: 25px;
					    padding-top: 5px;
					    padding-left: 3px;
					    padding-right: 3px;
					    margin-right: 5px;
					}
					
					.subMnuItem a
					{
					   color: white;
					   text-decoration: none;
					   text-decoration: underline;
					}
					
					.sbMnuSelected
					{
					 background-color: #bcbcbc;
					}	
					
			#content
			{
			clear: both;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 5px;
			padding-bottom: 5px;
			}
#bottompanel	
{
width: 100%;
height: 100px;
}

#footer
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: center;
}



#footer
{
font-size: 0.8em;
}

#title
{
margin-bottom: 0;
padding-bottom: 0;
}

#toppanel h1
{
margin-top: 5px;
display: inline-block;
color: white;
}

#toppanel h2
{
color: red;
}

.right
{
float: right;
}

.yellowbox
{
border: 3px solid yellow;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
padding: 5px;
width: 400px;
}