/*
Theme Name: The Visa Butler
Theme URI: http://www.thevisabutler.co.uk/
Description: A bespoke theme for <a href="http://www.thevisabutler.co.uk/">The Visa Butler</a>.
Version: 1.0
Author: Camber
Author URI: http://www.camber-group.com/
Tags: copyright

	The Visa Butler v1.0
	http://www.thevisabutler.co.uk/
	
	This theme was designed and built by Camber,
	whose website you will find at http://camber-group.com/
	
	The CSS, XHTML and design are all copyright.

*/


/* FOR SERVICES PAGE */


#content-container /* Contains the background image */
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #;
	background-image: none;
}



#column-2 /* Positions the right column */
{
	float: left;
	width: 410px;
	padding: 0 0 0 40px;
	margin: 52px 0 0 0;
}


#column-2 h2
{
	width: 430px;
}



/* For Order Now area */

#order-now
{
	width: 330px;
	border: 1px solid #ccc;
	padding: 0 10px 0 10px;
	margin: 40px 0 40px 0;
}

#order-now h2
{
	width: 330px;
	margin: 10px 0 0 0;
}

#order-now p
{
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 0.9em;
	color: #333;
}


#column-1 select
{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#order-now select
{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

