* {
	margin			: 0px;
	padding			: 0px;
	border			: none;
}

html, body {
	width			: 100%;
	height			: 100%;
	color			: #BBBBBB;
	font			: 10px Verdana, Arial, Helvetica, sans-serif;
}

html {
	overflow		: -moz-scrollbars-vertical;
}

#container
{
	margin			: 100px auto 0px auto;
	width			: 206px;
}


#header {
	width			: 780px;
	height			: 20px;
	border-bottom	: 1px solid #BBBBBB;
	margin-top		: 40px;
}

#header .left {
	float			: left;
}

#header .right {
	float			: right;
}

#header a, #header a:hover, #header a:visited {
	margin-left		: 10px;
	color			: #BBBBBB;
	font			: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: none;
}

#bar {
	clear			: both;
	width			: 206px;
	height			: 6px;
	background-color: #3558D4;
	line-height		: 0px;
	margin			: 0px 0px 0px 0px;
}

#menu {
	float			: left;
	width			: 206px;
	margin			: 60px 0px 0px 0px;
}

#menu .bullet {
	margin	: 10px 10px 0px 0px;
}

#menu a, #menu a:hover, #menu a:visited {
	color			: #000000;
	font			: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-decoration	: none;
}

#atomic {
	float			: left;
	width			: 66ppx;
}

#logo {
	float			: right;
	width			: 130px;
	height			: 66px;
}

#address {
	padding			: 3px 0px 0px 0px;
	line-height		: 17px;	
}

#slideshow {
	float			: right;
	width			: 564px;
	height			: 286px;
	background		: url(/images/slideshow.png) no-repeat;
	margin			: 60px 0px 0px 0px;
}

#line {
	width			: 100%;
	border-bottom	: 1px solid #000000;
	margin			: 10px 0px 10px 0px;
}

.searchform {
	width			: 60px;
	height			: 16px;
	border			: 1px solid black;
	font			: 10px Verdana, Arial, Helvetica, sans-serif;
}

.boxleft, .boxright {
	width			: 373px;
	height			: 120px;
	padding			: 5px;
	border			: 1px solid #BBBBBB;
}

.boxleft {
	clear			: both;
	float			: left;
}

.boxright {
	float			: right;
}
