html {
	background-image: url(../../images/diag.png);
	background-repeat: repeat;
}

html, body {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
	margin:0;
	padding:0;
}

h1.title {
	margin-top:0px;
}

img {
	border:none;
}

.breaker {
	clear:both;
}

a {
	color:#3d58a7;
	text-decoration:none;
}

a:hover {
	color:#95a3c0;
	text-decoration:underline;
}

div.main_topbar {
	background-color: #000000;
	border-bottom: 3px solid grey;
	height: 40px;
}

div.main_text {
	padding:30px;
}

div.main_content {
	background-image: url(../../images/mainbg.png);
	background-repeat: repeat-y;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
}

div.wrapper {
	width:960px;
	margin-left:30px;
}

div.menu {
	background-color:#000000;
	border-bottom: 3px solid grey;
	padding:8px;
	text-align:center;
}

div.menu a {
	color:lightgrey;
	font-size:11pt;
	font-weight:normal;
	padding:25px;
	text-decoration:none;
}

div.back {
	color:#96d100;
}

div.menu a:hover {
	color:#fefefe;
	text-decoration:underline;
}

div.signetware {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

div.footer {
	background-image: url(../../images/footer.png);
	background-repeat: no-repeat;
	height:107px;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
}

div.footer div.footer_links {
	left:60px;
	position:relative;
	top:28px;
	width:360px;
}

div.footer div.copyright {
	left:60px;
	position:relative;
	top:38px;
}

div.footer a {
	color:#006600;
	text-decoration:none;	
}

div.footer a:hover {
	text-decoration:underline;
}