/* Meyer's Browser Default Reset (http://meyerweb.com/eric/tools/css/reset/) - v1.0 | 20080212 */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } 
body { line-height: 1; } 
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, 
blockquote:after, 
q:before, q:after { content: ''; content: none; } 
/* remember to define focus styles! */ :focus { outline: 0; } 
/* remember to highlight inserts somehow! */ ins { text-decoration: none; } 
del { text-decoration: line-through; } 
/* tables still need 'cellspacing="0"' in the markup */ 
table { border-collapse: collapse; border-spacing: 0; }
*/


body { background:#363D36; font:11px Arial; }
#wrap { 
	width:860px; overflow:hidden; margin:0 auto; padding:0 0 20px 0; 
	background:url(../_img/header.jpg) #D7CBA6 no-repeat; 
	
	font-family:Arial;font-size:11px;

	}
#header { width:860px; height:120px; float:left; display:block; }

#content-left { width:600px; float:left; display:inline; }
#content-left img { width:590px; margin:0 0 0 30px; padding:5px; background:#FFF; }
#content-left .content { 
	width:590px; padding:5px; margin:2px 0 0 30px; background:#FFF; 

	margin-top:4px;
	
	}
#content-left .content h1 { padding:4px 8px; font:20px Times; color:#DFD3B2; background:url(../_img/h1.jpg) no-repeat; }
#content-left .content p { width:530px; margin:10px 8px; line-height:140%; }

#content-right { width:200px; float:right; display:inline; margin:0 19px 0 0; color:#443E2A; }
#content-right .right-block { width:194px; margin:0 0 10px 0; padding:2px; background:#FDF7E4; border:1px solid #BAA873; }
#content-right .right-block h2 { margin:0 0 2px 0; padding:7px 5px; font:14px Times; background:url(../_img/h2_tile.jpg) repeat-x; }
#content-right .right-block img { float:right; display:inline; margin:0 0 10px 0; }
#content-right .right-block img.s { margin:10px; }
#content-right .right-block p { font:10px Arial; margin:8px; line-height:120%; }
