html,
body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
}

img {
	display: block;
	border-width: 0;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global {
	width: 1003px;
	margin: 0 auto;
}

#global #top {
	position: relative;
	width: 631px;
	height: 125px;
	padding-top: 15px;
	margin: 0 auto;	
}

#global #content {
	position: relative;
	width: 421px;
	margin: 0 auto;
	padding: 1px 105px 15px 105px;
	background: url(../picture/interface/content_bkgnd_shadow.gif) 0 0 repeat-y;
	height: 400px;
	min-height: 400px;
}
#global > #content {
	height: auto;
}

#global #footer, 
.clearer {
	clear: both;
}

#global #footer {
	position: relative;
	width: 631px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 9px;
	color: #FFF;
	text-align: right;	
}
#global #footer a {
	border-bottom-color: #FFF;
	color: #FFF;
}

