@charset "UTF-8";

/* SITE-WIDE LAYOUT & STYLES */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
html, body {
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	}
	
body {
	background-color: #FFF;
	border: 0px solid #FFFFFF; 
	color: #808080;
	font-size: 10px;	
	margin: 0px 0px 0px 0px;
	}

img {
	behavior: url('http://www.bluemic.com/css/iepngfix.htc');
	border: 0px;
	}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}
a:hover {
	color: #666666;
	text-decoration:underline;
	}
	
td {
	vertical-align: top;
	}
	
.clear {
	clear: both;
}

.download {
	font-style: italic;
	vertical-align: middle;
}

p {
	clear: left;
	padding: 0px 0px 10px 0px;
	}
	
li {
	padding: 0px 0px 10px 0px;
	}
	
#content {
	display: block;
	margin: auto;
	text-align: left;
	width: 902px;	
	}

	#content .left {
		display: block;
		overflow: hidden;
		padding-right: 2px;
		width: 700px;
		}
	
		.mainImg {
			height: 250px;
			width: 700px;
			}

	#content .right {
		overflow: hidden;
		width: 200px;	
		}
		
		.sideImg {
			height: 250px;
			width: 200px;
			}
		
.line {
	width: 902px;
	height: 3px;
	padding: 10px 0px 10px 0px;
	}

.footer {
	font-size: 12px;
	text-align: center;
	}