/* Zelf WebMaster */

body {
	margin: 0;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	background: #FFf url(../images/zelf.jpg) no-repeat top center;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#009;
	font-size: 20px;
}


#wrapper {
	margin-top:205px;
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	background: #FFF;
	text-align:left;
}


#mainpage {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#FFFFFF;
}

#links {
	width: 780px;
	background-color:#FFFFFF;
	margin:0;
	padding:0px;
	padding-top:80px;
}

#toc {
	position:fixed;
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#container_ext {
	background: #FFF;
	width: 70%;
	padding-top:80px;
	margin-right:auto;
	margin-left:auto;

}


#newsletter {
	background: #FFF;
	padding-top:100px;
	padding-left:10px;
	padding-right:10px;

}


#mainbody_left{
	float:left;
	width: 500px;
	height: 100%;
	padding:0px;
	padding-left:5px;
	margin:0;
}

#mainbody_right{
	float:right;
	width: 240px;
	height: 100%;
	padding:0px;
	padding-left:5px;
	margin:0;
}

a:link {
  	font-weight: bold; 
  	text-decoration: none; 
  	color: blue;
  	background-color: transparent; 

}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: purple;
	background-color: yellow;

}


a:hover {
   font-weight: bold;
   color: blue;
   background-color: yellow;  
   text-decoration: underline; 

}

a:active {
   font-weight: bold; 
   text-decoration : none; 
   color: green;
   background-color: transparent; 

}


h1, h2, h3 
	{
	margin-right:auto;
	margin-left:auto;
	width:80%;
	color:#008;
	}

h1
	{
	margin-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}

h1.header
	{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0;
	text-align: center;
	display:none;
}


h2
	{
	margin-top:0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	font-size: 26px;
	font-style: italic;
}

h3
	{
	margin-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 26px;
	font-style: italic;
}


.red {
color: #800000;
}

.white {
	background-color:#FFFFFF;
}

.center {
	text-align:center;
}


ul
{
	list-style-type: square;
	text-align:center;
}

li > ul
{
	list-style-type: square;
}


li
	{
	background-color: #FF0;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 92%;
	text-align:left;
}



hr
	{
	border: 3px double #000000;
	width: 90%;
	}

P	{
	text-indent: 20px;
	margin-top:0;
	margin-bottom:5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	text-align: left;
	
}


P.copyright
	{
	text-indent:18px;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	font-size: 14px;
}

img.header {
	display:block;
	}

/* ~~~~~~~~~~~~~~~~~~~~~` Navagational ~~~~~~~~~~~~~~~~~~~~~~~~~   */

#globalNav{
position: relative;
width: 100%;
min-width: 760px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#home a#homeLink,
#blogger a#blogLink,
#eventsPage a#eventsLink,
#boardPage a#boardLink,
#novelPage a#novelLink,
#aboutPage a#aboutLink,
#linksPage a#linksLink,
#chatPage a#chatLink,
#photoPage a#photoLink
 {
	background-color:#FBEF99;
	}
	
	
@media handheld{
h1 	{font-size:16px !important;}
h2 	{font-size:14px !important;}
h3 	{font-size:12px !important;}
p	{font-size:10px !important;}
body {background: white !important;}
img.header {display:none !important;}
h1.header {display: block !important;}

	}
	
