/* CSS Document */
/* Interchangelounge.com Website */
/* Created by Andrew Parroccini, Eleventy72, LLC */
/* 05.11.2007 */

/* Overall/Static Styles */

#viddler_InterchageLoung_1 {
	margin-left: 25px;
}


body {
	background-image: url(../image/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333;
}

#contain {
	position: relative;
	top: 20px;
	margin: 0px auto;
	background-image: url(../image/contain_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	min-height: 500px;
	height: 730px;
}

#top {
	background-image: url(../image/top_bg_786x214_b.jpg);
	background-repeat: no-repeat;
	margin: 7px 0px 5px 7px;
	width: 786px;
	height: 214px;
	position: relative;
	top: 7px;
	.top: 0px;
	text-align: right;
}

#left {
	margin-left: 7px;
	padding-bottom: 20px;
	width: 486px;
	min-height: 200px;
	height: auto;
	float: left;
	font: 13px Arial, Helvetica, san-serif;
	color: #333;
}

#right {
	width: 272px;
	margin-right: 7px;
	padding-bottom: 20px;
	min-height: 200px;
	float: right;
	font: 13px Arial, Helvetica, san-serif;
	color: #333;
}

#footer {
	position: relative;
	top: 25px;
	margin: 0px auto;
	width: 800px;
	text-align: right;
	font: 13px Arial, Helvetica, san-serif;
	color: #fff;
}

/* End Overall/Static Styles */
/* Navigation */

#top ul {
	position: relative;
	top: 165px;
	font: 13px Arial, Helvetica, san-serif;
	color: #333;
	margin-right: 
}

#top ul li {
	display: inline;
	list-style-type: none;
}

li.a {
	margin: 0px 28px 0px 0px;
}

li.b {
	margin: 0px 21px 0px 0px;
}

li.c {
	margin: 0px 18px 0px 0px;
}

li.d {
	margin: 0px 15px 0px 0px;
	.margin: 0px 11px 0px 0px;
}

#top a {
	text-decoration: none;
	color: #333;
}

#top a:hover {
	text-decoration: underline;
	color: #333;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
/* End Navigation */
/* Headers */

h1 {
	color: #752e24;
	font: 18px Arial, Helvetica, san-serif;
	margin-top: 0px;
	margin-left: 5px;
}

h2 {
	color: #d94e3b;
	font: 16px Arial, Helvetica, san-serif;
	margin-left: 5px;
}

h3 {
	color: #d94e3b;
	font: 16px Arial, Helvetica, san-serif;
	margin-left: 5px;
	margin-bottom: -13px;
}

/* End Headers */
/* Ps */

p {
	margin-left: 5px;
}
/* End Ps */
/* Img */

#bar {
	margin-left: 5px;
	margin-bottom: 10px;
}

#bar_2 {
	margin-left: 5px;
	margin-bottom: 10px;
}

/* End Img */
/* Lists */

ul {

}

li {
	list-style-type: none;
}
/* End Lists */
/* A */

#left a {
	text-decoration: underline;
	color: #333;
}

#left a:hover {
	color: #752e24;
}

#right a {
	text-decoration: underline;
	color: #333;
}

#right a:hover {
	color: #752e24;
}
/* End  A */