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

body
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	background: url('layout/backgr.jpg');
	line-height: 15px;
	height: 100%;
	
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 787px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#header
{
	position: relative;
	width: 787px;
	
	
}

#menu
{
	background-color: #151515;
	border-top: 1px solid #9cd73f;
	height: 49px;
	line-height: 49px;
	text-valign: middle;
	width: 787px;
	text-align: center;
	margin: 0 auto;
	
}

.menu_item
{
	color: #ffffff;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.menu_differator
{
	position: relative;
	top: 10px;
	height: 30px;
	width: 1px;
	border-left: 1px dashed #ffffff;
	float: left;
}

#content
{
	width: 787px;
	background: url('layout/gradient.png');
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color:#ffffff;
	
	
}
#content_text
{
	width: 747px;
	padding-left: 20px;
}
#footer
{
	margin-top: 20px;
	width: 787px;
	height: 60px;
	background-color: #151515;
	text-align:center;
}

#footer_text
{
	color: #ffffff;
	font-size: 10px;
}

img
{
	border: 0px;
}



.nounderline a
{
	color:#262626;
	text-decoration: none;
}
.nounderline a:link
{
	color:#262626;
	text-decoration: none;
}
.nounderline a:active
{
	color:#262626;
	text-decoration: none;
}
.nounderline a:visited
{
	color:#262626;
	text-decoration: none;
}
.nounderline a:hover
{
	color:#203177;
	text-decoration: none;
}

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

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

hr
{
	color: #b0b0b0;
	background-color: #b0b0b0;
	border: 0px;
	height: 1px;
}
		