/* CSS Document */

@import url("header.css");
/*@import url("menu.css");*/
@import url("content.css");
@import url("bottom.css");

html{
	overflow-y:scroll;
}

body {
	margin:0;
	background: #FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #010101;
}

a {
	color:#ff850d;
	text-decoration:none;
	outline-style:none;
}

a.bold{
	font-weight:bold;
}

a img{
	border:0px;
	outline-style:none;
}

input{
	outline-style:none;
}

div#container {
	width:1000px;
	margin:0 auto;
	padding:0;
}

div#bodyWrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
}