
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#logo {
width:264px;
height:32px;
margin:70px 0px 40px 55px;
position:relative;
background:url(../img/home_iden_logo.gif) no-repeat;

}


.oneColLiqCtr #container {
	width:950px;  /* this will create a container 80% of the browser width */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border:#FFFFFF 1px solid;*/
	height:auto;
}

#nav {
float:left;
border-top:#FFFFFF 1px solid;
padding-top:0px;

}

#nav li{
margin:0px 0px 3px 0px;
list-style-type:none;
height:25px;
/*background:url(../img/nav_li_back.gif) no-repeat;*/
border-bottom:#FFFFFF 1px solid;
}

#nav a {
float:left;
width:140px;
margin:0px 10px 0px 0px;
padding:3px 10px 3px 0px;
color:#FFFFFF;
text-decoration:none;
text-align:right;
}

#nav ul li{
margin:3px 0px 2px 0px;
list-style-type:none;
}

.nav { background:#333; color:#ddd; display:block;}

/* Subnav */

#subnav {
float:left;
padding-top:0px;

}

#subnav li{
margin:5px 0px 0px 0px;
list-style-type:none;
height:20px;
border:none;
/*background:url(../img/nav_li_back.gif) no-repeat;*/
}

#subnav a {
float:left;
width:140px;
margin:0px 5px 0px 0px;
padding:4px 10px 2px 0px;
color:#FFFFFF;
font-size:7pt;
text-decoration:none;
text-align:right;
}

#sub ul li{
margin:3px 0px 2px 0px;
list-style-type:none;
}

/*Image Gallery*/

.imageElement {
width:700px;
}

/* Bottom */
#bottom {
margin:15px 0px 0px 0px;

}

#content_bottom {


}

#bottom_text p {
color:#fff;
font-size:11pt;
line-height:13.5pt;
font-weight:300;
}

/*Products*/

#products{
margin:0

}

#products .line {
margin:0 0 30px 0;
}

/*Audio*/

#audio {
float:right;
width:auto;
height:12px;
}

#audio li{
margin:0
}

/* Designers Guild */

#bottom_text a{color:#999999;}
