html, body,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, button, select, textarea,
.text { font: 12px Tahoma, sans-serif; }

h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }

a:link { color: #00e; }
a:visited { color: #551A8B; }
/*a:hover { color: #00e; }*/

body { background-color: #141414; }
	#container 
	{   
		margin:auto; 
		width: 1000px;
		background: transparent url('bg000000.jpg') top left no-repeat;
	}
		#header 
		{ 
			height: 194px;
			padding: 40px 50px;
		}
			#header a:link, #header a:visited
			{
				font: 18px Arial, sans-serif;
				color: #626262;
				text-decoration: none;
			}
		#content 
		{ 
			padding-top: 10px;
			color: #fff;
		}	
		#footer
		{
			height: 54px;
			background-color: #141414;
			padding: 34px 40px 0 40px;
		}
			#copyright
			{
				float: left;
				color: #2D3031;
			}
				#copyright a:link, #copyright a:visited
				{
					color: #2D3031;
				}
			#bmenu
			{
				display: block;
				float: right;
				margin: 0 auto;
			}
				#bmenu li
				{
					float: left;
					padding: 0 38px;
					background: url('bmenu_se.gif') right no-repeat;	
				}
				#bmenu li.last
				{
					background: none;
				}
					#bmenu li a:link, #bmenu li a:visited
					{
						color: #282A2B;
					}