* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #a6c3ff url(images/background.jpg) repeat-x;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #5a2729;
}

a {
	color: #5076ff;
}

a:hover {
	text-decoration: none;
	color: #5a2729;
}




/* Header */

#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #5a2729;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 158px;
	background: #5a2729;
	background: url(images/logo.jpg) no-repeat;
	}


/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #feecc8;
}

#menu ul {
	height: 5px;
	background: #a6c3ff;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #a6c3ff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a2729;
	
}

#menu a:hover {
	background: #bdd0ee;
	border-top-color: #5076ff;
	color:#5a2729;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #5a2729;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background:#FFF8E7 url(images/texture.jpg) repeat;

}

/* Content */

#content {
	float: right;
	width: 480px;
    padding: 20px;
	
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Boxed */

.boxed1 .title {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	padding: 0px
}



.boxed2 .title {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-left: 5px;
}

.boxed2 .content {
	padding: 25px 25px 25px 5px;
	
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	
}
/* News */

#news {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left:20px;
	
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #5a2729;
}

#footer p {
	text-align: center;
	font-size: 80%;
}

.img {
border: 1px solid #5a2729;
padding:3px;
float:center;
}

.noborder {border:none; margin-right:10px;}