/* Clickable Designs | CSS1-CSS2 Document */

/* wrap properties */
html, body {
		height: 100%;
		margin: 0px auto;
		padding: 0;
		background: #D1AB62 url(../images/wrap/bg_site.gif) repeat-x;
		font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; font-weight: normal; color: #000000; }

		a:link, a:visited { color: #A3692A; text-decoration: none; outline: none; }
		a:hover, a:active { color: #5AB01A; text-decoration: underline; outline: none; }
		
		h1 { margin: 0; padding: 0; font-size: 31px; font-weight: normal; color: #AE7A42; }
		h2 { margin: 0; padding: 0 0 25px 0; font-size: 20px; font-weight: bold; line-height: 18px; color: #A9D55E; }
		h3 { margin: 0; padding: 0; font-size: 12px; font-weight: bold; line-height: 18px; color: #000000; }
		p { margin: 0; padding: 0 0 25px 0; }
		
		ul { margin: 0; padding: 0 0 25px 30px; list-style-type: square; }
		ul li { margin: 0; padding: 5px 0 0 0; }

#wrap {
		/* height: 100%; */
		padding: 20px 0 0 0;
		width: 940px;
		margin: 0px auto; }
		
		.left { float: left; display: inline; }
		.right { float: right; display: inline; }
		.center { text-align: center; }
		.justify { text-align: justify; }
		.end { clear: both; }
		
		.block { display: block; }
		.inline { display: inline; }
		
		img { border: 0; }
		.img_bottom { padding: 0 0 25px 0; }
		.img_left { padding: 5px 20px 20px 0; }
		
		form { margin: 0; padding: 0; }

/* page properties */
		.wrap_border { width: 920px; padding: 10px; background-color: white; }
		.wrap_container { width: 920px; background: url(../images/wrap/bg_container.gif) repeat-y; }
		
		.col1 { width: 279px; padding: 0 0 25px 0; }
		.col1_text { color: #3C7818; line-height: 16px; }
		.col2 { width: 87px; }
		
		.content_container { width: 534px; margin: 0 10px 0 10px; }
		.content1 { width: 474px; padding: 0 30px 0 30px; }
		.title_container { height: 20px; padding: 25px 0 25px 0; text-align: right; }
		.link_feature { padding: 10px 30px 80px 25px; background: url(../images/wrap/arrow_01.gif) no-repeat 0px 12px; }
		
		.top { height: 80px; padding: 15px 0 0 0; background: url(../images/wrap/bg_anchor.gif) no-repeat; font-size: 11px; }
		
		.menu_container { width: 474px; height: 60px; padding: 0 30px 0 30px; background: url(../images/wrap/bg_menu.gif) no-repeat; }
		.menu_off { height: 11px; padding: 33px 0 0 0; }
		.menu_on { height: 11px; padding: 33px 0 0 0; background: url(../images/wrap/active_menu.gif) no-repeat center top; }
		.menu_sep { width: 21px; padding: 33px 0 0 0; }
		
		.copyright { padding: 10px 0 80px 10px; font-size: 10px; color: #A3692A; }
		.author { padding: 10px 10px 80px 0; font-size: 10px; color: #A3692A; }
		
/* home properties */
		.wrap_container_home { width: 920px; background: url(../images/wrap/bg_container_home.gif) repeat-y; }
		.content_container_home { height: 560px; width: 631px; margin: 0 0 0 10px; background: url(../images/wrap/bg_home.jpg) no-repeat right bottom; }
		.menu_container_home { width: 571px; height: 60px; padding: 0 30px 0 30px; background: url(../images/wrap/bg_menu_home.gif) no-repeat; }
		.content2 { width: 325px; }
		.content2 p { padding: 0 0 15px 0; line-height: 22px; }
		.link_feature_home { padding: 5px 0px 0px 25px; background: url(../images/wrap/arrow_01.gif) no-repeat 0px 7px; }
		
		
		