﻿/*
      Created by Ibrar Hussain of Freeman Holland Ltd
	  
	  E-Mail: ibrar@freemanholland.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000;
}
#wrapper { 
 margin: 40px auto;
 width: 980px;
 border:3px solid #858585;
 margin-bottom:5px;
}

#wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
  
html[xmlns] #wrapper {
    display: block;
}
 
* html #wrapper {
    height: 1%;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 3px;
 margin: 10px 0px 5px 0px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 5px 5px 10px;
 width: 677px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 260px;
 display: inline;
 height:489px;
}

.boxes{
	background:url('images/right-back.png');
	padding:20px;
	width: 218px; 
	height: 200px;
	margin-bottom:10px;
	color:#fff;
}

.boxes h4{
height:24px;
}

.boxes img{
float:left;
margin-right:8px;
}

.boxes ul{
font-size:11px;
margin-top:8px;
}

.boxes a{
float:right;
color: #0096c2;
text-decoration:underline
}

.boxes a:hover{
text-decoration:none
}

#flash{
	width: 969px;
	clear:both;
}

#links
{
	width: 817px;
	margin-bottom:10px;
	height:30px;
	margin-top:-25px;
	float:right
}
#links a
{
text-decoration:underline;
color: #0096c2;
font-weight:bold;
font-size:11px;
}

#links a:hover
{
text-decoration:none;
}


#footer { 
 width: 964px;
 clear: both;
 color: #0096c2;
 margin: auto;
 padding: 10px;
}

#footer span{ 
float:right;
}

#footer a{ 
color: #0096c2;
text-decoration:underline;
}

#footer a:hover{ 
text-decoration:none;
}

