@charset "utf-8";
* {
	padding: 0px;
	margin:0px;
}

html, body {
	background-color:#666666;
	height:100px;
	min-height: 100%;
	max-height: 100%;
}

img
{  border-style: none;
}

#wrapper {
	width:800px;
	margin:auto;
	background-image: url(../imgs/background_grad.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}

#ie6Content{
	background-image: url(../imgs/background_grad.gif);
	background-repeat: repeat-y;
	padding-bottom:20px;	
}

#header {
	padding-left:20px;
}

#title {
	width:300px;
	height:76px;
	float:left;
}

#title h1 {
	background-image:url(../imgs/CLAIHR_logo.jpg);
	height:76px;
	text-indent:-5000px;
}

#donate {
	padding-top:15px;
	padding-left:590px;
}

#menu {
	clear:both;
	background-image:url(../imgs/menu_grad.jpg);
	height:31px;
	width:741px;
	margin-left:20px;	
}

#path {
	background-image:url(../imgs/breadcrumbs.gif);
	background-repeat:repeat-x;
	background-color:#666600;
	height:25px;
	width:741px;
	text-transform: uppercase;	
	margin-left:20px;		
}

#content {
	width:741px;
	background-color:#FFFFFF;
	margin-left:20px;		
}

#mainSection {
	background-image:url(../imgs/homepage.jpg);
	background-repeat:no-repeat;
	padding-left:445px;
	padding-right:20px;
	background-color:#000000;
	height:236px;
}

#subSection {
	background-image:url(../imgs/feature_center.gif);
	background-repeat:repeat-x;
}

#mainSub1 {
	background-image:url(../imgs/feature_left.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	width:234px;
	height:226px;
	float:left;
}

#mainSub2 {
	background-image:url(../imgs/feature_right.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-right:6px;
	width:267px;
	height:226px;
	float:right;
}

#mainSub3 {
	background-image:url(../imgs/feature_center.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	height:226px;
	margin-left:234px;
	margin-right:269px;
}

#innerPage {
	background-color:#FFFFFF;
}

#innerPage_top {
	background-image:url(../imgs/top_diagonal_stripes.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:12px;
}

#innerPage_bottom {
	background-image:url(../imgs/bottom_diagonal_stripes.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	height:12px;
}

#innerPage_content {
	height:auto;
	padding-bottom:20px;	
}

hr {
	margin-left:20px;
	margin-right:20px;
}

/*For membership area, form style*/
#cform {
	margin: 20px 50px;
	padding: 0px 20px 10px 20px;
}

#cform form {
	padding-left:30px;
}