
/*  ----------\
	-----------------------------------------------
	Title 		: Students Challenge Morocco
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 17-09-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Students Challenge Morocco (c) 2007
	-----------------------------------------------
	----------/
*/

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */
#mainContent {
	float: right;
	width: 599px;
}

#sidebar {
	background: url(../img/bg-green.gif) repeat-y 100% 100%;
	border-top: #8ac08f;
	float: left;
	padding-top: 20px;
	width: 239px;
}
/* --------------------------------------
	
	=nav
	
-------------------------------------- */

/* --------------------------------------
	
	=headers
	
-------------------------------------- */

#mainContent h2 {
	background: url(../img/h2-grey.gif) no-repeat;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
}

/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
img.float-img {
	float: left;
	margin: 5px 10px 5px 0;
}

#sidebar p {
	font-size: 90%;
	margin: 0 10px 1em 20px;
}


/* --------------------------------------
	
	=links
	
-------------------------------------- */

/* --------------------------------------
	
	=panel
	
-------------------------------------- */



/* --------------------------------------
	
	=list
	
-------------------------------------- */
ul#subNav {
	

}

ul#subNav li {
	background: url(../img/bullet.gif) no-repeat 0 50%;
	/*height: 26px;
	line-height: 26px;*/
	margin:10px 0;
	display:block;
}

ul#subNav li a {
	color: #444743;
	font-weight: bold;
	margin-left: 20px;
	display:block;
}

ul#subNav li a:hover, ul#subNav li a:active, ul#subNav li a.active {
	color: #427a47;
}

/* --------------------------------------
	
	=form
	
-------------------------------------- */

/* --------------------------------------
	
	=trick
	
-------------------------------------- */

