@charset "utf-8";
/* CSS Document */
img{
	padding:10px;
}

a:link,a:visited,a:hover,a:active{
	color:rgb(16,82,186);
	text-decoration:none;	
}

a.foot_link:hover{
	text-decoration:underline;
}

#container{
	margin:75px;
	
}
#navbar_td{
	color:rgb(16,82,186);
	font-style:normal;
	font-family:"Century Gothic";
	font-size:22px;
	padding-bottom:10px;
	vertical-align:middle;
}
#navbar_redline{
	position:relative;
	height:15px;
	padding-bottom:0;
}

#navbar{
	width:200px;
}

#main{
	color:#000000;
	font-style:normal;
	font-family:"Century Gothic";
	font-size:14px;
}

#slogan{
	color:#000000;
	font-style:italic;
	font-family:"Century Gothic";
	font-size:20px;
	padding-bottom:25px;
	
}

#quote{
	color:#000000;
	font-style:italic;
	font-family:"Century Gothic";
	font-size:16px;
	padding-top:150px;
	width:200px;
}

#quote2{
	color:#000000;
	font-style:italic;
	font-family:"Century Gothic";
	font-size:16px;
	width:200px;
	text-align:left;
}

#footer_links{
	color:rgb(16,82,186);
	font-size:12px;
	font-family:"Century Gothic";
	text-align:center;
	padding-top:25px;
	padding-bottom:10px;
}


#footer{
	color:#878787;
	font-size:10px;
	font-family:"Century Gothic";
	text-align:center;
}
.redline{
	height:5px;
	text-align:right;
	float:right;
	margin-bottom:10px;
	position:relative;
	top:13px;
	right:65px;
	width:50px;
	z-index:-1;
}
#overlap{
	text-align:right;
	width:225px;
	z-index:1;
}
