/* CSS Document */

body {
   margin: 0;
   padding: 0;
   text-align: left;
   width: 100%;
   height: 100%;

}

body, td, table, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 8pt;
   	color: #231F20; 
	line-height: 14px;
	}

ul {

	}

li {
	list-style-image: url(../images/bullet.gif);
	line-height: normal;
	}

a:link, a:visited, a:active {
   color: #C71B21;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

img {
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.page {
   position: relative;
   margin: auto; /*centers the page */
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   text-align:left;
   voice-family: "\"}\""; 
   voice-family: inherit;
   width: 878px; height: 99%;  /* width: 99.2%*/
}

#intro #flash {
	text-align: center;
	margin-top: 50px;
}

#intro #plugin {
	color: #808285;
	text-align: center;
}

#intro #skip_intro {
	float: right;
	margin: 0px 55px 70px 0px;
	clear: left;
}

#intro a {
	color: #C71B21;
	}
	
#home #whatever_it_takes {
	float: left;
}	

#home #header {
	margin-top: 10px;
	width: 490px;
	float: left; 	}
	
#content {
	float: left;
	}
	
#home #content h1 {
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	}
	
#home #content h2 {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	line-height:16px;
	font-weight: normal;
	}
	
#home #content h3 {
	font-size: 120%;
	}
	
#home #content h4 {
	font-size: 120%;
	font-weight: normal;
	}
	
#home #content .col01,
#home #content .col02 {
	float: left;
	text-align: center;
	width: 50%;
	}
	
#home #right_image {
	float: right;
	}
	
#home #pics {
	float: right;
	}

