/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0;
	
}
#wrapper {
	width:970px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	padding-right:0;
	padding-bottom:20px;
}
#wrapper_2 {
	width:970px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	/*margin:auto;*/
	padding-right:0;
	padding-bottom:20px;
}
#content_wrapper {
	background-image:url(../images/content_wrapper_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:760px;
}
/* IE hack */
* html #content_wrapper { 
	/*width:450px;*/	
	width:750px;
	
	background-image:url(../images/content_wrapper_bg_2.jpg);
	background-position:right;
	background-repeat:repeat-y;
	float:right;
	padding-right:0;
}

#header {
	/*width:732px;*/
	width:760px;
	height:184px;
	/*background-color:#FF00FF;*/
	/*margin-left:0px;*/
}

/* IE hack */
* html #header { 
	width: 450px;
	background-position:right;	
}


#top_form {
	width:745px;
	height:40px;
	text-align:right;
	padding-top:12px;
	
}
/* IE hack */
* html #top_form { 
	width: 735px;	
}
#top_form .search {
	border:2px solid #006699;
	height:17px;
}
/* IE hack */
* html #top_form .search{ 
	height:16px;
}


#top_menu {
	width:865px;
	
	text-align:right;	
}

#top_menu img {
	margin-left: 4px;
}

/* IE hack */
* html #top_menu  { 
	width: 745px;	
}


#menu {
	width:185px;
	height:616px;
	float:left;
	margin-left:25px;
	/*margin-left:25px;*/
	
}

/* IE hack */
* html #menu { 
	margin-left:10px;
}



#content {
	width:430px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:20px;
}

/* IE hack */
* html #content {
	width: 410px;	
}

#right {
	
	/*width:315px;*/
	width:265px;
	float:right;
	/*margin-left:470px;*/
	/*margin-left:430px;*/
	margin-left:10px;
	padding:10px 5px 5px 10px;
}

/* IE hack */
* html #right {
	/*width: 305px;	*/
	width:260px;
	/*margin-left:420px;*/
	margin-left:10px;

}

#main {
	margin-left:210px;
	width: 760px;
}

/* IE hack */
* html #main { 
	width: 755px;
	padding-right:0;
	margin-left:212px;	
	
}

#bottom {
	clear:both;
	/*width:750px;*/
	background-image:url(../images/bottom_index.jpg);
	background-repeat:no-repeat;
	width:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:50px;
	
}
/* IE hack */
* html #bottom { 
	clear:both;
	/*width:750px;*/
	background-image:url(../images/bottom_index.jpg);
	background-repeat:no-repeat;
	width:740px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:50px;

}
#bottom_2 {
	clear:both;
	width:760px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	/*width:600px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:50px;
	
}
/* IE hack */
* html #bottom_2 { 
	clear:both;
	width:740px;
	/*background-position:right;*/
	background-image:url(../images/bottom_2.jpg);
	background-repeat:no-repeat;
	/*width:600px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:50px;

	float:right;
}


