@import url(buttons.css);


HTML, BODY
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	
	font-family: Georgia;
	color: #181818;
	font-size: 12px;
	
}
BODY
{

	background: transparent url(./images/bg.jpg) repeat-y scroll center;
}
hr
{
	height: 1px;
	border: 0px;
	color: #cecece;
	border-bottom: 1px dotted;
}
div{
background-color: white;
	
}
img
{
	cursor: pointer;
}
h1
{
	font-size: 17px;
	font-weight:normal;
	margin:0px;
	
}
h2
{
	font-size: 12px;
		font-weight:normal;
	margin:0px;
}
a
{
	text-decoration: none;
	color: #181818;
}
a:hover
{
	color: #404040;
}
a:active
{
	color: #181818;
}
a:visited
{
	color: #181818;
}


a.NoOver
{
	text-decoration: none;
	color: #181818;
}
a.NoOver:hover
{
	color: #181818;
}

a.mainlevel
{
	font-weight: bold;
}
.subMenu
{
	list-style-type: none;
	list-style-position:outside;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-top: 2px;
}
ul.subMenu
{
	margin-bottom:5px;
}
subMenu li
{
	padding-bottom:0px;
}
a.sublevel_active
{
	background-color: #181818;
	color: #ffffff;
}
a.sublevel_active:hover
{
	background-color: #181818;
	color: #ffffff;
}
a.sublevel
{
	padding:2px;
}
a.sublevel:hover
{
	background-color: #181818;
	color: #ffffff;
}
img
{
	border: 0px;
}
.Clearer
{
	clear:both;
}

.MainHolder
{
	bordeR-left: 15px solid white;
	bordeR-right: 15px solid white;
	width: 991px;
	margin: auto;
	padding: auto;
}
.TopHolder
{
	padding-top: 15px;
}
.TopHolder_Left
{
	float: left;
	width: 400px;
}
.TopHolder_Right
{
	position:relative;
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-left: 5px;
	
		font-size: 12px;
		font-weight:normal;
		
		overflow:hidden;
line-height:17px;
		
}
.ContentHolder
{
	margin-top: 79px;
}
.PictureHolder
{
position:absolute;
min-height: 400px;
top: -8px;
left: 130px;
}
.SubSubMenu
{
float:left;position:relative;margin:0px;padding:0px;
}
.MainMenuHolder
{
	float: left;
	width: 200px;
}
.MainMenuBox
{
	margin-bottom: 20px;
}
.ContentPane
{
	position: relative;
	overflow: hidden;
	
	margin:0px;
	padding:: 0px;
	
	min-height:400px;
	left: 35px;
}
.Footer
{
	height: 25px;
}

.TextHolder
{
	margin-left: 40px; 
	width: 400px;
line-height:17px;
	margin-top: 35px;
}

