* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background:#fff url('images/bg.gif') repeat-y top center;
	letter-spacing: normal;
	word-spacing: normal;
}

#page {
	width:634px;
	position:relative;
	margin:0 auto;
	min-height:100%;
	height:100%;
	voice-family:"\"}\"";
	voice-family: inherit;
	height:auto;
}

html>body #page {
	height:auto;
}

#header {
	height:100px;
	width:634px;
	margin: 10px 0px 0 0px;
	background: url('i/mtb_hands.jpg') no-repeat;
	background-position: top right;
	padding:5px;
	
}

.text {
	color: #eee;
	background: url('images/footer.gif') no-repeat left bottom;
	width:600px;
	padding-left:15px; padding-right:15px; padding-top:40px; padding-bottom:20px
}
/**************************** menu ****************************/


#menu {
	padding:0;
	margin:0 0 0 0;
	float: left;
	width: 140px;
	color:#ccc;
	background: url('images/menubg.gif') repeat-y;
	border: 1px solid #CC3333;
}

.menu{
	background: url('images/menubgbtm.gif');
	height:5px;
	margin:0;
	padding:0;
	width:130px;
}

#menu ul {	
	list-style:none;
	width:130px;
	margin:5px 0 0 2px;
	padding:0;
	font-size:1.1em;
}	

#menu li {
	margin-bottom:4px;
}

#menu li a {
	margin: 5px 5px 5px 5px;
	color:#000;
	text-decoration: none;
}	
	
#menu li a:hover {
	color:#999;
	text-decoration: none;
}	

#menu a {
	margin: 5px 5px 5px 5px;
	color:#000;
	text-decoration: none;
}

#menu a:hover {
	color:#cccccc;
	text-decoration: none;
}


/**************************** content ****************************/

#content {
	float:left;
	padding:0 0px 40px 10px;
}

#content ul {
	margin-left: 0px;
}

.para{
	padding:0 0 0 0;
	width:464px;
	background: url('images/botto.para.gif') no-repeat bottom;
}

.para p{
	padding:10px;
}



img.floatright{
	float:right;
	margin-left:5px;
	margin-right:5px;
}

img.floatleft{
	float:left;
	margin-right:5px;
	margin-left:5px;
}

a{
	color:#3333CC;
	text-decoration: none;
}

a:hover{
	color:#999;
}

.anchor {
	font-family:times, "Times New Romans", serif;
	color:#000;	
	font
}
.anchor:hover {
	color:#000;
}



h1{
	color:#000;
	font-size:30px;
	padding: 20px 0 10px 0px;
}

h2{
	font-family:times, "Times New Romans", serif;
	color:#CC9933;
	font-size:16px;
	margin: 10px 0 10px 10px;
}

h3{
	
	color:#000;
	font-size:15px;
	font-weight:normal;
	border-bottom:1px solid #525252;
}

h3 img{
	float:left;
}
/************************ BlockQuotes with Big Curly Quote Marks! ********/
blockquote {
	position: relative;
	font-size:18px;
	font-family:Georgia, "Times New Romans", serif;
	color:#ff9900;
	margin-left: 5px;
}

.bqstart,
.bqend { font-size: 300%; }

/* apply IE specific rules first */
.bqstart {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
}

blockquote > .bqstart {
	/* add extra non-ie rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}

.bqend {
	position: absolute;
	margin-top: -0.6em;
	right: 0;
	text-indent: 0;
}

blockquote > .bqend {
	margin-top: -0.2em;
}


#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	color:#000;
	clear:both;
	padding:3px 0;
	text-decoration:none;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;	
}
	
#footer a {
	color:#000;
	text-decoration: none;
}

#footer a:hover {
	color:#999;
}
