@import "menu.css";
* {
	margin:0;
	padding:0;
}

img {
	border: 0;
}

a {
	color: #FFFFFF;
	outline:none;
}
a:hover {
	text-decoration: none;
}




html, body {
	border: 0px;
	font-family: Segoe UI, sans-serif;
    font-size: 15px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	letter-spacing:0pt;
	color:#333;
	background:url('../images/body.bg.png') center repeat-y fixed;

	/* background:url('../images/body-bg.png') repeat-x; */
}



#container {
	width: 701px;
	margin: 0 auto;
	border: 5px solid #FFF;
	text-align: center;
}

#header-top {
	width: 701px;
	height: 120px;
	border-bottom:5px solid #FFF;
}

#header-bottom {
	width: 701px;
	height: 55px;
	border-bottom:5px solid #FFF;
	background:#F8F8F8;
	text-align:left;
}
#header-bottom a {
	color:#ed5100;
	text-decoration:none;
}
#header-bottom a:hover {
	color:#ed5100;
	text-decoration:underline;
}



#content-wrapper {
	width: 701px;
	overflow:hidden;
	background:#dbdbdb url('../images/content-wrapper-bg.png') repeat-y;
}


#left-content {
	float: left;
	width: 145px;
	min-height: 350px;
	border-right:5px solid #FFF;
	padding:10px;
}

#right-content {
	width: 511px;
	padding:10px;
	float: left;
	min-height: 350px;
	text-align: left;
	font-size:13px;
}


#footer {
	clear:both;
	width: 701px;
	background-color: #bdbdbd;
	height:30px;
	line-height:30px;
	border-top: 5px solid #FFF;
	color: #000;
	font-size: 9px;
	text-align: center;
}

#footer a, #footer a:hover {
	font-size:9px;
	color: #333;
	text-decoration:none;
	
}

.main-image-holder-1 {
	height:227px;
	border-bottom:5px solid #FFF;
	width:701px;
	background:#dbdbdb url('../images/1.png') no-repeat;
}


