body, td {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #002cad;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

h1, h2, h3 {
	margin: 2px;
}

.clear {
	clear: both;
}

.spacer {
	height: 13px;
	clear: both;
}

#container {
	text-align: left;
	width: 855px;
}

#logo {
}

#newsletter {
	width: 375px;
	height: 178px;
	float: right;
	background-image: url('newsletter.jpg');
	background-repeat: none;
	position: relative;
}

#newsletter_input {
	position: absolute;
	bottom: 10px;
	right: 84px;
	width: 185px;
	height: 14px;
	font-size: 10px;
}

#newsletter_button {
	position: absolute;
	bottom: 11px;
	right: 17px;
	cursor: pointer;
}

#blog {
	width: 276px;
	height: 452px;
	float: left;
	margin-right: 14px;
	background-image: url('blog.jpg');
	background-repeat: none;
	position: relative;
}

#blog_content {
	position: absolute;
	width: 259px;
	height: 340px;
	top: 102px;
	left: 7px;
	overflow: auto;
}

#flv {
	width: 276px;
	height: 452px;
	float: left;
	margin-right: 13px;
	background-image: url('flv.jpg');
	background-repeat: none;
	position: relative;
}

#flv a img {
	border: 1px solid black;
}

#flv_content {
	position: absolute;
	width: 255px;
	height: 220px;
	top: 222px;
	left: 7px;
	padding-right: 4px;
	overflow: auto;
}

#videos {
	width: 276px;
	height: 377px;
	float: left;
	background-image: url('videos.jpg');
	background-repeat: none;
	position: relative;
	padding-top: 75px;
}

#videos a.v {
	display: block;
	height: 55px;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#videos a.v img {
	float: right;
	margin-left: 4px;
}

#videos a.v b {
	display: block;
	font-size: 120%;
	color: #444;
}

#join {
	position: absolute;
	left: 8px;
	top: 15px;
}

#iqvideos {
	position: absolute;
	left: 18px;
	top: 105px;
}

#footer {
	text-align: center;
	color: #aaa;
	font-size: 80%;
}

#footer a {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}


