/***************************************************************
*  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 */
body {
	font-family:serif;
}
H1 {
	font-size:1.1em;
	font-family:sans-serif;
}
H2 {
	font-size:1em;
	font-variant : small-caps;
	font-style : italic;
	font-family:sans-serif;
	margin:0;
}
H3 {
	font-size:0.9em;
	font-style : italic;
	font-weight:bold;
	font-family:sans-serif;
	margin:0;
}
H4 {
	font-size:1em;
	font-family:sans-serif;
	margin:0;
}
H5 {
	font-size:0.9em;
	font-family:sans-serif;
	margin:0;
}
#nav_company {
	font-variant : small-caps;
	font-size:0.8em;
	font-family:sans-serif;
	text-align:right;
}
#nav_main {
	font-variant : small-caps;
	font-size:1.2em;
	font-family:sans-serif;
}
#slogan {
	font-variant : small-caps;
	text-align:left;
	font-family:sans-serif;
}
#nav_company A, #nav_main A {
	text-decoration:none;
}
#nav_company A:hover, #nav_main A:hover {
	text-decoration:underline;
}
#sitename {
	font-size:1.5em;
	text-align:left;
}
#pagename {
	font-size:1.1em;
	text-align:left;
}
#content {
	text-align:left;
}
#copy {
	font-size:0.8em;
}
#footer {
	font-size:0.8em;
}
/* FONTS */


/* COLORS */
body {
	background-color:black;
	color: white;
}
A, A:active, A:visited {
	color: white;
}
#logo {
	background:url("images/logo.gif");
	background-repeat:no-repeat;
	background-position : bottom left;
}
/* COLORS */


/* SPACING */
body {
	text-align: center;
	min-width: 780px;
	margin: 0px;
}
#main {
	width:780px;
	margin: 0px auto;
}
#nav_main {
	width:750px;
	margin: 0 auto;
}
#sitename {
	margin: 0px;
}
#pagename {
	margin: 0px;
}
#logo {
	height:3.3em;
	padding-left:50px;
}
#content {
	margin: 40px 0px;
}
/* SPACING */



















