/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:780px; 
 margin:auto;
 text-align:left;
} 
 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	height: 180px;
  }
 
#twocols{
 width:620px; 
 float:left; 
 position:relative;
  }
#twologcols{
 width:780px; 
 float:left; 
 position:relative;
  }
 
#rightcol{
 width:160px; 
 float:right; 
 position:relative;
 }
 
#maincol{
 float: right; 
 position: relative; 
 width:440px;
 PADDING-LEFT: 10px;
 PADDING-RIGHT: 10px; 
 }

#logcol{
 float: right; 
 position: relative; 
 width:600px;
 PADDING-LEFT: 10px;
 PADDING-RIGHT: 10px; 
 }
 
#footer{
	clear:both;
	text-align:center;
	font-size: x-small;
	color: #999999;
	float: left;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 15px;
 }

/* box stuff */  
 
 .boxbg {
	background-image: url(box.png);
	background-repeat: no-repeat;
} 
 .boxhead {
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	color: #333333;
}
.boxmenu {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font-size: small;
	list-style-type: none;
	text-decoration:none;
}

/* Content stuff */

h1{
	margin: 0px;
	padding: 0px;
	font-size: x-large;
	font-weight: bold;
	font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: large;
	font-weight: bold;
	font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
p{
	font-size: small;
}
ul{
	font-size: small;
}
img{
	border: 0;
}


a.mn:link {
	color: #000000; text-decoration: none
}
a.mn:active {
	color: #E68B2E; text-decoration: none
}
a.mn:visited {
	color: #000000; text-decoration: none
}
a.mn:hover {
	color: #FF0000; text-decoration: none
}


.logintext {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}
.addy {
	font-size: x-small;
	text-align: left;
	padding-left: 10px;
	width:150px;
	padding-top:80px;
	padding-left:10px;
	margin: 0 auto;
}
.addyblue {color: #0000CC}
.addygrey {
	color: #666666;
}
a.addylink {
	text-decoration: none;
	color: #000000;
}
.navi {
	font-size: small;
	font-weight: bold;
}
.line {
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.foottxt {
	font-size: x-small;
}
.footlink {
	color: #999999;
	text-decoration: none;
}
.rederror {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

.loginsubmit {
	width: 100px;
}
