/*
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 ABOUT PAGE */


#content-container /* Contains the background image */
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #;
	background-image: url("images/backgrounds/plane1.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}



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


#column-2 blockquote  /* Defines the text in the right column */
{
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 100px 0 0 0;
	padding: 0;
}

#column-2 blockquote p  /* For when Wordpress puts a P tag inside the blockquote */
{
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight: normal;
	margin: 100px 0 0 0;
	padding: 0;
}


#column-2 p /* For the attribute of the quote */
{
	color: #fff;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}