* {
	margin: 0;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
}

#header {
	width: 1002px;
	height: 181px;
	background: url(images/header_back.jpg) no-repeat;
}

#header #header_logo {
	margin: 10px 14px;
}

#menu {
	width: 1002px;
	height: 50px;
	background: url(images/menu_back.gif) repeat-x;
}

#menu_all {
	margin: 0 0 0 19px;
}

#menu_intro_text {
	float: left;
	width: 892px;
	height: 50px;
	background: url(images/menu_filters_back.gif) no-repeat;
}

#menu_intro_text_filters {
	position: absolute;
}

#menu_check_art {
	position: absolute;
	top: 21px;
	left: 207px;
	width: 20px;
	height: 20px;
}
#menu_check_music {
	position: absolute;
	top: 21px;
	left: 258px;
	width: 20px;
	height: 20px;
}
#menu_check_culture {
	position: absolute;
	top: 21px;
	left: 325px;
	width: 20px;
	height: 20px;
}
#menu_check_traditions {
	position: absolute;
	top: 21px;
	left: 408px;
	width: 20px;
	height: 20px;
}
#menu_check_values {
	position: absolute;
	top: 21px;
	left: 513px;
	width: 20px;
	height: 20px;
}
#menu_check_family {
	position: absolute;
	top: 21px;
	left: 586px;
	width: 20px;
	height: 20px;
}
#menu_check_education {
	position: absolute;
	top: 21px;
	left: 655px;
	width: 20px;
	height: 20px;
}
#menu_check_social {
	position: absolute;
	top: 21px;
	left: 759px;
	width: 20px;
	height: 20px;
}

#content {
	width: 1002px;
}

#content_alert {
	margin: 10px 0px 10px 14px;
	width: 771px;
	height: 79px;
	background: url(images/content_alert_background.gif) no-repeat;
	position: relative;
}
#content_alert_text {
	/*padding: 18px 20px 24px 67px;*/
	top: 18px;
	left: 67px;
	height: 24px;
	overflow: hidden;
	
	color: #a7a7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	position: absolute;
}
#content_alert_click {
	top: 7px;
	left: 749px;
	position: absolute;
}

#content_main {
	float: left;
	width: 780px;
	margin: 0px;
}

#content_categories {
	margin: 0 0 0 23px;
	width: 780px;
	height: auto;
}

#content_categories ul {
	list-style: none;
}
#content_categories li {
	float: left;
}

.cat_spacer {
	width: 20px;
}

.cat_box {
	margin: 0 22px 0 0;
	padding: 0;
	width: 237px;
	height: 390px;
	
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

.cat_box ul {
	list-style: none;
	padding: 0px 10px 0px 0px;
}

#cat_art_header {
	margin: 0 0 9px 0;
}
#cat_music_header {
	margin: 0 0 9px 0;
}
#cat_culture_header {
	margin: 0 0 9px 0;
}
#cat_traditions_header {
	margin: 0 0 9px 0;
}
#cat_values_header {
	margin: 0 0 9px 0;
}
#cat_family_header {
	margin: 0 0 9px 0;
}
#cat_education_header {
	margin: 0 0 9px 0;
}
#cat_social_header {
	margin: 0 0 9px 0;
}

.profBox_Link {
	text-decoration: none;
}

.prof_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	text-transform: capitalize;
}
.cat_art_color {
	color: #0081c6;
}
.cat_music_color {
	color: #68bd45;
}
.cat_culture_color {
	color: #eb2164;
}
.cat_traditions_color {
	color: #ef3f25;
}
.cat_values_color {
	color: #fad51f;
}
.cat_family_color {
	color: #595959;
}
.cat_education_color {
	color: #fbaa1b;
}
.cat_social_color {
	color: #04bbd7;
}

.cat_listitem {
	background: none;
	cursor: pointer;
}
.cat_art_listitem:hover {
	background: #cce6f4;
}
.cat_music_listitem:hover {
	background: #e1f2da;
}
.cat_culture_listitem:hover {
	background: #fbd3e0;
}
.cat_traditions_listitem:hover {
	background: #fcd9d3;
}
.cat_values_listitem:hover {
	background: #fef7d2;
}
.cat_family_listitem:hover {
	background: #dedede;
}
.cat_education_listitem:hover {
	background: #feeed1;
}
.cat_social_listitem:hover {
	background: #cdf1f7;
}



.profile_story_name {
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:bold;
	text-transform:capitalize;
}
.profile_story {
	padding: 0px 0px 5px 10px;

	color:#999999;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:right;
}

#content_profiles {
	margin: 0px 0px 15px 0px;
}