@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}

body{
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	background-color: #1e33200;
	text-align: center;
	margin-top: 100px;
	background-image: url(../images/cadence-bike-shop-01.jpg);
	background-repeat: repeat;
	height: auto;
	width: auto;
}
p {
	padding: 0;
	margin: 10px 0 0 0;
}
h1 {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 10px 0 0 0;
}

/* Main container */

#container {
	height: 200px;
	width: auto;
	text-decoration: none;
	text-align: left;
	margin-top: 100;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #092000;
}

#head {
	height: 180%;
	width: 1000px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 15px
	}
	
/* Links */

a:link {
	font-weight: bold;
	color: #cccc33;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #cccc33;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066ff;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0066ff;
	text-decoration: underline;
}

/* Ensure link imgages have no border */

img{
    border:0px;
}

/* Headings and para settings */
