﻿/* ---------------------------------------------------------------------------------------------
	File Name: about.css
			
	Developed By: Getachew Y. Assen

	Version: 1.0
	
	Copyright: All rights reserved. No part of this publication may be reproduced, distributed, 
	or transmitted in any form or by any means, including photocopying, recording, or other 
	electronic or mechanical methods, without the prior written permission of the publisher.
------------------------------------------------------------------------------------------------ */

/* Containers style */
#about-content {
	margin:0;
	font-size:14px;
	float:left;
	width:580px;
	height:735px;
	padding:10px 5px 0 0;
	margin-bottom:10px;
	margin-left:5px;
}

#about-content h1 {
	margin:10px 0;
	color:green;
	font-size:24px;
	border-bottom:3px black solid;
	padding:15px 0 10px 5px;
	font-weight:bold;
	text-align:center;

}

#about-content p {
	margin:0;
	line-height:160%;
	text-align:justify;
	padding:10px 0 0 10px;
}
