body {
	background: #222; /*121111 */
	color: #fff;
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
h1 {
	font: 11px "Flama Light", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 14px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #999;
}
p {
	margin:0px;
	padding: 0px 0px 0px 200px;
	line-height: 13px;
}
li {
	list-style-type: none;
	line-height: 13px;
}
ul {
	margin: 0px 0px 0px 0px;
	line-height: 13px;
}
img {
	border: 0px solid #000;
}
button {
	font: 11px "Flama Light", "Trebuchet MS", Verdana, sans-serif;
	background: #222;
	color: #fff;
	border: 1px solid #444;
	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	background: #444;
}
textarea,input,select {
	font: 11px "Flama Light", "Trebuchet MS", Verdana, sans-serif;
	background: #222;
	color: #fff;
	border: 1px solid #444;
	outline: 0px;
}
#mainDiv {
	font: 11px "Flama Light", "Trebuchet MS", Verdana, sans-serif;
	line-height: 13px;
	font-weight: normal;
	width: 910px;
	height: 510px;
	padding-top: 55px;
/*	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
}
#articleImages {
	margin-top: 20px;
}
#articleImages img {
	margin:0px 0px 8px 8px;
	border: 1px dotted #111;
}
#articleImages img:hover {
	border: 1px solid #666;
}
#textContentWithImages,
#textContent {
	height: 360px;
	padding-right: 10px;
	margin-right: -10px;
	overflow: auto;
	scrollbar-base-color:#222;
	scrollbar-3d-light-color:#333;
	scrollbar-arrow-color:#999;
	scrollbar-darkshadow-color:#222;
	scrollbar-face-color:#333;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#333;
	scrollbar-track-color:#333;
}
#textContentWithImages {
	height: 260px;
}

#textContentWithImages a,
#textContent a {
	border-bottom: 1px dotted #999;
}
#leftContent {
	text-align: right;
	width: 590px;
	height: 360px;
	padding: 0px 10px 0px 0px;
	float: left;
	margin: 25px 10px 0px 0px;
	overflow: hidden;
}
#rightContent {
	letter-spacing: 0.1em;
	text-align: left;
	height: 395px;
}
#rightContent img {
	height: 15px;
	padding: 0px;
	margin: 0px;
}
#mainmenu {
	margin-top: 12px;
	margin-left: 0px;
	text-transform: uppercase;
}

.submenu {
	margin-bottom: 4px;
	margin-left: 0px;
}
.subMenu a {
	padding-left: 10px;
	text-transform: capitalize;
}
.activeLink {
	color: #999;
}
.copyright {
	font-size: 10px;
}
.thumbnails {
	margin-left:50px;
}
.thumbnails img {
	float:left;
	margin:0px 0px 8px 8px;
	border: 1px dotted #111;
}
.thumbnails img:hover{
	border: 1px solid #666;
}
.bigPicture div {
	width: 590px;
	margin: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	height: 320px;
	text-align: right;
	clear: both;
}
.readOnLink {
	padding-bottom: 30px;
}
.readOnLink a{
	border-bottom: 1px dotted #999;
}
.inactive {
	color: #333;
}
table .contactForm {
	font: 11px "Flama Light", "Trebuchet MS", Verdana, sans-serif;
	width: 400px;
	text-align: right;
	float:right;
	margin: 0px;
}
td .contactForm {
	max-width: 300px;
	height: 15px;
}