/***********************************************/
/* WarrenFowler.co.nz 2007                     */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	padding: 0px;
	background:#000000 url(../images/bg.gif) repeat-y center;
}

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

img {
	display:block;
	border:none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer {
	width:696px;
	height:100%;
	margin:0 auto;

}

#contentContainer {
	width: 696px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#left {
	width: 123px;
	height: 400px;
	float: left;
	background: #F1F1F1 url(../images/side.gif) no-repeat;
}

#right {
	width: 573px;
	height:100%;
	float: right;
	background: #FFFFFF url(../images/top.gif) no-repeat;
}

#footer {
	color: #666666;
	font-size: 10px;
}


/***********************************************/
/* Navigation Components                       */
/***********************************************/


/***********************************************/
/* Components (IDs)                            */
/***********************************************/

#content {
	padding: 20px;
}

#nav {
	color: #FFFFFF;
}

/***********************************************/
/* Classes              			           */
/***********************************************/

.bottomLinks {
	font-size: 11px;
	color: #666666;
	background-color:#FFFFFF;
}
.bottomLinks a {
	color: #999999;
	text-decoration: none;
}

.bottomLinks a:hover {
	text-decoration: underline;
}

.pagetext01 {
	font-size: 10px;
	color: #666666;
}
.pagetext_tile {
	font-size: 12px;
	font-weight: bold;
}

