
/* This is the main layout section */

body
{
	margin: 0px;
	background-color: #ffdc6f;
	text-align: center;
	height: 100%;
}

#main_container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: left;
	height: auto;
	overflow:hidden
}

#inner_container
{
	width: 880px;
	position: relative;
	float: left;
}

#left_shade
{
	background-image: url(../images/left_shade.jpg);
	width: 10px;
	position: relative;
	float: left;
	padding-bottom: 2500px;
	margin-bottom: -2499px;
}

#right_shade
{
	background-image: url(../images/right_shade.jpg);
	height: auto;
	width: 10px;
	position: relative;
	float: left;
	padding-bottom: 2500px;
	margin-bottom: -2499px;
}

#bottom_image
{
	background-image: url(../images/bottom.jpg);
	height: 24px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* This is the grey navigation bar */

div.nav_bar
{
	background-color: #c6c6c6;
	width: 880px;
	height: 23px;
	margin-top: 1px;
	float: left;
	position: relative;
	text-indent: 15px;
}

a.nav_bar_link
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: 5%;
	text-decoration: none;
	color: #666666;
}

span.nav_bar_separator
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: 5%;
	text-decoration: none;
	color: #666666;
}

/* This holds the main subject area below the nav_bar */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Trebuchet MS", Helvetica, Trebuchet, Arial, Sans;
}

h1 {
	color: black;
	padding: 0;
	font-size: 1.5em;
	margin-right: 5px;
	border-bottom: 1px solid #000;
	border-bottom-style: solid;
}

p
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#subject_main
{
	width: 730px;
	height: auto;
	position: relative;
	float: left;
}

#index_pic
{
	border: solid;
	border-color: Black;
	border-width: 1px;
	margin: 13px;
}

#subject_pic
{
	width: 150px;
	height: 200px;
	padding: 0px;
	margin-top: 1px;
	float: right;
}

#subject_fade
{
	background-image: url(../images/color_fade.jpg);
	width: 150px;
	height: 93px;
	padding: 0px;
	margin-top: 1px;
	float: right;
}

#subject_color
{
	width: 150px;
	height: ;
	background-color: #ffa357;
	position: relative;
	float: right;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

/* This holds the news styles*/

#news_container
{
	width: 710px;
	margin: 10px;
}

span.news_headline
{
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

span.news_subject
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.text
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#logo
{
	background-image: url(../images/Bicycle_Sales_Service_02.jpg);
	height: 100px;
	width: 204px;
	position: relative;
	float: left;
}

#top_picture
{
	background-image: url(../images/Bicycle_Sales_Service_03.jpg);
	height: 100px;
	width: 676px;	
	position: relative;
	float: left;
}

#top_picture_textbox
{
	width: 300px;
	height: 90px;
	margin-left: 10px;
	margin-top: 9px;
}

a:hover
{
	text-decoration: underline;
}

/* This is for the text and links on the footer */

#footer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.footer_text
{
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}