﻿/* ---------------------------------------------------------------------------------------------
	File Name: borena_students.css
			
	Developped 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.
------------------------------------------------------------------------------------------------ */

/* Content area style */
#wrapper {
	width:1000px;
	height:1450px;
	margin:0px auto;
	background-color:#ffffff;
	border:medium #000000 solid;
}

#borena-content {
	margin:0;
	float:left;
	width:970px;
	height:160px;
	padding:0 10px 0 5px;
	margin-left:5px;
	margin-bottom:14px;
}

#borena-content h1 {
	margin:10px 0;
	font-size:30px;
	color:green;
	border-bottom:3px black solid;
	padding:0 0 10px 10px;
	font-weight:bold;
	text-align:center;
}

#borena-content h2 {
	margin:5px;
	font-size:24px;
	padding:10px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#FF732F;
}

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