@charset "utf-8";
body {
    background-image: url(/images/main_bg.jpg);
	background-color: #0D0301;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    padding: 0;
}
img {
    behavior: url("/includes/pngbehavior.htc");
}
div#main {
    background-image: url(/images/paperbg.png);
    background-repeat: no-repeat;
	float: left;
    width: 1200px;
    min-xwidth: 718px;
	height: 739px;
	margin-top: 25px;
    margin-left: 150px;
	display: inline;
    
}
div#navcontainer {
    float: left;
    width: 102px;
	height: 105px;
	margin-left: 20px;
	margin-top: 35px;
	z-index: 15;
	display: inline;
}
img#logo {
	position: absolute;
	width: 304px;
	height: 144px;
	top: 60px;
	left: 300px;
	z-index: 27;
	display: inline;

}

img#contact {
    position: absolute;
    width: 290px;
    height: 246px;
	top: 450px;
	left: 835px;
	z-index: 15;
}
img#pencil {
    position: absolute;
    width: 350px;
    height: 250px;
	top: 550px;
	left: 175px;
	z-index: 17;
}
div#content {
    float: left;
    color: #2e2112;
    width: 425px;
	height: 430px;
    margin-left: 45px;
	margin-top: 225px;
    display: inline;

}
div#framecontainer {
    width: 403px;
    height: 305px;
    position: absolute;
    left: 750px;
    top: 75px;
    z-index: 20;

}
img.slide {
    width: 331px;
    height: 233px;
    position: absolute;
    top: 40px;
    left: 36px;
}
img#frame {
    width: 403px;
    height: 305px;
    position: relative;
    z-index: 10;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330100;
	text-decoration: none;
}
a {
	font-size: 12px;
	color: #AD0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD0000;
}
a:hover {
	text-decoration: none;
	color: #AD0000;
}
a:active {
	text-decoration: none;
	color: #AD0000;
}.txtboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AD0000;
	text-decoration: none;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #140808;
	text-decoration: none;
}

