@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color: #6D6B6B;
	text-align:left;
	margin:0;
	padding:0;
	height:100%;
}
a, a:visited {
	font-size:12px;
	color: #404041;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #BE1E2D;
	text-decoration: none;
}
a:hover img {
	opacity: .9;
	filter: alpha(opacity=90);
}
a img {
	border:none;
}

/*------------------------------------------------------------------------------------------ TEXT STYLES */

h1 {
	font-size:12px;
	color: #231F20;
	font-style: italic;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}
#all {
	width:900px;
	margin:auto;
}

#navigationHolder {
	width:240px;
	position:fixed;
	float:left;
	display:block;
	margin-right:20px;
}
#navigationHolder a {
	line-height:17px;
}
#logo {
	margin-top:0px;
}
.titleBlock {
	padding:10px 0px 10px 0px;
}
.titleBlock a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color: #404041;
	text-decoration:none;
}
.titleBlock a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color: #999;
	text-decoration:none;
}
#emails, #websites, #news {
	padding:10px 0px 10px 0px;
}
#news p {
	font-size:11px;
	color: #6D6B6B;
	font-weight:normal;
	font-style:italic;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#news strong{
	font-size:11px;
	color: #404041;
	font-weight:normal;
	font-style:italic;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#content {
	width:640px;
	top:0px;
	float:right;
	overflow:visible;
	padding:0px;
	background-color: #fff;
	text-align:center;
}
#tagHolder{
	width:420px;
	/*background-image:url(images/tagBg.gif);*/
	background-position:top center;
	background-repeat: repeat-y;
	display:block;
	margin:10px 0px 10px 110px;
	padding:15px 0px 15px 0px;
	text-align:center;
}
#tagHolder p {
	font-size:12px;
	font-style:italic;
	color: #6D6B6B;
	font-weight:normal;
	margin:2px;
	padding:0px;
}
#tagHolder a{
	font-size:12px;
	color: #A6A8AB;
	font-weight:normal;
	font-style:italic;
}
#tagHolder a:hover{
	font-size:12px;
	color: #ccc;
	font-weight:normal;
	font-style:italic;
}

