/* ----- Reset styles start ----- */
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;}
/* ----- Reset Styles End ----- */

body {
	background-color: #9caec6;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0;
}
p {
	margin: 10px 0;
	padding: 0 10px;
}
h2 {
	color: #eb4a0b;
	font-size: 15px;
	padding: 0 10px;
	font-weight: bold;
}
h3 {
	color: #eb4a0b;
	font-size: 13px;
	padding: 0 10px;
	font-weight: bold;
}
#container {
	width: 857px;
	margin: 0 auto;
	border: 5px solid #fff;
	background: url(/images/menu_background.jpg) bottom left no-repeat #fff;
	overflow: hidden;
}
#menu {
	width: 406px;
	height: 27px;
	background: url(/images/menu-bg.jpg) no-repeat;
	float: right;
}
#menu ul {
	margin: 0 0 0 10px;
}
#menu li {
	float: left;
	padding: 5px 15px;
}
#menu li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#logo {
	margin: 0 3px 0 0;
}
.header-image, #menu {
	margin: 3px 0 0 0;
}
#lefttext, #righttext {
}
#lefttext {
	width: 451px;
	float: left;
	padding-top: 10px;
}
#righttext {
	float: right;
}
.pics {  
    height: 250px;  
    width: 403px;  
    padding: 0;  
    margin: 0;  
	float: right;
} 
 
.pics img {  
    width: 403px; 
    height: 250px; 
    top: 0; 
    left: 0 
}
