
html,body { margin: 0; padding: 0; height: 100%; }

body {
	background-color:#666666;
	color:#000000;
	font-family:arial;
	font-weight:bold;
	font-size:9px;
	line-height: 12px;
	margin:0px;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	color:#ff0000;
}

	
#signup {
	position:relative;
	width:380px;
	padding:0;
	margin:auto;
	font-family:courier, sans;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	background-color:#E6E6E6;
}

#banner {
	position:absolute;
	z-index:8;
	top:30px;
	left:25px;
	width:336px;
	height:280px;
	margin:0;
	padding:0;
	background:#ffffff;
}

#vblog {
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	display:inline;
}


#title {
	position:absolute;
	z-index:10;
	top:120px;
	right:80px;
	width:186px;
	height:186px;
	padding-top:50px;
	text-align:center;
	font-family:impact,arial narrow;
	font-size:20px;
	font-weight:normal;
	color:white;
	background: transparent url( circle.png ) no-repeat;
}

#titleNew {
	position:absolute;
	z-index:11;
	top:120px;
	right:80px;
	width:120px;
	height:110px;
	padding-top:10px;
	text-align:center;
	font-family:impact,arial narrow;
	font-size:20px;
	font-weight:normal;
	color:white;
	background: transparent url( circle_small.png ) no-repeat;
}

#titleNew A:link {
	color : #ffffff;
	text-decoration : none;
}
#titleNew A:visited {
	color : #ffffff;
	text-decoration : none;
}
#titleNew A:hover {
	color : #ffffff;
	text-decoration : underline;
}

#logo {
	position:absolute;
	z-index:10;
	top:100px;
	right:120px;
	width:260px;
	height:260px;
}

#downloads {
	position: absolute;
	z-index: 109;
	bottom: 40px;
	right: 120px;
	width: 270px;
	min-height: 58px;
	padding: 6px;
	background: transparent url( shadow.gif );
	font-family:courier new, sans;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color: #ffffff;
}

#downloadsToWrite {
	height: 100%;
}

.download {
	background-color:#c0c0c0;
	padding: 2px;
	display: inline;
}

.download A:link {
	color : #000000;
	text-decoration : none;
	background-color:#c0c0c0;
}
.download A:visited {
	color : #000000;
	text-decoration : none;
	background-color:#c0c0c0;
}
.download A:hover {
	color : #ffffff;
	text-decoration : none;
	background-color: #000000;
}

#tour {
	position: absolute;
	z-index: 110;
	bottom: 120px;
	right: 120px;
	width: 270px;
	min-height: 70px;
	padding: 6px;
	background: transparent url( shadow.gif );
	font-family:courier new, sans;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color: #ffffff;
}

#tourToWrite {
	height: 100%;
}

.tour {
	background-color:#000000;
	padding: 2px;
	display: inline;
}

.tour p {
	margin: 0;
	background-color:#000000;
	padding: 2px;
	display: inline;
}

.tour A:link {
	color : #ffffff;
	text-decoration : none;
	background-color:#000000;
}
.tour A:visited {
	color : #ffffff;
	text-decoration : none;
	background-color:#000000;
}
.tour A:hover {
	color : #ffffff;
	text-decoration : none;
	background-color: #c0c0c0;
}

#logos {
	position: absolute;
	z-index: 111;
	bottom: 40px;
	left: 40px;
	width: 149px;
	height: 33px;
	padding: 6px;
	background: transparent url( shadow.gif );
	font-family:courier new, sans;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color: #ffffff;
}
 
.caption {
	font-family:arial;
	font-weight:bold;
	font-size:9px;
	line-height:12px;
	color:#999999;
}

.caption p{
	margin:0;
	padding:0;
}

.caption .date{
	color:#777777;
}

#content {
	position:absolute;
	z-index:4;
	bottom:0px;
	right:50%;
	width:400px;
	height:75%;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family:courier new, sans;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	background-color:#E6E6E6;
	display: block;
}

#contentHeader {
	position:absolute;
	z-index:3;
	bottom:40px;
	right:50%;
	width:400px;
	height:52px;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family:courier new, sans;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	background-color:#E6E6E6;
}

#contentShadow {
	position:absolute;
	z-index:2;
	top:10px;
	right:50%;
	width:400px;
	height:52px;
	padding:0;
	margin:0;
	background-color:transparent;
	background-image: url( shadow.gif );
	/*filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;*/
}

.specials-headline{
	margin-left:20px;
	margin-right: 20px;
	text-align: center;
	font-family: arial narrow, narrow, sans;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.contentInner {
	padding: 18px 18px 0px 18px;
}
	
#contentHeader A:link {
	color : #000000;
	text-decoration : none;
}
#contentHeader A:visited {
	color : #000000;
	text-decoration : none;
}
#contentHeader A:hover {
	color : #000000;
	text-decoration : underline;
	background-color:transparent;
}

#content A:link {
	color : #000000;
	text-decoration : underline;
}
#content A:visited {
	color : #000000;
	text-decoration : underline;
}
#content A:hover {
	color : #000000;
	text-decoration : underline;
	background-color:white;
}

#vblog_nav A:link {
	color : #ffffff;
	text-decoration : none;
}
#vblog_nav A:visited {
	color : #ffffff;
	text-decoration : none;
}
#vblog_nav A:hover {
	color : #000000;
	background-color : 	#ffffff;
	text-decoration : none;
}
/*
.titleTitle A:link {
	color : #ffffff;
	text-decoration : none;
	border: solid 1px #000000;
}
.titleTitle A:visited {
	color : #ffffff;
	text-decoration : none;
	border: solid 1px #000000;
}
.titleTitle A:hover {
	color : #000000;
	text-decoration : none;
	border: solid 1px #ffffff;
}
*/