/* CSS Document */
/* Styles for StopMeanTravel.com, on mobile and desktop computers */
/* Main Colors Used: Blue (1e1ec6), Green (00ff55), Beige (f4e8d1)*/

html, body {
	font-family: 'Baskerville Old Face', Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	background-color: #1e1ec6;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Lucida Sans', 'Gill Sans MT', Verdana, sans-serif;
}

h1 {
	font-size: 3.5em;
	padding-bottom: 1.9em;
	text-decoration: underline;
}



h2 {
	text-decoration: underline;
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
}

p {
	line-height: 120%;	
}

a:link, a:visited {
	color: #1e1ec6;
}

fieldset {
	border: none;
}

/*_*_*_*_*_*_*  Header:  *_*_*_*_*_*_*/

#body {
	width: 96%;
	display: block;
	margin-top: .5em;
	margin-bottom: .33em;
	background-color: #f4e8d1;
	/*border: 2px solid #511D75;*/
	padding: 2em;
}

#header {
	display: block;
	width: 100%;
	margin-bottom: 2.5em;
	margin-top: 3em;
}

#header_link {
	text-decoration: none;
	color: #000000;
}

#banner_logo {
	width: 9.1em;
	height: 9.1em;
	float: left;
	margin: 1em 1em 1em 1%;
	margin-top: -1.5em;
	padding-left: 1%;
	padding-right: 1.5%;
	/*border-right: 1px solid #511D75;*/
}

#banner_text {
	float: left;
	margin-right: 3%;
}

#banner_pics {
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	width: 33%;
}

.banner_img {
	display: block;
	border: 1px #511D75 solid;
	float: right;
	margin-left: 2%;
	margin-right: 5%;
	width: 40%;
}

/*_*_*_*_*_*_*  Body Content:  *_*_*_*_*_*_*/

#pagespec {
	clear: both;
}

/*_*_*_*_*_*_*  Sidebar:  *_*_*_*_*_*_*/

/*_*_*_*_*_*_*  Navigation:  *_*_*_*_*_*_*/

/*_*_*_*_*_*_*  Footer:  *_*_*_*_*_*_*/

#footer {
	clear: both;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	background-color: #f4e8d1;
	color: #1e1ec6;
	padding: 1em;
}