@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(../img/pg/header_slice.jpg);
	background-repeat: repeat-x;
	height: 120px;
	
}

#logo {
	float:right;
	background-image:url(../img/pg/GF_logo.jpg);
	background-repeat:no-repeat;
	height:62px;
	width:140px;
	padding-right:30px;
	padding-top: 15px;
	margin-top: 17px;
}

#home{
	float: left;
	position: relative;
	margin: 0;
	
}
#content {
	top: 3px;
	position: relative;
	overflow: visible;
	margin-left: 20px;
	margin-right: 20px;
	margin: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
		
}

#buttons {
	padding-top: 45px;
	padding-left: 18px;
	width:600px;
	margin: 0;
	
}


/* Fix up IE6 PNG Support */
img, #logo { behavior: url(../scripts/iepngfix.htc); }

body {
	margin:0px;
	padding:0px;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	line-height:19px;
}   
  	

#main {
	background-color: #666;
	background-image: url(../images/header_slice.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	position: relative;
	margin-bottom: 50px;
}
#main .container {
	background-image:url(../img/pg/BG_Swril.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
}
.container {
	margin:0 auto;
	position:relative;
	padding-bottom: 40px;
	width: 800px;
}

/* Styling For Menu */



/* Style for Footer*/

#footer {
	color:#999;
	padding:10px;
}

#footer p {
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.imgRight {
	float:right;
	padding:15px;
}

.imgLeft {
	float:left;
	padding:15px;
}

#content h1 {
	color:#060;
}

.pageTitles {
	color:#006200;
}

