@charset "UTF-8";
/* CSS Document */

*, html {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background-image: url(images/wrapperBG.jpg);
	background-repeat: no-repeat;
	background-color: #0B333F;
}
#shortWrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background-image: url(images/shortWrapperBG.jpg);
	background-repeat: no-repeat;
	background-color: #09303D;
}
#content {
	height: 500px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#shortContent {
	height: 410px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentText {
	text-align: left;
	height: 320px;
	overflow: auto;
	overflow-x: hidden;
	padding: 30px;
	line-height: 1.3em;
	margin-top: 20px;
	width: 720px;
}
#shortText {
	text-align: left;
	height: 90px;
	overflow: auto;
	overflow-x: hidden;
	padding: 30px;
	line-height: 1.3em;
	width: 720px;
	margin-top: 20px;
}
#news {
	float: left;
	width: 380px;
	height: 270px;
	margin-top: 80px;
	overflow: auto;
	overflow-x: hidden;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#pics {
	float: right;
	width: 380px;
	height: 270px;
	margin-top: 80px;
	overflow: auto;
	overflow-x: hidden;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: center;
}
.date {
	font-weight: bold;
	color: #FF00FA;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1C6AB0;
	padding-top: 5px;
}
#shortWrapper #shortContent #pics img {
	margin: 5px;
	border: 5px solid #FFF;
}
.newsTitle {
	font-weight: bold;
}
#clearFloat {
	clear: both;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FF00FA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}
a:link {
	color: #FF00FA;	
}
a:visited {
	color: #FF00FA;	
}
a:hover {
	color: #2D9BFE;
}
a:active {
	color: #2D9BFE;
}
.imageLink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
