﻿@import url("layout.css");
body {
	font-family: Arial, "Arial Black", Helvetica, sans-serif, Verdana;
	font-size: 0.8em;
	/*background-color: black;*/
	color: #fff;
	background:black url('../images/background.jpg')  no-repeat scroll left top;
}
#container {
	width: 1000px;
	margin: 0 auto;

}
#masthead {
    width: inherit;
	background-color: white;
}
#leftblock {
	text-align: center;
	width: 200px;
	height:570px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: black;
}
#content {
	float: right;
	width: 800px;
	height:600px;
	padding: 8px 10px 10px 0px;
    background: black url('../images/swirl_bottom_corner.jpg') no-repeat scroll right bottom;
}
#footer {
	clear: both;
	width: 1000px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
/*    background: black url('../images/swirl_bottom_corner.jpg') no-repeat scroll right top; */

}
/* Masthead Styles */
#masthead h1 {
	font-size: 30pt;
	padding: 20px;
	text-align:center;
	margin:0px;
}
#masthead h3 {
	padding: 0px 10px 30px 10px;
	margin:0px;
}
#masthead td {
    color: black;
    font-size: 12pt;
	font-weight: lighter;
    vertical-align:bottom;
}
#masthead a {
	color: black;
	text-decoration: none;
	font-size: 11.5pt;
}
#masthead a:hover {
	color: #996;
}
#masthead .highlight {
  	color: #996;
}

/* Content Styles */
#content h1,h4,h5,h6,p,td {
	color: white;
	font-size: 12px;
	text-align: justify;
	line-height: 1.2;
}
#content h2 {
    color: white;
    font-size: 18px;
    border-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#content h3 {
    color: white;
    font-size: 18px;
	text-align: justify;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 3px;
}
#content img {
	padding: 0 20px 0 0;
	border: 0px;
}
#content a{
	color: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 1.2;
}
#content a:hover {
    color: #996;
	font-size: 12px;
	text-align: justify;
	line-height: 1.2;
}

/* Footer Styles */
#footer p {
	color: #996;
	margin-top: 5px;
	text-align:center;
	font-size: x-small;
}
#footer a {
    font-size: x-small;
}
#footer a:hover {
    font-size: x-small;
    color: white;
}
/* Styles for all sections */
a {
	color: #BED730;
	text-decoration: none;
}
a:hover {
	color: #86A375;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* leftblock Styles */
#leftblock p,a {
	color: #996;
	margin-top: 5px;
	font-size: medium;
	font-weight: bolder;
	text-align:center;
	text-decoration:none;
}
#leftblock a:hover {
	color: white;
}
