/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

h1, h2, h3 {
	font-family: Helvetica, sans-serif;/*Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	color: #FFFFFF;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

p, ol, ul, blockquote {
	line-height: 18px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 20px 20px 30px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/img1.gif) repeat-y;
	background-position: -170px 0px;
}
.post p
{
	text-align: justify;
}

.post td
{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	line-height: 18px;
	text-align: justify;
}

.post img
{
	border: solid 1px #CCCCCC;
}

.post h2
{
	margin-top: -5px;
	margin-left: -20px;
}
.post h3 
{
	margin-top: -5px;
	margin-left: -20px;
}
.post h4 
{
	margin-top: -5px;
	margin-left: -10px;
	font-style: italic;
}

/* Header */

#header {
	width: 960px;
	height: 227px;
	margin: 0 auto;
	background: url(images/img2.jpg);
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 5px;
}

#colOne {
	float: left;
	width: 140px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 780px;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #999999;
}

/* thumbnails */

.thumbnails
{
	width: 100%;
}

.thumbnails td
{
	width: 90px;
	height: 90px;
}

.thumbnails td img
{
	border: solid 1px #FF0000;
}

/* Modal Stuff */
.modalBackground
{
  background-color: #000000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.ModalWindow
{
  border: solid 1px #CCCCCC;
  background: #000000;
  padding: 0px 10px 10px 10px;
  position: absolute;
  top: -1000px;
}

/* contact */

.contact input,
.contact select,
.contact textarea
{
	background: #666666;
	border: 1px dotted #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	border: 1px dotted #CCCCCC;
}
.contact input,
.contact textarea
{
	width: 400px;
}

.contact select
{
	width: 403px;
}

.contact .send
{
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	border: 1px solid #CCCCCC;
}