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

h1{line-height:36px;font-family:Georgia, serif;font-size:26px;font-weight:400;color:#C33;}
body{
	background:url(../images/bg-01.jpg) repeat-x;
	background-color:#a6a5a5;
}

#wrap{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:auto;
	background:#ffffff;
}

#header{
	width:950px;
	width:950px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/header.gif) no-repeat;
}
p.standardText{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
}

.clear{
	clear:both;
}

#menu{
	width:900px;
	height:42px;
	background:url(../images/menu.jpg) no-repeat;
}

#menu li{
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	height:29px;
	float:left;
	list-style:none;
	border-right:#B7B7B7 solid 1px;
	border-left:#ffffff solid 2px;
	text-align:center;
}

#menu li a{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	}

#menu li a:hover{
	text-decoration:underline;
	color:#089176;
}

/*CSS STICKY FOOTER START******************************************************************/
* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 119px; padding-left:25px; padding-right:25px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -119px; /* negative value of footer height */
	height: 119px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	clear:both;
	}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*CSS STICKY FOOTER ENDS**********************************************************************/

/*FOOTER STYLING STARTS*************************************************************************/
#footerContent{
	width:950px;
	height:72px;
}
#footerEdge{
	width:950px;
	height:47px;
	background:url(../images/footer.gif) no-repeat;
}

/*FOOTER STYLING ENDS*************************************************************************/

/****************************INDEX STARTS HERE***********************************************/

.col600{
	width:600px;
	height:auto;
	float:left;
	padding-right:25px;
}

.col250{
	width:275px;
	height:auto;
	float:left;
}

img.article{
	padding-right:10px;
	padding-botton:10px;
	float:left;
}

#container{
	background:url(../images/container.jpg) no-repeat;
	width:260px;
	height:22px;
	padding-left:15px;
	padding-top:6px;
}

#container p{
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:NORMAL;
	letter-spacing:1px;
	color: #C33;
}

#containerBox{
	width:273px;
	height:150px;
	border-bottom:#9ec0d5 solid 1px;
	border-left:#9ec0d5 solid 1px;
	border-right:#9ec0d5 solid 1px;
}


/****************************INDEX ENDS HERE************************************************/