

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #191a19;
}


#wrapper {
	width: 775px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 775px;
	height: 73px;
	margin: 0 auto;
	background: #FFDA2A url(images/logolong.jpg) no-repeat left top;
}

/* Logo */


/* Menu */

#menu {
	width: 775px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
}


#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 775px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
	margin-top:30px;
	padding-right:20px;
	
}



/* Sidebar */

#sidebar{
	float:left;
	width:250px;
	background-color:#fff;
	margin-top:30px;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
	

/* Footer */

#footer {
	width: 775px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#019229;
	font-weight:bold;
}

.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#112c7b;
	font-weight:bold;
}

.text1{
	line-height:20px;
	}