/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #6C0000 url('../img/body.gif') repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;	
}
a {
	color: #1664DA;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

/* misc elements */
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#main_center {
	float: none;
	width: 780px;
}

/* misc 
.left {float: left;}*/
.right {float: right;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	height: 126px;
	background-color: #E02832;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 6px solid #FFF;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}


/* sidebar label */
.label {
	background: #333 url('../img/label.gif') no-repeat;
	clear: both;
	color: #EEE;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
/* content */ 
#content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 1em 1em; 
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #06F;
}
#content p {margin: 0.4em 0 1em 0;}
#content .fr{
	color: maroon;
}	
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
/* content homepage */
#center {
	padding-top: 450px;
	background-position: center top;
	width: 780px;
	background-repeat: no-repeat;
	background-image: url(../img/front_back.jpg);
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em; 
}
#center a {color: #1664DA;}
#center a:hover {
	text-decoration: underline;
	color: #06F;
}
#center p { margin: 0.4em 0 1em 0;
}
#center .fr{
	color: maroon;
}	
#center .descr {
	color: gray;
	margin-bottom: 0.5em;
}
#center ul li {list-style: url('../img/li.gif');}
#center ul {margin-left: 1.8em;}
/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 770px;
}

#thumbcontainer {
  background-color: #FFFFFF !important;
  color: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}

#thumbcontainer img.gallerythumb {
  border-color: #666666 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

#thumbcontainer .thumbBox {
 float: left;
 margin: 0 5px 10px;
}

img.float-left {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
}

.float-left {
float: right;
}
img {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
padding:5px;
}
/* posting */
.post_info {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}