/* Two Rams Screen CSS */

body { background: white url(../images/bodyBg.jpg) repeat-x 0 -100px; }

#outer-container { background: url(../images/mainBg.jpg) no-repeat center -100px; margin: 0 auto; height: 700px; }
	#inner-container { width: 357px; margin: 0 auto; padding-top: 50px; }
		#introText { width: 357px; margin-top: 30px; }
			#introTop { background: url(../images/leftTop.png) no-repeat; height: 45px; }
			#introMiddle { background: url(../images/leftMiddle.png) repeat-y; }
			#introBottom { background: url(../images/leftBottom.png) no-repeat; height: 14px; }
			
h1 { width: 414px; height: 38px; text-indent: -1000em; background: url(../images/logo.png) no-repeat; margin: 0 0 0 -58px; }
#introText h2 { text-indent: -1000em; background: url(../images/headers/welcome.png) no-repeat; width: 295px; height: 13px; margin-left: 15px; position: relative; top: 13px; }

#introText p { padding: 0 15px; margin-bottom: 10px; color: #617074; font-size: 12px; line-height: 20px; }
#introText p.last { margin: 10px 0 0; font-size: 11px; } 
#introText strong { color: black; font-weight: bold; color: #333333; }
#introText a {  color: black; font-weight: bold; color: #c4582d; text-decoration: underline; }