@charset "UTF-8";


html
{
	background-color: #dedede;
	color: #000000;
	height: 100%;
	margin: 0px;
}
body
{
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
}
div.center
{
	display: inline-block;
	width: 1002px;
	padding: 0px;
	margin: 0px;
}
a, a:link, a:visited, a:active
{
	background-color: transparent;
	color: #000000;
	text-decoration: inherit;
	font-weight: 900;
	text-shadow: 1px 1px 2px #979d9d;
}
a:hover
{
	text-decoration: underline;
}

img
{
    border-width: 0px;
}

div.imageBox
{
	display: block;
	position: relative;
	float: left;
	background-image: url(../images/pictureback.png);
	background-color: #ffffff;
	background-position: right bottom;
	border: 1px solid #979d9d;
	margin: 5px;
	padding: 5px;
	background-repeat: no-repeat;
	max-width: 200px;
        text-shadow: 0px 0px 1px #000000;
}
div.right
{
	float: right;
}
div.left
{
	float: left;
}
div.imageBox img
{
    display: block;
    max-width: 200px;
    padding-bottom: 5px;
    border-bottom: 1px solid #979d9d;
}


form.sf_apply_signin_inline ul
{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
/*menu*/

div#MenuPane
{
	background-image: url(../images/menu_background.jpg);
	position: relative;
	float: left;
	width: 204px;
	padding: 0px;
	margin: 0px;
}
div#MenuPane div.menuHead, div#MenuPane h4
{
	background-image: url(../images/menu_head.jpg);
	width: 194px;
	height: 35px;
	font-size: 22px;
	font-weight: 900;
	text-shadow: 1px 1px 2px #979d9d;
	padding: 14px 5px 5px 5px;
}
div#MenuPane div.menuHead:first-child
{
    background-image: url(../images/menu_head_first.jpg);
}
div#MenuPane div.menuBody
{
	background-image: url(../images/menu_background_top.jpg);
	background-repeat: no-repeat;
	width: 204px;
	min-height: 64px;
}
div#MenuPane div.end
{
	background-image: url(../images/menu_bottom.jpg);
	width: 204px;
	height: 3px;
}



/*That would be menu links
--------------------------*/
div.menuBody a, div.menuBody a:link, div.menuBody a:active, div.menuBody a:visited
{
	display: list-item;
	margin: 0px 13px 0px 13px;
	padding: 1px 0px 1px 0px;
	list-style-type: none;
	text-decoration: inherit;
	font-size: 17px;
	text-align: left;
}
div.menuBody a:hover
{
    color: #000001;
    text-shadow: 3px 0px 10px #000000;
}


div.menuBody a.fz-tag-more
{
    display: block;
    float: right;
    font-size: 0.6em;
}
/*footer*/

div#footer
{
	position: relative;
	float: left;
	width: 1002px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
div#footer div:first-child
{
	position: relative;
	float: left;
	width: 184px;
}
div#footer div
{
	position: relative;
	float: left;
	width: 680px;
	border-top: 1px solid #979d9d;
	margin: 0px 10px 0px 10px;
	padding: 0px;

}
div#footer div.end
{
	background-image: url(../images/violin_end.jpg);
	position: absolute;
	top: 0px;
	left: 904px;
	width: 31px;
	min-height: 73px;
	margin: 0px;
	padding: 0px;
	border: none;
}
