/* CSS Document */

img { border: none; } /* Removes default borders around linked images */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Centering */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
    height: 100%;
	width: 100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
body {
    margin: 0;
	padding: 0;
    background-color: #FFFFFF;
	text-align: center;
}
#distance { 
    width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -310px; /* half of container's height */
	float: left;
}
#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	width: 950px;
	height: 620px;
	clear: left;
	background-color: transparent;
}
#indietainer {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	width: 700px;
	height: 1000px;
	clear: left;
	background-color: transparent;
}
#border {
	margin: 0 auto;
	position: relative;
	width: 950px;
	height: 620px;
	clear: left;
	background-image: url(/zenncars/public_html/news/images/mediaback.jpg);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Text Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
}
.bodystyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Link Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a:link, a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    line-height: 16px;
	font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active { }

