/* Universal Tags
--------------------------------------------------*/

html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
	font-weight:normal;
	line-height:20px;
	background-color: #283FA3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding: 0px;
	padding:6px 0 12px 0;
}
h2 {	
	padding:10px 0 8px 0;
}
#page-wrapper {
	width:902px;
	padding:0;
	margin:0 auto;
	background-image: url(../images/glow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*---------------------Top Start Here---------------------------*/
#top-strip{width:902px;
float:left;
height:53px;
/*background:url(../images/top-strip.jpg) left top no-repeat;*/
}
#white-area{width:902px;
float:left;
background:#FFFFFF;
margin-bottom:65px;
}
/*---------------------Header Start Here---------------------------*/
#collage{width:844px;
float:left;
}
/*---------------------Main Body Start Here---------------------------*/
#main-body{width:844px;
float:left;
padding:40px 29px 30px 29px;
}
#left-column{ width:238px;
float:left;
}
#middle-column{width:368px;
margin:0 10px 0 10px;
float:left;
}
.box-container{width:368px;
float:left;
padding-bottom:12px;
}
.box-one{width:178px;
float:left;
margin-right:12px;
}
.box-two{width:178px;
float:right;
}
#right-column{width:218px;
float:right;
}
/*---------------------Footer Start Here---------------------------*/
#footer{width:814px;
float:left;
background:url(../images/footer-bg.jpg) center top no-repeat;
height:94px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0 44px 23px 44px;
 color:#b1b3b6;
}
#footer-menu{width:814px;
float:left;
text-transform:capitalize;
font-size:11px;
font-weight:bold;
padding:20px 0 15px 0;
}
#footer-menu a{ color:#b1b3b6;
text-decoration:none;
}
#footer-menu a:hover{ color:#000000;
text-decoration:none;
}
#copyright{float:left;
width:814px;
font-size:10px;
}
#copyright a{
color:#b1b3b6;
text-decoration:none;
}
#copyright a:hover{
color:#333333;
text-decoration:none;
}
