﻿body {
	margin:0;
	padding:0;
    width:100%;
    height:100%;
    background-image:url(images/bg.jpg);
    background-position:top left; 
    background-repeat:repeat-x;
    background-color:#397ff2;
	}
a {
	color:#0099CC;
	}

p a {
	color:#e6ff14;
	}
	p a:hover {
		text-decoration:none;
		color:#e6ff14;
		}
		
p {
	padding:0;
	margin:0;
	}

/*main div which containes all content structure*/	
#container {
	position:absolute;
	width:980px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#000000;
	}
	
#content { 
    float : left ; 
    width : 960px; 
    display : inline; 
    text-align : justify;
    background-color: #FFFFFF;
    min-height: 350px;
    padding: 0 10px 20px 10px;
} 
	

h6 { font-size:1.80em; color:#0099CC; background-image: url('images/img02.gif'); font-family:"Trebuchet MS"; font-weight:normal; padding-left: 10px; height: 23px;}
	
/*right bar of content part*/							
#right {
	width:310px;
	float:left;
	clear:right;
	}
/*footer*/
#footer {
	float:left;
	background:url(images/footer_bckg.jpg) repeat-x;
	height:45px;
	width:960px;
	padding-top:30px;
	padding-left:20px;
		}
		#footer a{
			text-decoration:none;
			color:#1a6290;
			}
			#footer a:hover{
				text-decoration:underline;
				}
/*footer parts. left and right*/
#footer_left {
	width:48%;
	float:left;
	color:#1a6290;
	padding-left:10px;
	}
	
#footer_right {
	width:48%;
	float:left;
	text-align:right;
	}
	#footer_right a {
		color:#006600;
		text-decoration:underline;
		}
		#footer_right a:hover {
			color:#006600;
			text-decoration:none;
			}				
 