/*
Fasttyres Stylesheet
fast.css
*/

/* Main index page */

body {
    background-color: black;
	color: white;
	font-family: arial;
	font-size: 9.5pt;
}

#page_container {
    width: 880px;
    margin: auto;
	padding-top: 25px;
}

#basket {
    text-align: right;
}

#basket span {
    vertical-align: super;
}

#text_panel {
    float: right;
	width: 500px;
	height: 900px;
	background: url(fast_header_1.gif) black top left no-repeat;
}

#text_description {
	margin-top: 255px;
	margin-left: 32px;
	margin-right: 50px;
}

#search_panel {
    float: right;
	width: 350px;
	height: 480px;
	background: url(search.gif) black top left no-repeat;
	margin-top: 35px;
}

#search {
    margin-top: 115px;
	font-weight: bold;
}

#banners {
    clear: both;
	margin-left: 25px;
}

#footer {
    clear: both;
	width: 850px;
	height: 60px;
	margin-left: 25px;
}

#footer p {
    font-style: italic;
	text-align: center;
}

#rss {
    width: 800px;
    padding: 5px;
    margin: auto;
    background-color: #373951;
}
