/*image stuff*/

img.whatsnew_left
{
	border-width:2px;
	border-color:#4c4619;
	border-style:double;
	margin:0;
	padding:0;
}

img#yota
{
	margin-right:150px;
	margin-left:150px;
}

img.presentation
{
	padding:5px;
	border-style:solid;
	border-width:2px;
	margin:15px 10px 2px 10px;
}

form.donate_button
{
	float:right;
}

/*end of image stuff*/
		

/* for the top image of article */
img.letter
{	float:left;
	margin-top:10px;
}

/* for body of article */
img.author_left
{	float:left;
	margin-right:15px;
}
	
img.author_right
{	float:right;
	margin-left:15px;
}



/* image containers, pictures, caption for galleries, etc. */
div.caption, div.caption_top, div.caption_bottom
{
	width : 680px;
	margin : 0;
	padding : 0;
	margin-left : auto;
	margin-right : auto;
	clear:both;
}
div.caption_top		{ padding: 8px 0 4px 0; }
div.caption_bottom	{ padding: 4px 0 8px 0; }
div.caption_image	{
	margin : 0;
	padding: 4px 0 8px 0;
	margin-left : auto;
	margin-right : auto;
	clear:both;
}
div.caption1
{
	width : 680px;
	margin : 0;
	padding : 4px 0 14px 0;
	margin-left : auto;
	margin-right : auto;
	clear:both;
	text-align:center;
}

div.caption h2,h3
{
	text-align:center;
}

/* 1 image */

div.container_1 {
	width : 678px;
	margin:0px auto;
	padding : 0;
	clear:both;
}

div.picture_box_1 {
	width : 678px;
	margin:0px auto;
	text-align : center;
}

div.picture_box_1 img, div.picture_box_1 img.no_big_image {
	display : block;
	margin:0px auto;
}
div.picture_box_1 img.no_big_image {
	border:2px solid #7e3136;
}

/* 2 images */

div.container_2 {
	width : 678px;
	margin:0px auto;
	padding : 0;
	clear:both;
}

div.picture_box_2 {
	width : 339px;
	float : left;
	text-align : center;
	margin:0px auto;
}

div.picture_box_2 a:link		{ color: #7e3136; text-decoration:none; }
div.picture_box_2 a:hover		{ color: #999966; text-decoration:none; }

div.picture_box_2 img, div.picture_box_2 img.no_big_image {
	display : block;
	margin:0px auto;
}
div.picture_box_2 img.no_big_image {
	border:2px solid #7e3136;
}

div.picture_box_2a {
	width : 320px;
	float : left;
	text-align : left;
	margin:0px auto;
}

/* 3 images */

div.container_3 {
	width : 678px;
	margin:0px auto;
	padding : 0;
	clear:both;
}

div.picture_box_3 {
	width : 226px;
	float : left;
	text-align : center;
	margin:0px auto;
}

div.picture_box_3 img, div.picture_box_3 img.no_big_image {
	display : block;
	margin:0px auto;
}
div.picture_box_3 img.no_big_image {
	border:2px solid #7e3136;
}

div.picture_box_3a {
	width : 226px;
	float : left;
	text-align : left;
}

/* 4 images */

div.container_4 {
	width : 678px;
	margin:0px auto;
	padding : 0;
	clear:both;
}

div.picture_box_4 {
	width : 169px;
	float : left;
	text-align : center;
	margin:0px auto;
}

div.picture_box_4 img, div.picture_box_4 img.no_big_image {
	display : block;
	margin:0px auto;
}
div.picture_box_4 img.no_big_image {
	border:2px solid #7e3136;
}

div.picture_box_4a {
	width : 130px;
	float : left;
	text-align : center;
}

div.picture_box_4a img {
	display : block;
	margin:0px auto;
}

