@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imgs/cross_bg.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-attachment: fixed;
}

a:link,visited,active,hover {
	text-decoration:none;
}

h1 {
	font-family: "Monotype Corsiva", Times New Roman, Times, serif;
	font-style: italic;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
}

#featured_video h2 {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;	
}

#background {
	align: center;
}

#featured_video font {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;	
}

#featured_video a {
	text-decoration: none;
	color: #990000;
}

#featured_video a:hover {
	text-decoration:none;
	background-color: #FFF;
}

#main {
	width: 670px;
	height: 343px;
	overflow: auto;
	padding: 12px;
	font-size: 10pt;
	color:#FFF;
	text-align: justify;
}

#main h1 {
	font-size:18pt;
	color:#990000;
	font-style: italic;
}

#main h2 {
	color: #333333;
}

#main strong {
	color:#333333;
	font-size:12pt;
}

#main i {
	color: #333333;
	font-size:10pt;
}

#main b {
	color: #333333;
	font-size:10pt;
}

#contact {
	width: 180px;
	height: 343px;
	padding: 12px;
	font-size:12px;
	color:#000000;
	text-align: right;
	background: url(imgs/contact_bg.png); 
	font-size: 9pt;
}

#contact a {
	color: #000000;
}

#contact a:hover {
	color: #000000;
	text-decoration: underline;
}

#contact b {
	color: #300000;
	font-size:11pt;
}

#contact h2 {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;	
}
	
#bottom_header {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

}

#bottom_header a {
	color:#FFFFFF;
	text-decoration: none;
}
#bottom_header a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
	
	
	