/*
----------------------------------------------------------------------------- 
GENERAL
-----------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	background: #ffffff;
	overflow: auto;
}

body, td {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	line-height: 1.5em;
}

p {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

h1 {
	font: 30px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 0px 0px 20px 0px;
}

h2 {
	font: 22px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 15px 0px 10px 0px;
}

h3 {
	font: 16px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 15px 0px 10px 0px;
}

h4 {
	font: bold 13px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 15px 0px 0px 0px;
}

ul {
	list-style: square;
}

.inputs {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	background: #F7F7F7;
	border: 1px dotted #cccccc;
	width: 200px;
}
.submit {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #669900;
	background: #F7F7F7;
	border: 1px dotted #cccccc;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

.maintable {
	width: 760px;
}

.logocell {
	width: 200px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

.headercell {
	width: 530px;
	padding: 15px 0px 15px 30px;
}

.navcell {
	width: 170px;
	padding: 15px 15px 15px 15px;
}

.contentcell {
	width: 530px;
	padding: 15px 0px 0px 0px;
}

.vdivider {
	background: #ffffff url(http://www-copywriting.pl/images/dot_v.gif) repeat-y;
	width: 30px;
}

.hdivider {
	background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) repeat-x;
	height: 1px;
}

.lfootercell {
	width: 185px;
	padding: 10px 0px 10px 15px;
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	background: #f7f7f7;
}

.rfootercell {
	width: 520px;
	padding: 10px 10px 10px 30px;
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	background: #f7f7f7;
}

#contactdetails {
	margin-top: 20px;
	text-align: center;
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
}

#bottomlinks {
	padding: 10px 0px 10px 0px;
	margin: 50px 0px 0px 0px;
	background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) repeat-x;
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	text-align: center;
}

/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

.links {
font: 11px Helvetica, Verdana, Arial, sans-serif;
text-decoration: none;
text-align: center;
	margin-top: 20px;

}
.nav a:link, .nav a:visited {
	font: bold 12px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
	display: block;
	height: 1%;
}
.nav a:hover {
	color: #669900;
	background: #f7f7f7 url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
}
.nav1 a:link, .nav1 a:visited {
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	color: #669900;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
	display: block;
	height: 1%;
}
.nav1 a:hover {
	color: #666666;
	background: #f7f7f7 url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
}
.nav_b a:link, .nav_b a:visited {
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 3px 10px 3px 30px;
	background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
	display: block;
	height: 1%;
}
.nav_b a:hover {
	color: #669900;
	background: #f7f7f7 url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
}
.plain, .plain:hover {
	color: #666666;
	text-decoration: none;
}

.footer {
	color: #999999;
	text-decoration: none;
}
.footer:hover {
	color: #669900;
}
.kropeczki {
background: #ffffff url(http://www-copywriting.pl/images/dot_h.gif) bottom left repeat-x;
}