/*****HTML*****/
html {
	background: url('/img/bkgd.jpg') repeat top left;
}

body {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url('http://gatorcustomgraphix.com/img/bkgd.jpg');
}
 
#container {
	width: 876px;
	margin: 40px auto;
	overflow: hidden;
}

#header {
	width: 876px;
	height: 285px;
	margin: 0px 0 40px 0;
	background: url('http://gatorcustomgraphix.com/img/header.png') no-repeat top center;
}

#footer {	
	margin-top: 150px;
	font-size: 8pt;
	text-align: center;
}



/*****NAVIGATION*****/
ul#nav {
	padding-top: 250px;
	list-style-type: none;
} 

#nav li {
	padding-right: 28px;
	display: inline;
}

#nav li a {
	padding-bottom: 2px;
	font-size: 18pt;
	font-weight: bold;
	color: #CBC2B4;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #93440A;
	border-bottom: 2px solid #CBC2B4;
}
    


/*****COMMON*****/
#container .box {
	color: #7E7D6D;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	background: #DEDED2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 2px solid #d1d0c2;
	border-right: 2px solid #d1d0c2;
	padding: 10px;
	position: relative;
}

#container .column .post h2 {
	font-size: 18px;
	margin: 2px 0 10px 0;
}

.box.page {
	width: 525px;
	margin-bottom: 15px;
}

.box.page h2 {
	width: 525px;
	margin-bottom: 15px;
}

.box.page p, .box.page td {
	padding-bottom: 10px;
	font-size: 11pt;
}

.box.page a, #footer a {
	font-weight: bold;
	color: #1C1511;
	text-decoration: none;
}

.box.page a:hover, #footer a:hover {
	color: #93440A;
}

img.float {
	margin-top: 25px;	
	float: right;	
}

.hidden {
	display: none;
}



/*****SPECIFIC PAGES*****/
#contact #info td strong {
	padding-right: 20px;
}

#services ul {
	font-size: 11pt;
	margin-left: 25px;
	list-style-type: circle;
}


/*****RESET*****/
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}