* {
margin:0;
padding:0;
}

body {
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial,  sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	padding: 0;
	background: url('/files/theme/tloglowne.jpg'); 
}

p {margin: 0; padding: 0;}


img {
   border: 0;
}

ul {
	padding-left: 5px;
}

a,
a:link
a:active {
	text-decoration: none;
	background-color: inherit;
	color: #47213F;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
}


a:hover {
   text-decoration: underline;
}



/* center wrapper, min max width */
div#page {
	margin: 0 auto;
	width: 940px;
	background-color: #B59CB2;
	padding-left: 30px;	
	padding-right: 30px;	
	padding-top: 30px;
}

div#header1 {
	height: 200px;
	width: 940px;

}

div#header2 {
	height: 70px;
	width: 940px;
}

div#menu {
	height: 70px;
	background-color: #733B68;
	width: 940px;
}

div#c1{
	height: 60px;
	width: 940px;	
}

div#content{
	width: 940px;
	background: url('/theme/bb.jpg') repeat-y; 
	float:left;
}


div#c2{
	clear: both;  
	height: 80px;
	width: 940px;
}

div#ptitle{
	width: 800px;
	margin-left: 60px;
	padding: 10px;
	background-color: #733B68;
	color: #FFFFFF;
	font-weight: bold;
	top: -20px;
	position: relative;
}

div#pcontent{
	float: left;
	width: 800px;
	margin-left: 60px;
	padding: 10px;
	min-height: 400px;
}



div#footer {
   clear: both;       /* keep footer below content and menu */
	margin: 0 auto;
	width: 1000px;
	font-size: 7pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

