/**
  * Cascading Style Sheet (CSS) for www.politik.co.nz
  * Created by Andy Moore
  * email: theboybiggles@gmail.com
  **/

body {
	background-color: #ffffff;
}

div.head1 {
	top: 15px;
	left: 15px;
	width: 950px;
	height: 159px;
	font-family: arial;
}

div.head2 {
	left: 15px;
	background-color: #ffffff;
	width: 950px;
	top: 174px;
	height: 40px;
	font-family: arial;
}

div.menu {
	left: 15px;
	background-color: #ffffff;
	width: 210px;
	top: 174px;
	left: 15px;
	font-family: arial;
	margin-top: 30px;
	text-align: right;
	border: 2px solid #cccccc;
	padding: 10px;
}

div.ad_menu {
	left: 15px;
	width: 950px;
	top: 500px;
	left: 15px;
	font-family: arial;
	margin-top: 30px;
	text-align: left;
	padding: 10px;
}

div.body {
	width: 690px;
	font-family: arial;
	position: absolute;
	left: 277px;
	top: 229px;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

/* Headings & Formatting
----------------------------------------------- */

/** header_main */
h1 {
	text-transform: lowercase;
	color:#666;
	font: 26px tahoma;
}

/** header_inpage */
h2 {
	text-transform: lowercase;
	color: #333;
	font: 18px arial;
}

/** red_important_text */
h3 {
	font: 16px arial;
	color:#FF0000;
}

/** menu_select */
h4 {
  font: 16px arial;
  font-weight: bold;
}