* {
	border: 0px solid #000;
}

body {
	margin: 25px 0 25px 0;
	padding: 0;
	background-color: #1A1A1A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-break: 12px;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	display: table;
	background-color: #B3B3B3;
	background-image: url('/images_structure/bkgnd_vert.gif');
	background-position: top left;
	background-repeat: repeat-y;
	color: #2B2B2B;
	position: relative;
	text-align: left;
}

#leftcol {
	background-color: #3D3D3D;
	width: 270px;
	float: left;
	display: table;
}

#main {
	width: 620px;
	background-image: url('/images_structure/bkgnd_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
	display: table;
	float: right;
}

#container {
	width: 550px;
	margin-top: 32px;
	margin-left: 30px;
}

#logohead {
	background-color: #2B2B2B;
	width: 100%;
	color: #FF7F00;
	display: table;
}

blockquote {
	margin-left: 40px;
	margin-bottom: 55px;
}

#footer {
	width: 900px;
	margin: 10px auto;
	padding: 0;
	display: table;
	color: #B3B3B3;
	position: relative;
	text-align: right;
}

#footer a {
	color: #B3B3B3;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#links {
	padding: 1em 0 1em 0;
	background-color: #474747;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#links li {
	border-bottom: 1px solid #3D3D3D;
	margin: 0;
}
		
#links li.last {
	border-bottom: 0 solid #3D3D3D;
	margin: 0;
}

#links li a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-left: 25px solid #474747;
	background-color: #474747;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

* html #links li a {
	width: 100%; /* for IE5 and IE6 in quirks mode */
	w\idth: 100%; /* for IE6 in standards mode */
}

html>body #links li a {
	width: auto;
	}

#links li a:hover {
	border-left: 25px solid #FF7F00;
	background-color: #2B2B2B;
	color: #fff;
	}

#links li a.link_on {
	border-left: 25px solid #FF7F00;
	background-color: #2B2B2B;
	color: #fff;
	}

#col1 {
	float: left;
	width: 255px;
}

#col2 {
	float: right;
	width: 255px;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 20px 0 5px 0;
}

h2 {
	color: #474747;
	font-size: 11px;
	margin: 10px 0 5px 0;
}

h2 i {
	color: #474747;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
}

#container ul {
	list-style-type: circle;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	display: table;
}

#container li {
	margin-left: 15px;
	padding: 0 0 2px 0;
}

a {
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

table {
	width: 100%;
	font-size: 10px;
	color: #474747;
}

td {
	border-top: 1px solid #3D3D3D;
	border-right: 2px solid #B3B3B3;
}

td h2 {
	color: #2B2B2B;
	margin: 0 0 5px 0;
}

hr {
	height: 1px;
	border-top: solid 1px #3D3D3D;
	margin: 10px 0 10px 0;
}

#related_image {
	float: right;
	margin: 20px 1px 10px 10px;
	background-color: #cacaca;
	padding: 5px;
	width: 70px;
	height: 70px;
}

#related_audio {
	float: right;
	margin: 20px 1px 10px 10px;
	background-color: #cacaca;
	padding: 5px;
	width: 70px;
	height: 70px;
}

#blog_entry {
	float: left;
}