/* @override http://local.cdmx.site/Wheeler/_CSS/global.css */

@import url("navigation.css");
@import url("banners.css");


* {
	font-family: Verdana, Geneva, Geneva, _sans, sans-serif, Arial, Helvetica, "Lucida Grande", Lucida;
}

body { background-color: #181e38; text-align: center; margin: 0; }
#wrapper{ text-align: left; position: relative; width:900px; margin-right: auto; margin-left: auto; }
#mast {
	width:900px;
	height:194px;
	background: url(../images/mast2.jpg) no-repeat;
}

#mast1 {
	width:900px;
	height:348px;
	background: url(../images/mast.jpg) no-repeat;
}

#nav {
	width:900px;
	height:49px;
}

#content { width:900px; height:530px;
	position: relative;
	background: #2c5d47 url(../images/content.jpg) repeat-x 0 bottom;
}

#footer { color: #fff; font-size: 10px; line-height: 15px; background-color: #29366d; background-image: url(../images/footer/footer_bkg.jpg); background-repeat: repeat-y; text-align: center; letter-spacing: 0.1em; width:900px; height:43px; padding-top: 10px; padding-bottom: 10px; }
#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #fff; }
#footer a:hover { color: #e2ffff; }
#banner { background-color: #ffffff; width: 900px; height: 215px; }
#main_text {
	position: absolute;
	left: 318px;
	width: 371px;
	height:436px;
	border-left: 1px dotted silver;
	padding-left: 130px;
	color: white;
	top: 80px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
#forQuestions-img { background-image: url(../images/welcome/Questions.png); background-repeat: no-repeat; position: absolute; top: 256px; left: 56px; width: 167px; height: 32px; }
#forQuestions-txt { position: absolute; top: 306px; left: 56px; width: 223px; height: 142px;
	color: white;
	font-size: 13px;
	line-height: 18px;
}
#forQuestions-txt a {
	color: #8fb371;
	font-weight: bold;
}
.white { color: #fff; }
.mustard { color: #e1cc7a; }
.green { color: #7f9b67; }

.bold {
	font-weight: bold;
}

#follow { 
	border: 0;
	position: fixed;
	top: 44px; 
	right:0;
	width:43px;
	float:right;
}


