/* Universal */

body { 
	font-family: georgia; 
	font-size: 12px;
	color: #000000; 
	margin: 0px; 
	padding: 0px;
	background-color: #fff;
	}
	
a img {
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#fff;
  }

div, p, ul, ol, li, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

	
a:link          { color:#000; text-decoration: none; }
a:visited       { color:#000; text-decoration: none; }
a:hover			{ color:#000; text-decoration: underline;}
a:active        { color:#000; text-decoration: none; }


img	{ margin: 0px;padding: 0px; border-style: none;}

input.text {
	background: #eee;
	border: #ccc 1px solid;
}

select {
	background: #eee;
	border: #ccc 1px solid;
}

textarea {
	background: #eee;
	border: #ccc 1px solid;
	overflow: auto;
}


/* Pages */
#page {
	width: 800px;
	height: 100%;
	}

#name_plate {
	width: 400px;
	height: 130px;
	padding:0;
	margin: 0 0 10px 0;
	display: block;
	}

#navigation { 
	width: 760px;
	height: 30px;
	float: left;
	padding-right: 10px;
	text-align: right;
	display: none;
	}

#second_nav { 
	width: 445px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: none;
	}

#right {	
	width: 100%;
	text-align: left;
	}


#main_body {	
	width: 100%;
	height: 100%;
	padding:0;
	float: left;
	}
	

.body_header {	
	display: none;
	}
#subscribe_box {
	display: none;
	}
#minical {
	display: none;
	}
#donate {
	display: none;
	}

	
#tumis { 
	width: 760px;
	height: 20px;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	display: none;
	}

/* Text Styles */

p {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.error {
	color: #000 ; 
}

h1 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

h6 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
}

ul {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

