html, body
{
	margin: 0 0;
    padding: 0 0;
    border: none;
}

html
{
	background: url('/images/bg.gif') 0% 0%;
}

body
{
	background: url('/images/bg_top.jpg') repeat-x 50% 0%;
	padding-top: 42px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444E16;
}

input, textarea
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

#header
{
	width: 616px;
	position: relative;
	margin: 0 auto;
	height: 46px;
}

#bg_ctn
{
	width: 616px;
	position: relative;
	margin: 0 auto;
	background: url('/images/bg_ctn.jpg') repeat-y 0% 0%;
}

#bg_ctn_top
{
	width: 616px;
	position: relative;
	background: url('/images/bg_ctn_top.jpg') no-repeat 0% 0%;
}

#bg_ctn_bottom
{
	width: 616px;
	position: relative;
	background: url('/images/bg_ctn_bottom.jpg') no-repeat 0% 100%;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 17px;
	padding-bottom: 27px;
}

#menu_holder
{
	position: relative;
	width: 560px;
	height: 48px;
}


#header_box_1
{
	position: relative;
	width: 560px;
	height: 178px;
	background: url('/images/header_box_1.jpg') no-repeat 0% 0%;
}

#header_box_2
{
	position: relative;
	width: 560px;
	height: 178px;
	background: url('/images/header_box_2.jpg') no-repeat 0% 0%;
}

#content
{
	position: relative;
	padding-left: 17px;
	padding-right: 17px;
	width: 526px;
}

#cnt_left
{
	width: 240px;
	float: left;
}

#cnt_right
{
	width: 240px;
	float: right;
}

#design_by
{
	width: 526px;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.clear
{
	clear: both;
}

.title
{
	color: #444E16;
	font-size: 17px;
	font-family: verdana, sans-serif;
}

.link
{
	color: #444E16;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

a.link:link, a.link:active, a.link:visited
{
	text-decoration: underline;
}

a.link:hover
{
	color: #82981D;
}

blockquote
{
	margin-left: 10px;
	margin-right: 10px;
}
