body {
margin: 0;
color: 7A7A7A;
font-family: Georgia, Times, serif;
font-size: 12px;
}

body.rails {
background-color: #4F011B;
}

body.content {
background-color: #4F011B;
}

h1 {
padding: 5px 0;
margin: 0px;
text-align: left;
font-size: 14px;
border-top: 1px dashed #B34040;
border-bottom: 1px dashed #B34040;
width: 675px;
}

h2 {
font-size: 12px;
margin: 0;
padding: 20px 0 0 0;
}

p {
margin: 0;
padding: 10px 0 0 0;
line-height: 20px;
color: #262926;
font-family: Georgia, Times, serif;
font-size: 12px;
text-align: justify;
clear: both;
}

p.caption {
padding: 10px;
width: 200px;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:italic;
}

a {
color: #4F011B;
}

a.hover {
color: #FFFFFF;
}

a.active {
color: #4F011B;
}

/* Main Div Styles */

#pageContainer {
width: 100%;
height: 100%;
background-color: #F9FAD4;
background-image: url(../images/logo3_bg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position-x: left;
background-position-y: bottom;
}

#railContainer {
height: 40px;
width: 100%;
background-color: #4F011B;
font-family:Georgia, "Times New Roman", Times, serif;
font-stretch:semi-expanded;
}

#naviContainer{
background: #4F011B;
}

#contentContainer {
float: left;
padding: 0px 40px;
width: 780px;
height: 100%;
background-color: #4F011B;
}

#sectionContainer {
float: left;
padding: 25px;
background-color: #F9FAD4;
background-image: url(../images/logo3_bg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom left;
}

#welcomeContainer {
float: left;
padding: 25px;
background-image: url(../images/store_bg.gif);
background-repeat: no-repeat;
background-position: right 10%;
background-attachment: fixed;
background-color: #F9FAD4;
}

div#globnavwrapper
{
	width: 100%;
	display: table;
	height:130px;
	background: url(/images/navi_bgst3.gif) repeat;
}

* html div#globnavwrapper { display: block; }

div#globnav
{
	margin: 0 auto;
	font-family: Georgia,serif;
	font-style:italic;
	font-size:15px;
	width: 450px;
	text-align: center;
	background-color: #4F011B;
	height:40px;

}

#globnav a
{
	font-size: 12px;
	text-decoration: blink;
	float:left;
}


#textContent {
float: left;
width: 400px;
padding: 20px;
}

#picContent {
float: left;
width: 250px;
padding: 20px;
}
