/*
	I'd like to thank famfamfam.com for the pretty phone icon
*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A9BCCC;
	font-size: small;
}
#top {
	height: 20px;
	color: #FFFFFF;
	padding-top: 3px;
	float: right;
}
#top span {
	background-image: url(phone.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	font-size: medium;
}
.width {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-bottom: 6px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
h1 {
	font-size: xx-large;
	margin: 0px;
	width: 700px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
h2 {
	font-size: medium;
	margin: 0px;
	width: 700px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mid {
	background-image: url(../images/taxi.jpg);
	background-repeat: no-repeat;
	height: 155px;
	background-position: 0px 10px;
	font-size: xx-large;
	padding-left: 220px;
	text-align: center;
	padding-top: 50px;
	clear: both;
}

.footer {
	text-align: center;
	font-size: x-small;
}
#page {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	background-color: #586B7C;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#end {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: -720px;
	position: relative;
	height: 4px;
	margin: 0px;
	padding: 0px;

}
#left {
	width: 385px;
	display: block;
	float: left;
}
#right {
	width: 305px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
}
#break {
	clear: both;
}
.grey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #313131;
	border-right-color: #313131;
	border-bottom-color: #313131;
	border-left-color: #313131;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: medium;
}
p {
	margin: 5px 0px 5px 0px;
}
#ogh {
	float: left;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: square;
}
