@charset "utf-8";
/* CSS Document */
/* 

STYLE SHEET FOR PAUL FRAIN CONSTRUCTION
Created by: Buffalo Sports Media
www.buffalosportsmedia.co.uk

Table of Contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Tables
	7. Forms

/* --------- 1. defaults  --------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a img {
	border: 0px solid #ffffff;
}

/* --------- 2. Structure  --------- */
.header {
}
.logo {
	text-align: center;
}
.about {
	float: left;
	width: 192px;
	background-image: url(../assets/images/about_farrell_training_bg.jpg);
	height: 344px;
}
.main_page {
     width:770px;
	 text-align:left;
	 margin:auto;

}
.services {
	float: left;
	width: 192px;
	background-image: url(../assets/images/services_farrell_training_bg.jpg);
	height: 344px;
}
.clients {
	float: left;
	width: 193px;
	background-image: url(../assets/images/clients_farrell_training_bg.jpg);
	height: 344px;
}
.training {
	float: left;
	width: 193px;
	background-image: url(../assets/images/training_farrell_training_bg.jpg);
	height: 344px;
}
.footer {
	text-align: center;
}
.box_content {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 12px;
}
.box_link_1 {
	height: 21px;
	text-align:left;
	padding:4px 0px 0px 50px;
	background-image: url(../assets/images/lion_bullett_1.png);
	background-repeat: no-repeat;
	background-position: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.box_link_2 {
	height: 21px;
	text-align:left;
	padding:4px 0px 0px 50px;
	background-image: url(../assets/images/lion_bullett_2.png);
	background-repeat: no-repeat;
	background-position: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.image_link {
}

.box_link_3 {
	height: 21px;
	text-align:left;
	padding:4px 0px 0px 50px;
	background-image: url(../assets/images/lion_bullett_3.png);
	background-repeat: no-repeat;
	background-position: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.navigation {
	float: left;
	height: 615px;
	
}
.logo_text_bar {
	float: left;
}

.content {
	height: 575px;
	float: left;
	width: 544px;
	background-image: url(../assets/images/content_bg.jpg);
	padding: 20px 15px;
	background-repeat: no-repeat;

	
}
.imagebar {
	height: 600px;
	float: right;
}
.nav_box {
	float: left;
	clear: left;
}
.content a, .content a:visited {
	color:#ff0000;
	text-decoration:none;
}
.content a:hover {
	color:#ff6600;
	text-decoration:underline;
}.gallery_thumb {
	padding: 4px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #666666;
}
