/*CSS definitions for www.hudin.net written by Michael Hudin*/

/*Main formatting properties*/
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	letter-spacing: 1pt;
	background:#333333 url('/images/gradient.jpg') repeat-x fixed top left;
	
}
table,div {
	border: 0px;
	width: 100%;
}
td {
	vertical-align:top;
}
form {
	margin: 0px;
	margin:0px;
}
input.txt {
	font-size: 11px;
	border:1px solid #663366;
	width:100px;
	height:20px;
}
h1 {
	font-size:28px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:30px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #663366;
	margin:0px;
	padding:0px;
	line-height:30px;
}

#fauxGround {
	width:100%;
	z-index:0;
	background-image:url('/images/gradient.jpg');
	background-repeat:repeat-x; 
	background-position:top left;
	background-attachment:fixed;
}

#container {
	position: relative;
	border: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	z-index: 0;
}
	#menu {
		background:#333333 url('/images/menu.jpg') no-repeat top left;
		border: 1px solid #cabf9e;
		width: 790px;
		height:88px;
		padding:5px;
		font-size:15px;
		z-index: 1;
	}
	#main {
		padding:10px;
		width:780px;
		margin-top:10px;
		background:#453b3b url('/images/bg.jpg') no-repeat bottom right;
		border: 1px solid #cabf9e;
		z-index: 0;
	}

/*Various font elements*/
.heading1 {
  font-size: 18px;
  font-weight: bold;
  color: #663366;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #663366;
}
.heading3 {
	font-size: 9px;
	color: #663366;
}
.heading4 {
	font-size: 8px;
	line-height: 14px;
}
.error {
  font-weight: bold;
  color: #993300;
}

.rightIMG {
	float: right;
	margin: 0px 0px 5px 5px; 
	border: 0px;
}
.leftIMG {
	float: left;
	margin: 0px 5px 5px 0px; 
	border: 0px;
}


.whtt {
	color:#ffffff;
}
.orng {
	color:#ff9900;
}
.purp {
	color:#7e657e;
}
.owht {
	color:#cabf9e;
}


/*Link properties*/
a {
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #7e657e;
}

a.menu {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.menu:hover {
  color: #ff9900;
  text-decoration: underline;
}