/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	letter-spacing: 0.4px;
	background-image: url(../images/background_sand.gif);
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

TABLE {
	font-size: 12px;
}

h1 {
	font-size: 25px;
	color: #990000;
	line-height: 120%;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	color: #990000;
	line-height: 120%;
	font-weight: normal;
}

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-color: #FCFBFF;
	background-repeat: no-repeat;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #CCCCCC;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #FFFFFF;
}

#header {
	width: 800px;
	height: 241px;
}

#user4 {}

#content { cmargin-top: -20px; z-index: 10; }

#content IMG { margin: 10px; border: none;}

.inside {
	padding:10px;
}

#topbar {
	margin-top: 5px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	height: 23px;
	z-index: 100;
}

#footer {
	font-size: 10px;
}


#sbtable {
	font-size: 11px;
}


