﻿/* CSS layout */
/* Yogie Wirastra CSS */
/* MAIN BODY */
BODY {font-family: "trebuchet ms", "verdana", "tahoma"; text-align: justify;
		margin: 0;
}
p {margin-bottom:5px
}
cite {text-align:center;font-weight: bold;
	font-family:Tahoma; font-size:70%;
}
.center {text-align:center;
		
}
img {border-style: none;
	border-width: 0;
}
/* IDs */

#wrap { margin:0 auto; width:760px;		background-image: url('../images/sidebar_bg_19.jpg');
	background-repeat: repeat-y;

}
#header {}
#col_right {font-size:80%;padding: 10px 0 10px 10px;
	float: right;
	width: 540px;
}

#col_left {
	float: left;
	width: 200px;
	color: #000000;
	font-size: 95%;
}

#footer {font-family:verdana;font-size :x-small;
	background-position: top;
	clear: both;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-color: #A9BCC2;
	padding: 100px 10px 10px 10px}

.bucket_right {float: right; padding-left: 20px;}
.bucket_left {float: left; padding-right: 20px;}

/* classes */

p.arrow {margin-left: 35px; padding-left: 25px; 
background-image: url('../images/bullet.jpg');
background-repeat: no-repeat; 
background-attachment: scroll;
background-position: left center; margin: 3px 0 3px 0;
}
.direction_4use {color: white;
	background-position: bottom;
	font-size: 80%;
	clear: both;
	margin: 20px 5px 5px 5px;
	padding: 10px;
	border: 2px solid #5495C5;
	background-image: url('../images/sidebar_bot.jpg');
}

