body
{
	background: #d4d4d4;
	background-image: url('bg_silver.PNG')
}


#main 
{
	width: 850px;
	margin: 40px auto 0 auto; 
	padding: 0px;
}

#main-nav
{
	width: 820px;
	height: 30px;
	padding: 10px;
}

#main-nav ul
{
	list-style: none;
}

#main-nav li
{
	padding: 0;
	width: 100px;
	height: 35px;
	float: right;
	font-family: arial;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li a:link
{

	display: block;
	text-decoration: none;
	color: #575757;
	background: url('top_nav_link.PNG') top left no-repeat;
	margin-left: 1px;
}

#main-nav li a:visited
{

	display: block;
	text-decoration: none;
	color: #575757;
	background: url('top_nav_link.PNG') top left no-repeat;
	margin-left: 1px;
}

#main-nav li a:hover
{
	color: #b81616;
	background: url('top_nav_hover.png') top left no-repeat;
}

#main-content
{
	width: 850px;
	height: 560px;
	background: url('background.PNG') no-repeat;
}

#content
{
	padding: 140px 100px 40px 100px;
}

#content h1
{
	font-family: arial, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #c0c0c0;
}

#content h2
{
	font-family: arial, sans-serif;
	font-size: 13px;
	border-bottom: 1px dashed #CACACA;
}

#content h3
{
	font-family: arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dashed #CACACA;
	margin: 20px 0px 0px 9px;
}

#content p
{
	font-family: tahoma;
	font-size: 13px;
	margin: 13px 10px 3px 10px;
	color: #404040;
}

#content li
{
	font-family: tahoma;
	font-size: 13px;
	margin: 5px 3px 3px 3px;
	color: #404040;
	list-style-type: circle;
}

#content img
{
	margin: 10px 10px 0px 10px;
}

#content a:link
{
	color: #404040;
}

#content a:visited
{
	color: #404040;
}

#content a:hover
{
	color: #b81616;
	text-decoration: none;
}

.contentbox
{
	height: 280px;
	overflow: auto;
}


.center
{
	margin: 0 auto 0 auto;
}

.center h1
{
	font-family: verdana;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

.selectLang
{
	font-family: tahoma;
	float: left;
	padding: 3px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	width: 418px;
	height: 60px;
	color: #404040;
}

.selectLang a:link
{
	font-family: tahoma;
	color: #7E7E7E;
}

.selectLang a:visited
{
	color: #7E7E7E;
}

.copyright
{
	font-family: tahoma;
	font-size: 9px;
	color: #404040;
	text-transform: uppercase;
	text-align: center;
}

.copyright a:link
{
	font-family: tahoma;
	font-size: 9px;
	color: #404040;
	text-transform: uppercase;
	text-align: center;
}

.copyright a:visited
{
	color: #7E7E7E;
}

.copyright a:hover
{
	color: #7E7E7E;
	text-decoration: none;
}