body {
	font: 12px 'Trebuchet MS','Times New Roman', serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #293A85;
	text-decoration: none;
}

a:hover {
	color: #FFDB00;
	text-decoration: underline;
}

ul {    
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 2px 0px;
        list-style: none;
}       

form {
        margin: 0px 0px 0px 0px;
}

fieldset {
        border: none;
        padding: none;
        margin: none;
}

table tr td {
	font-size: 12px;
	vertical-align: top;
}

.clear {
	clear: both;
}

.error {
	color: #AA0000;
}

.input_text {
        border: 1px solid;
        border-color: #666666;
        background-color: #F9F9F9;
        font: 11px 'Tahoma', Verdana, sans-serif;
        padding-left: 2px;
}

.tr1 {
	background-color: #EFEFEF;
}

.button {
        margin: 0px 0px 0px 0px;
	border-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 2px;
        border-right-width: 2px;
        border-top-color: #25079C;
        border-left-color: #25079C;
        border-bottom-color: #140455;
        border-right-color: #140455;
        background-color: #1F0682;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
}       
														
#container {
	margin: 25px auto;
	width: 700px;
	text-align: left;
	border: 1px solid;
	border-color: #DADADA;
}

#container #inner {
	background-color: #FFFFFF;
	padding: 5px;
}

#header {
	background-image: url('/images/carsplit.jpg');
	background-repeat: no-repeat;
	height: 125px;
}

#header #nav {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid;
	border-color: #DADADA;
}

#header #nav ul li {
	font-size: 20px;
	margin: 0px 7px 0px 7px;
	display: inline;
}

#content {
	margin: 0px 10px 0px 10px;
}

#content_left {
	float: left;
	width: 300px;
}

#content_right {
	float: right;
	background-color: #F5F5F5;
	border: 1px solid;
	border-color: #DADADA;
	padding: 5px;
	width: 320px;
}

#content_right .input_text {
	width: 175px;
}

#content_right textarea.input_text {
	height: 100px;
}

#content_left h1,
#content_right h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#content_right h1 {
	font-size: 16px;
}

#content_right p,
#content_left p {
	margin: 5px 0px 15px 0px;
}

table#bookings_list tr td {
	padding: 3px;
}

#footer {
	text-align: center;
}

#footer ul {
	margin: 0px 0px 5px 0px;
}

#footer ul li {
	display: inline;
	margin: 0px 7px 0px 7px;
}

#faq #content h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;;
	font-size: 16px;
}

#faq ol li {
	margin-bottom: 20px;
	list-style: disc;
}

#terms ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

#terms ol li ol li {
	list-style: lower-alpha;
}

#invite .input_text {
	width: 400px;
}

#invite textarea {
	height: 100px;
}
