/* LAYOUT */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	width: 711px;
	height: 400px;
	padding: 50px 60px 60px 60px;
	background: url(nav/bg_pattern.gif) bottom left repeat-x;
}

#header {
padding-bottom: 40px;
}

#logo {
float: left;
margin-top: -30px;
padding-right: 70px;
}

#logo img {
border: 0;
}

#nav {
	position: absolute;
	top: 104px;
margin: 0;
padding: 0;
height: 33px;
list-style: none;
display: inline;
overflow: hidden;
}

#nav li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#nav a {
float: left;
padding: 33px 0 0 0;
overflow: hidden;
height: 0px !important;
height: /**/:33px; /* for IE5/Win only */
}

#nav a:hover, #nav a:active, #nav a.current {
background-position: 0 -51px;
}

#products a {
width: 54px;
margin-right: 30px;
background: url(nav/tab_products.gif) top left no-repeat;
}

#news a {
width: 33px;
margin-right: 30px;
background: url(nav/tab_news.gif) top left no-repeat;
}

#policies a {
width: 49px;
margin-right: 30px;
background: url(nav/tab_policies.gif) top left no-repeat;
}

#about a {
width: 55px;
margin-right: 30px;
background: url(nav/tab_about.gif) top left no-repeat;
}

#contact a {
width: 65px;
background: url(nav/tab_contact.gif) top left no-repeat;
}

#content {
clear: both;
margin-top: 50px;
}

#column_left {
float: left;
margin-left: 10px;
}

#column_right {
margin-left: 250px;
width: 420px;
}

#footer {
text-align: center;
/*color:#A6A6A6;*/
color: #999999;
}

ul.bulleted {
margin: 0;
padding: 0;
list-style: none;
}

ul.bulleted li {
padding-left: 20px;
background: url(nav/bullet.gif) left no-repeat;
} 
