@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #c9c9c9;
	background-image:url(/images/gcdf__pagebg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	color: #404051;
}

a,a:link,a:visited{
color:#666666;
}


a:hover{
text-decoration:none;
color:#9f135d;
}

#container {
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:79px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header_text {
	color:#FFFFFF;
	font-size:11px;
	margin:10px 0px 0px 40px;
	width:370px;
	height:50px;
	float:left;
}
#logo {
	float:left;
	width:355px;
	height:46px;
}
#menu_container {
	height:38px;
	margin-bottom:45px;
}
#content_bg {
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:700px;
}
#shading {
	background-image:url(/images/body_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:23px;
	width:694px;
	margin:0px;
	padding:0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0px;
	padding: 0px;
}
#sidebar1 hr {
	border: 0;
	color: #d1d0d4;
	background-color: #d1d0d4;
	height: 1px;
	width: 99%;
	text-align: left;
}
#leftContent {
	float:left;
	width:630px;
}
#mainContent {
	/*margin: 0 310px 0 0;*/ /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin:0px;
	width:660px;
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	visibility:hidden;
	font-size: 1px;
	line-height: 0px;
}
/*side bar*/

#member_count {
	background-image:url(/images/side_members.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:55px;
	padding:10px 0 0 80px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:12px;
}


#search {
	width:260px;
	margin:0 auto;
}
#poll {
	width:270px;
	margin:0 auto;
}
#top_list {
	color:#404051;
	width:260px;
	margin:0 auto;
	font-size:11px;
}

#dark_side{
background-color:#a2a1aa;
}
/*content*/
h1 {
	color:#9f135d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}
h2 {
	color:#9f135d;
	font-size:18px;
}
h3 {
	color:#da0b78;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

h4 {
	color:#404051;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-bottom:0px;
}

.bloghome{
color:#9f135d;
font-size:18px;
}
.blogbox td{
border-bottom: dashed 1px #bbb9c0;
padding-bottom:10px;

}

.news_item{
font-size:10px;
}

.news_date{
font-size:10px;
font-style:italic;
color:#999999;
}


/*tutorial*/

#liquid-round {
width:70%;
margin:0px auto;
background:#fff url(/webimages/leftside.gif) repeat-y left top;
}
#liquid-round .top {
width:100%;
height:20px;
background:url(/webimages/top.gif) no-repeat left top;
}
#liquid-round .top span {
display:block;
position:relative;
height:20px;
background:url(/webimages/top-right.gif) no-repeat right top;
}
#liquid-round .center-content {
position:relative;
background:url(/webimages/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
#liquid-round .bottom {
width:100%;
height:60px;
background:url(/webimages/bottom.gif) no-repeat left bottom;
}
#liquid-round .bottom span {
display:block;
position:relative;
height:60px;
background:url(/webimages/bottom-right.gif) no-repeat right top;
}

.image_border {
	border: 1px solid #CCCCCC;
	margin: 4px 10px;
	padding: 5px;
}