﻿/* ---------------------------------------------------------------------------------------------
	File Name: raya_kobo.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.
	
------------------------------------------------------------------------------------------------ */

/* Containers style */
#wrapper {
	width:1000px;
	height:2140px;
	margin:0px auto;
	background-color:#ffffff;
	border:medium #000000 solid;
	outline: medium none;
    overflow: visible;
    position: relative;
}

/* Content area style */
#students-content {
	margin:0;
	width:98%;
	height:auto;
	padding:0 0 0 10px;
	margin-bottom:5px;
}

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

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

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

#left-sidebar {
	margin:0;
	padding:0;
	float:left;
	width:580px;
	height:575px;
	margin-left:5px;
	margin-bottom:10px;
}

#other-projects {
	width:97%;
	margin:5px;
	padding:5px;
	padding-right:10px;
	margin-bottom:10px;
	background-color:#efefef;
}

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

#other-projects h2 {
	margin:5px;
	color:#FF732F;
	font-size:24px;
	padding:0 0 5px 0;
	border-bottom:2px black solid;
	font-weight:bold;
	text-align:center;
}

#right-sidebar {
	margin:0;
	float:right;
	width:390px;
	height:575px;
	padding:0 5px 5px 0;
	margin-right:5px;
	margin-bottom:5px;
}

#students-note {
	width:97%;
	padding:5px;
	margin:5px 10px 10px 0;
	background-color:#efefef;
}

#students-thanks {
	width:97%;
	padding:5px;
	margin:10px 10px 10px 0;
	background-color:#efefef;
}

#right-sidebar p {
	margin:10px;
	line-height:150%;
	text-align:justify;
}

#right-sidebar h2 {
	margin:5px;
	color:#FF732F;
	font-size:24px;
	padding:0 0 5px 0;
	border-bottom:2px black solid;
	font-weight:bold;
	text-align:center;
}
