@import "reset.css";
@import "layout.css";
@import "destTrip.css";
@import "typography.css";
@import "clearfix.css";

/*------------------------------------------------
Filename: default.css
Title: Default styles for Bushtracks website
Author: Deluxe Digital Media (MB)
Url: www.bushtracks.com/_css/default.css
License: Copyright 2007 Bushtracks 
Description: This is where all the basic styles are located for the Bushtracks site.
------------------------------------------------*/

/*------------------------------------------------
Code Glossary

	Colors:
	
	
	
	
	
	
	Typography:
	
------------------------------------------------*/

html {
	background-color: #fff;
	color: #333;
}

body {
	font: normal 62.5%/1.5 Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 5px;
	text-align: center;
}

table {
	margin-bottom: 18px;
}

table td {
	padding: 10px;
}

#main_content #main_column table td p, #main_content #main_column table td h3{
	margin: 0;
}

#main_content #main_column table td h3 {
	color: #5375c9;
}