* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}
	a {
		color: #29A3E1;
		text-decoration: none;
	}

	a:hover {		
		color: #E16629;
		text-decoration: underline;
	}
	
	a:active {				
		color: #E16629;
	}
	
p
{
	text-align: justify;
}

#header {
	width: 100%;
	height: 161px;
	margin: 0 auto;
	background: url(./images/banner1.gif) repeat-x;
	border-bottom: 2px solid #E16629;
}

#logo {
	float: left;
	width: 240px;
	height: 161px;
	background:  #3b3b3b url(./images/acme-logo.png) no-repeat center;
	text-align: center;
}

#banner-left {
	float: left;
	/*width: 520px;*/
	height: 161px;	
}
#banner-right {
	float: right;
	/*width: 520px;*/
	height: 161px;	
}

#page {
	float: left;
	width: 100%;
	margin: 0 auto;
	background: url(./images/bg-menu.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.title {
	background: url(./images/arrow.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}
	
#sidebar {
	float: left;
	width: 200px;/*here padding also give---taken for left and right*/
	padding: 20px;
}

	#news {
	padding-top: 10px;
	padding-bottom: 0;
	}

	#news ul {
		list-style-type: square;
	}

	#news li {
		margin-bottom: 15px;
	}
	
	.boxed1 .title {
		font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	.boxed1 .content {		
		padding: 20px;
	}
	
	.boxed1 .content a {
		color: #29A3E1;	
		text-decoration: underline;
	}
	
	.boxed1 .content a:hover {		
		color: #E16629;
		text-decoration: none;
	}
	
	.boxed1 .content a:active {				
		color: #E16629;
	}

#content {
	float: left;
	/*width: 480px;/*here padding also give---taken for left and right*/	
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

	#content p, #content ol, #content ul {
		line-height: 152%;
	}
		.boxed2 .title {
			font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

		.boxed2 .content {
			background: url(./images/dots.gif) repeat-x left bottom;			
		}

		.boxed3 .title {
			font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

		.boxed3 .content {
			padding: 20px;
		}

		.boxed3 ol, .boxed3 ul {
			margin-left: 1em;
		}

		#welcome {
			margin-bottom: 20px;
		}

		#sample1, #sample2 {
			float: left;
			/*width: 230px;*/
		}
		
		#sample1 {
		
		}

		#sample2 {
			margin-left: 20px;
		}
#album{
	width:480px;
	/*height:450px;*/
}

#footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #E16629;
	background:#000000;
}

#footer p {
	text-align: center;
	color:#a0a0a0;
	font-size: 77%;
}