/***************************************************************
*  Copyright notice
*
*  (c) 2006 Zorik Pavlenko (zorik@zorik.net)
*  All rights reserved
*
*  you can redistribute this script and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt and important notices to the license
*  from the author is found in LICENSE.txt distributed with these scripts.
*
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/


/* FONTS start */
BODY {
	font-size:1em;
	font-family:serif;
}
#address {
	font-size:0.9em;
}
#copy {
	font-size:0.8em;
}
#footer {
	font-size:0.8em;
}
H1 {
	font-size:1.6em;
}
H2 {
	font-size:1.1em;
}

/* FONTS end */

/* COLORS start */
BODY {
	background:url("images/bg.jpg");
}
#content {
	background-color:#ffffff;
	border: #cccccc 2px solid;
}
H3 {
	background-color:#cccccc;
}
/* COLORS end */


/* SPACING start */
H1, H2 {
	margin:0px;
}
H3 {
	margin: 0px;
	width:100%;
	text-align:center;
}
#maindiv {
	width:780px;
	margin: 0px auto;
}
#sitetitle {
	width:300px;
	float:left;
}
#adtop {
	width:480px;
	float:right;
}
#navlang {
	text-align:right;
}
#navmain {
	text-align:left;
}
#content {
	text-align:left;
	padding:10px;
}
#address {
	text-align:right;
}
#copy {
	text-align:right;
}
#footer {
	text-align:right;
}
/* SPACING end */






/* mailform fix */
.csc-mailform P {
	margin:0;
	padding:0;
}















