/****** North Eastern Lamps CSS ******/

* {margin:0; padding:0;}

html {height:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
	background:#FFF;
}

h1 {position:absolute; left:-4000px;}
h2 {font-size:medium; font-weight:bold; color:#6b5826;}
h3 {font-weight:bold; color:#6b5826;}

/****** Containers ******/

#sitecontainer {
	height:100%;
	width:100%;
	text-align:center;
}

#wrapper1 {
	height: 600px;
	width: 750px;
	border:2px #bcbcbc solid;
	border-top:none;
	background:url(../images/wrapper-bg.jpg) repeat-x;
	text-align:left;
}
html>body #wrapper1 {margin-left:auto; margin-right:auto;}

#wrapper2 {
	height:198px;
	background:url(../images/glasscorner.jpg) top right no-repeat;
}

/****** Header ******/

#header {
	width:746px;
	height:50px;
	background:url(../images/logo.jpg) no-repeat;
}

/****** Navigation ******/

#nav {
	width:746px;
	height:30px;
	padding-left:13px;
	font-size:12px!important;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
#nav ul {
	list-style:none;
	width:746px;
	height:30px;
}
#nav li {
	display:inline;
	text-decoration:none;
	padding-right:25px;
	color:#6b5826;
}
#nav li a {
	text-decoration:none;
	color:#6b5826;
	font-weight:bold;
}
#nav li a:hover {
	color:#999;
	font-weight:bold;
}

/****** Content ******/

#content {
	width:500px;
	padding:5px;
	padding-left:13px;
	color:#83640f;
}

/****** Footer ******/

#footer {
	font-size:x-small;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
