/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000; 
}

#wrapper {
	width: 959px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 959px;
	height:224px;
	background-image: url(../images/limo-second-page_03.png);
	background-repeat: no-repeat;
}
#nav{
	padding-top: 185px;	
	padding-left: 30px;
}
#content {
	width: 959px;
	height: 413px;
	background-image: url(../images/limo_05.png);
	background-repeat: no-repeat;
}
#content-services {
	width: 959px;
	height: 674px;
	background-image: url(../images/limo-second-page_05.png);
	background-repeat: no-repeat;
}
#content-services {
	width: 959px;
	height: 674px;
	background-image: url(../images/limo-second-page_05.png);
	background-repeat: no-repeat;
}
#footer {
	width: 946px;
	height:57px;
	background-image: url(../images/limo-second-page_06.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 13px;
}

#boxfont{
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
	padding: 3px;
}
#boxfont h1{
	font-family: calibri;
	font-size: 14px;
	color: #FFF;
}

#boxfont3{
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
	padding-top: 35px;
	padding-left: 100px;
}

#leftcolumn {
	border: 0px solid #ccc;
	height: 145px;
	width: 219px;
	float: left;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 13px;
}
#middle {
	float: left;
	border: 0px solid #ccc;
	height: 145px;
	width: 219px;
	display: inline;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn { 
 margin: 10px 0px 5px 15px;
 height: 145px;
 width: 219px;
 float: left;
 position: relative;
}
a {
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
}
