* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background: #231b18;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	background:url(images/bg.jpg) repeat-x;
	background-color: #FFFFFF;
	
}

a {
	color: #008ACB;
}

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

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

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

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/contentbg.jpg) repeat-x top left;
}

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	background:#F1F0F5;
}

#content p {
	line-height: 152%;
	text-align: justify;
	margin-bottom: 25px;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	font-size: 12px;
	background-color: #D1E4E9;
}

#news {
	padding-top: 10px;
	padding-bottom: 0;
	color: #007CC2;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#welcome {
	margin-bottom: 20px;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
#clear{clear:both}
