﻿#qoutes a {
	display: block;
	width: 92%;
	background-color: #5281A4;
	padding: 40px 9px;
	text-align:center;
	text-transform:capitalize;
	text-indent: none;
	text-decoration: none;
	font-style:italic;
	font-size: large;
	font-weight:bolder;
	color: White;
}
#qoutes a:hover {
	border-style: solid;
	text-decoration: none;
	color: white;
	background-color:#336619;
}
#qoutes a:visited {
	color: White;
}
#qoutes ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

#qoutes li {
	margin: 10px;
}

#first a {
	background-image:url('Image/Iraq.bmp');
}
#second a {
	background-image: url('../images/logos/BRC%20Logo.gif');
}
#third a {
	background-image: url('../images/logos/BRC%20Logo.gif');
}
#fourth a {
	background-image: url('../images/logos/BRC%20Logo.gif');
}


.column1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 0% 0%;
	width: 49%;
}

.column2 {
	float: right;
	margin: 0px 0px 0px 0px;
    padding: 0% 0% 0% 0%;
	width: 49%;
}
