/* CSS Document */

#container {
	display:table;
	width:960px;
	margin:0 auto;
	background:url(../images/bgmain.png) #FFFFFF top left repeat-y;
}

#contain_top {
	clear:both;
	width:960px;
	height:20px;
	background:url(../images/bgtop.png) top left no-repeat;
}

#contain_bot {
	clear:both;
	width:960px;
	height:6px;
	background:url(../images/bgbot.png) top left no-repeat;
}
/* container end ***********************/
#blue_sidebar{
	float:left;
	width: 170px;
	padding: 0px;
	margin:-6px 15px 15px 15px;
}

#blue_sidebar h3 {
	display:block;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	margin:11px 0px 0px 0px;
}
#blue_sidebar p {
	font-size:14px;
	font-weight:normal;
	line-height:21px;
	color:#5c5c8b;
	margin-bottom:16px;
}
/* blue sidebar end ***********************/
#content{
	float: left;
	width:52%;
	margin:0px 20px 0px 20px;
}

#gray_sidebar{
    float: right;
	overflow:hidden;
	margin-top:-6px;
 	width: 200px;
}

#gray_sidebar .moduletable {
	overflow:hidden;
	margin:15px; 
    min-height:160px;
	background:url(../images/b2hr.png) bottom left no-repeat;
}

#gray_sidebar h3 {
	display:block;
	font-size:24px;
	font-weight:normal;
	color:#666;
	margin:0px 0px 0px 0px;
	text-transform: lowercase;
}


#gray_sidebar p {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#666;
	line-height:14px;
	padding-bottom:5px;
}
/* FOOTER ********************************************/
#footer {
	float:right;
	width:201px;
	background:#fff;
}

#footer_inc {
	float:left;
	width:200px;
	background:#fff;
}

#footer_inc ul {margin:0; padding:0;}


#footer_inc li {
	list-style:none; 
	float:left;
	text-transform: lowercase;
}

#footer_inc a {
	float:left;
	padding:10px 8px 10px 0px;			
	color:#bbb;
	font-size: 10px;
	text-decoration:none;
}
/* QUOTES ********************************************/

#quotes {
	overflow:hidden;
	position:relative;
	width:190px;
	height:114px;
	margin-left:-15px;
	margin-top:35px;
	background:url(../images/quotesbg.png) top left no-repeat;
}
#quotes img{
	float:right;
	width:89px;
	height:100px;
	position:absolute;
	top:5px;
	right:7px;
}

#quotext{
	margin:10px 0px 0px 7px;
	width:86px;
	line-height:12px !important;
	font-style:italic !important;
	font-size:10px !important;
	color:#00adef !important;
}

#quoauthor {
	width:88px;
	font-size:10px !important;
	font-weight:bold !important;
	line-height:12px !important;
	left:7px;
	bottom:10px;
	position:absolute;
}

.chronoform {
	color:#ffffff
}