body
{
	margin: 0;
	padding: 0;
	background-color: #242E23;
	font-family: Verdana;
	font-size: 12px;
	color: #dbd8ba;
	background-image: url(images/grass.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

a
{
       color: #F2D4B2;
}

html, body
{ 
        height: auto !important;
	height: 100%;
	min-height: 100%;
}

#back_head, #header
{
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#back_bullet_left
{
	background-image: url(images/back_bullet.jpg);
	background-position: left 50%;
	background-repeat: no-repeat;
}

#back_bullet_right
{
	background-image: url(images/back_bullet.jpg);
	background-position: right 50%;
	background-repeat: no-repeat;
}

#frame
{
	width: 1024px;
	margin: 0 auto;
}

#frame_border_left
{
	background-image: url(images/frame_border_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 12px;
}

#frame_border_right
{
	background-image: url(images/frame_border_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 12px;
}

#header
{
	height: 300px;
}

#menu
{
	background-image: url(images/menu_repeat.jpg);
	background-repeat: repeat-y;
	width: 243px;
	float: left;
	position: relative;
	top: -80px;
}

#menu_top
{
	background-image: url(images/menu_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_bottom
{
	background-image: url(images/menu_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 1px 0px 80px 10px;
}

#menu_head
{
	font-weight: bold;
	font-size: 16px;
	height: 50px;
	padding-top: 23px;
	padding-left: 65px;
}


#menu ul a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
        line-height: 140%;
}

#menu ul a:hover
{
	text-decoration: underline;
}

#content_block
{
	margin-left: 250px;
	padding: 1px;
	padding-top: 10px;
}

#content
{
	background-image: url(images/content_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 739px;
}

#content_top
{
	background-image: url(images/content_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#content_bottom
{
	background-image: url(images/content_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 1px 13px;
}

#content_head
{
	height: 127px;
}

#content_head h1
{
	padding-top: 50px;
	padding-left: 110px;
	
	font-size: 16px;
	margin: 0;
}

#content img
{
	border: 4px solid #9f9c79;
        margin: 0px 0px 10px 10px;
}

#content .pdc_block img
{
      border: none;
      margin: 0;
}

#content h2
{
	font-size: 16px;
}


/* Bottom 2 boxes */

.corner_box
{
	padding: 20px 10px 20px 0px;
	width: 50%;
	vertical-align: top;
}

.corner_box .tl
{
	background-image: url(images/corner_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #9f9c79;
}

.corner_box .tr
{
	background-image: url(images/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.corner_box .bl
{
	background-image: url(images/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.corner_box .br
{
	background-image: url(images/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.corner_box_text
{
	padding: 1px 10px 1px 10px;
}

.corner_box_text h2
{
	background-image: url(images/box_head.jpg);
	background-repeat: no-repeat;
	
	width: 270px;
	height: 64px;
	
	margin: 0;
	padding: 5px 0 0 10px;
	
	font-size: 14px;
	font-weight: bold;
}

.corner_box_text p
{
	margin-top: 0px;
	margin-bottom: 10px;
	
}

#footer
{
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

#footer .text
{
	line-height: 24px;
	padding-left: 10px;
	color: #E6E6E6;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
}

#footer a
{
	color: White;
}

#footer .pylogen
{
	float: right;
	width: 31px;
	height: 24px;
}

