/*----------------------------------------------------------------------------*/
/* Main body settings*/
/*----------------------------------------------------------------------------*/	

html {
		background:#0b3d7a url('../images/bg.png') repeat-x;
}

body {
	margin:0;
	padding:0;
	color:#eee;
	line-height:1.4em;
	font-family: Helvetica, Tahoma, Verdana;
}
p{
	font-size:12px;
	font-family: Helvetica, Tahoma, Verdana;
	line-height:1.4em;
	color:#eee;
}
.p1{
	color:#72b6fd;
}

/*----------------------------------------------------------------------------*/
/* Anchors settings*/
/*----------------------------------------------------------------------------*/	
a{
	font-size:12px;
	font-family: Helvetica, Tahoma, Verdana, Georgia;
	text-decoration:underline;
	color:#72b6fd;
}
a:hover{
	text-decoration:none;
	color:#eee;
}
a{ outline: none;
    -moz-outline-style: none;
}
/*----------------------------------------------------------------------------*/
/* General unordered lists settings*/
/*----------------------------------------------------------------------------*/	
ul{
	margin:0;
}
ul li{
	padding:0.5em 0 0 0;	
	color:#fff;
}


/*----------------------------------------------------------------------------*/
/* Heading settings*/
/*----------------------------------------------------------------------------*/	
h1{
	font-size:14px;
	color:#bbb;
	text-decoration: underline;
	color:#c9973f;
	padding:2em 0 0 0;
}
h2{
	font-size:13px;
	text-decoration: underline;
	color:#c4b940;
}
	
/*----------------------------------------------------------------------------*/
/* Containers settings*/
/*----------------------------------------------------------------------------*/	
div#container_home
{
	width:100%;
	font-size:16px;
	overflow: auto;
}
div#container_main
{
	width:50em;
	margin:1em auto;		/* this is to make the page centered */
}	
#content{
	float:left; 
	width:550px; 
	margin:1em 0 2em 0;
	font-size:12px;
	font-family: Helvetica, Tahoma, Verdana;
	line-height:1.4em;
	color:#eee;	
}


.links a, .links1 a, div#footer2 a{
	color:#fff;
	border-right:1px solid #fff; padding:0 1em 0 0;font-size:11px;
	text-decoration:underline;
	font-family:Helvetica, Tahoma, Verdana;
}
.links a:hover, .links1 a:hover{
	color:#000;
	text-decoration:none;
	font-family:Helvetica, Tahoma, Verdana;
}
.links1{
	float:right; margin:-1em 0 0 0;
}

