/* CSS Document - nude-in-public.co.uk */

body
{
	font-family: Comic Sans MS,Arial, sans-serif;
	font-size: 15px;
	color: #330066;
	margin: 0px;
	padding: 0px;
	background-color:#FFCC66;
}

a:link, a:visited, a:hover {
	color: #FF0066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color:#FFFF99;
}	

h1{
 font-family: Comic Sans MS,Arial, sans-serif;
 font-size: 20px;
 color: #000000;
}

h2{
 font-family: Verdana,Arial;
 font-size: 12px;
 color: #CCCCCC;
}

.style2{
 font-family: Comic Sans MS,Arial, sans-serif;
 font-size: 20px;
 color: #FFFFFF;
}

.header
{
	background-color: #000000;
	height: 100%;
}

.footer
{
	font-family: Arial,sans-serif;
	font-size: 14px;
	background-color: #000000;
	height: 100%;
}

.spacer
{
	position:relative;
	clear:both;
	width:900px;
	height:1px;
}

.navBarLeft
{
	float: left;
	white-space: nowrap;
	padding: 0px;
}

.navBarRight
{
	float: right;
	white-space: nowrap;
	padding: 0px 0px 0px 10px;
}

/***********************************************/
/* HTML tag styles - PickNPay.eu               */
/***********************************************/
/*
body{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #696969;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}


.bodyTable {
	border-collapse: collapse;
	margin: 0px;
	border: none;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006600;
}

h2{
 font-size: 110%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 80%;
 color: #334d55;
}

.masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CC9900;
	background-image: url(../page_images/bg_pnp_top.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 100px;
}

.leftNav {
	width: 180px;
	background-image: url(../page_images/bg_red_stripe.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #000000;
	border-bottom: 1px solid #CC9900;
}

#leftNav {
	padding: 0px;
	color: White;
}

#leftNav h1 {
	color: #CC3333;
	font-size: 90%;
	font-weight: bold;
}


#leftNav a:link, #leftNav a:visited {
	display: block;
	color: #FFCC66;
}

.content{
	background-image: url(../page_images/bg_pnp_main.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: scroll;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CC9900;
}
.dividerBar {
	background-image: url(../page_images/divBar_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8A45B;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #cccccc;
    width: 100%;
}

.navBar {
	background-image: url(../page_images/bg_navbar.gif);
	background-repeat: repeat-x;
	background-color: #660000;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #CC9900;
}

#navBar {
	color: #FFF8DC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#navBar a {
	font-size: 85%;
	color: #F0E68C;
}

.navBarLeft{
	float: left;
	white-space: nowrap;
}

.navBarRight{
	float: right;
	white-space: nowrap;
}

#siteName{
	margin: 20px 100px;
	padding: 0px 30px 10px 10px;
}

.pageName{
	font-size: 150%;
	font-style: bold;
	color: #FFCCFF;
	padding-left: 10px;
}

.announce {
	color: #CC3333;
	text-align: center;
}
.highlight_box {
	color: #FF66CC;
	text-align: center;
	font-style: bold;
	padding: 5px;
}
.template_instr {
	background-color: #FFFF99;
	font-style: italic;
	padding: 5px;
	font-size: 80%;
}
.welcome_text {
	padding: 5px;
	padding: 10px;
	color: #CC9900;
}
*/