/*
	-- -- -- -- -- -- --
	file name: kevin.css (CSS file)
	lase edited: 10th April 2007;
	Editor: Done!
	-- -- -- -- -- -- --
*/

body {
	background-color: #fff475;
	margin:0 auto;
	text-align: center;
	font:14px/16px arial, helvetica, sans-serif;
	color:#000;
}
a:link, a:active, a:visited {font:bold 14px/16px arial, helvetica, sans-serif; color:#00f; text-decoration:underline;}
a:hover {font:bold 14px/16px arial, helvetica, sans-serif; color:#f00; text-decoration:underline;}
a img {border:none;}
a:active, a:focus{
	outline: none;
}
a:link img, a:visited img { border-style: none } /* no border on img links */
a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
  font:14px/16px arial, helvetica, sans-serif;
}
/* Site Structure */
#container {
	position:relative;
	margin:auto;
	width: 720px;
	text-align:center;
}
#header {
	margin:20px 0px;
}
#toplinks{
	text-align: left;
	display: table;
	padding-bottom: 12px;
	border-bottom: 2px solid black;
	width: 720px;
	margin-top: 20px;
}
#toplinks div{
	display: table-cell;
	width: 175px;
	float: left;
	text-align:left;
	text-indent: 0px;
}
.fix{
clear: both;
height: 1px;
}

#picholder {
	display: table;
	text-align: left;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	width:720px;
}
#picholder-abt{
	display: table;
	text-align: left;
	margin-bottom: 5px;
	width:720px;
}
.kevinimg{
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	width:315px;
	font:bold 14px/16px arial, helvetica, sans-serif;
	color:#2e3092;
	text-align:left;
	float: right;
	margin-top: 35px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 120px;
}
#content-abt{
	width:315px;
	font:bold 14px/16px arial, helvetica, sans-serif;
	color:#2e3092;
	text-align:left;
	float: right;
	margin-top: 120px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 120px;
}
.red {font:italic 14px/16px arial, helvetica, sans-serif; color:#f00;}
h1 {
	font:bold 13px  arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
#savefrank {
	width:315px;
	height:120px;
	background:#fff;
	border:thin dashed #000;
	padding:20px 0px 0px 0px;
	text-align:center;
	vertical-align: middle;
	float: right;
	margin-right: 30px;
	font-weight: bold;
	line-height: 18px;
}
strong.red{
	color: red;
	font-size: 18px;
}
#videos{
	width:720px;
	margin:10px 0px;
	padding:10px 0px; 
	font:10px arial,  sans-serif;
}
strong.text{
		font:13px arial,  sans-serif;
		font-weight: bold;
}
#footer{
	margin-top: 70px;
}
.blue{
	font-size: 18px;
	text-transform: uppercase;
	color: Blue;
	font-weight: bold;
}
.white{
	background-color: White !important; 
	padding: 4px;
	font:13px arial,  sans-serif;
	font-weight: bold;
}
p.txt{
	font:13px arial,  sans-serif;
	font-weight: bold !important;
}
/* ******* Save Frank Page ******* */

.tbl-frank{
	color: black; 
	font-weight: bold; 
	font-size: 12pt; 
	padding-top: 20px; 
	padding-bottom: 20px;
}
.img-frank{
	border: 2px solid red;
}
.tbl-frank-ita{
	font-style: italic; 
	font-size: 10pt; 
	padding-top: 20px; 
	padding-bottom: 20px;
}

.redtext {
	color: red;
	font-weight: bold;
	font-size: 18px;
}