/* reset css */


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,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	padding:0 0 0 0;
	margin:0 0 0 0 ;
	font-family: sans-serif;
	background:url("../images/body_bg.jpg") repeat center; 
	font-family:Arial;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------------------------reset code----------------------------*/
.clear{ clear:both;}

/*---------------------------Main Body----------------------------*/


#wrapper_main{
	width:927px;
	margin:0 auto;
}

#wrapper_top{
	width:927px;
	margin:0 auto;
	background:url("../images/wrapper_bg.png") repeat-y;
}

#wrapper_bottom{
	width:927px;
	margin:0 auto;
	
}
/*---------------------------Header----------------------------*/


.header{
	width:890px;
	height:197px;
	margin:0 auto;
	background:url("../images/PolkaDotsHeader.jpg") repeat-x;
}

.header1{
	width:890px;
	height:26px;
	margin:0 auto;
	background:url("../images/stripe.png") repeat-x;
}

.logo{
	float:left;
	width:437px;
	margin:24px 0 0 276px;
	display:inline;
	
}
/*---------------------------Top Nav----------------------------*/

.top_nav{
	float:left;
	width:889px;
	height:95px;
	margin:0 0 0 11px;
	display:inline;
}

.nav_tab_big{
	float:left;
	width:144px;
	height:95px;
	margin:0 0 0 0;
	padding:0 8px 0 8px;
}

.nav_tab_small{
	float:left;
	width:102px;
	height:79px;
	margin:0 0 0 0;
	padding:0 7px 0 7px;
}

/*---------------------------Center Body----------------------------*/

.center_body{
	width:890px;
	margin:0 0 0 18px;
	
}

.left{
	float:left;
	width:162px;
	margin:29px 0 0 8px;
	display:inline;
	font:14px sans-serif;

}

.left_menu{
	float:left;
	width:162px;

}

.right{
	float: left;
	width:654px;
	margin:35px 0 0 35px;
}
/*---------------------------Center Body----------------------------*/
.right p{
	font:14px sans-serif;
	color:#000;
	text-align:left;
	line-height:20px;
	}


/*---------------------------Footer----------------------------*/

.footer_box{
	clear:both;
	width:890px;
	margin:68px 0 0 0;
}

.footer_img{
	width:211px;
	margin:0 auto;
}