/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
        font-family:'lucida grande',arial,helvetica,sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

ol,  ul {
	list-style: none;
}

/* Framework ///////////////////////////////////////////////////////////////*/
body {
	padding-left: 16px;
        padding-right: 4px;
	text-align: center;
}

#container {
	background: url(../images/bg_kirkman.gif) repeat-y 50% 0;
        margin-top: 33px;
        display: inline;
        float: left;
	width: 100%;
	position: relative;
}

#main {
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	width: 728px;

width: 928px;

	margin: auto;
	position: relative;
}

#left, #center, #right, #footer {
	float: left;
	display: inline;
	text-align: left;
	position: relative;
}

#header{
	background: url(../images/bg-header.gif) repeat-x;
	height: 142px;
	width: 730px;

width: 930px;

        position: relative;
        margin-bottom: 6px;
}

#header span, .hide{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 160px;
	padding: 10px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 480px;

width: 630px;

	padding: 10px;
        padding-left: 0;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
        width: 232px;

width: 262px;

        padding: 10px;
	padding-top: 10px;
}


