/* CSS Document */

body {
	background-color: #bf0000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 5px;
}

.leftbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #bf0000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	color: #70ad9f;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link
	{
	color:#59867c;
	text-decoration: none;
}

a:hover
	{
	color:#59867c;
	text-decoration: underline;
}

a:visited
	{
	color:#59867c;
	text-decoration: none;
}

div#header 
	{
	position:absolute;
	width:791px;
	height:132px;
	z-index:1;
	left: 50px;
	top: 0px;
	background-image: url(images/cutters_head.gif);
	background-repeat: no-repeat;
}

div#nav
	{
	position:absolute;
	width:458px;
	height:19px;
	z-index:6;
	left: 383px;
	top: 83px;
	visibility: visible;
	}

div#left 
	{
	position:absolute;
	width:186px;
	height:442px;
	z-index:2;
	left: 50px;
	top: 132px;
	background-image: url(images/cutters_left.gif);
	background-repeat: no-repeat;
}
	
div#main 
	{
	position:absolute;
	width:605px;
	height:174px;
	z-index:8;
	top: 132px;
	left: 236px;
	background-color: #fffac9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #70ad9f;
	}

div#mainlg 
	{
	position:absolute;
	width:605px;
	height:442px;
	z-index:8;
	top: 132px;
	left: 236px;
	background-color: #fffac9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #70ad9f;
	overflow: auto;
	}
	
div#quelogo 
	{
	position:absolute;
	width:164px;
	height:268px;
	z-index:4;
	left: 236px;
	top: 306px;
	background-image: url(images/cutters_quelogo.gif);
	background-repeat: no-repeat;
	}
	
	div#noque 
	{
	background-color: #fffac9;
	position:absolute;
	width:164px;
	height:268px;
	z-index:4;
	left: 236px;
	top: 306px;
	}
	
div#que 
	{
	position:absolute;
	width:441px;
	height:268px;
	z-index:5;
	left: 400px;
	top: 306px;
	background-color: #fffac9;
}

div#bottom	
	{
	position:absolute;
	width:791px;
	height:15px;
	z-index:9;
	left: 50px;
	top: 574px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #70ad9f;
	background-color: #fffac9;
	}
.nav {
	font-family: Tahoma, Geneva, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #fffac9;
	letter-spacing: .03em;
	}
div.nav a:link {
	color:#fffac9;
	text-decoration: none;
}
div.nav a:visited {
	color:#fffac9;
	text-decoration: none;
}
div.nav a:hover {
	color:#70ad9f;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #bf0000;
	margin-left: 15px;
	margin-bottom: 5px;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

div#popup 
	{
	position:absolute;
	width:500px;
	height:350px;
	z-index:1;
	left: 50px;
	top: 10px;
	background-color: #fffac9;
}