﻿body
{
	background-color:	 		white;
	margin: 					0px 0px 0px 0px; 
	text-align:					center;
}
 h1
{
	font-family:		arial;
	font-size:			15px;
	text-align:			center;
}
p	
{
	font-family:		arial;
	font-size:			14px;
	text-align:			justify;
	padding: 5px 10px 5px 10px;
}
ul li
{
	list-style-type:		desc;
	list-style-position: 	inside;
	font-family:		 	arial;
	font-size:				14px;
	text-align:				justify;
}
/* start of the web content*/
#box
{
	width:						auto;
	height:						auto;
	margin:						auto;
}

#container
{
	width: 						960px;
	height: 		 			auto;
	margin-left:	  			auto;
	margin-right:	  			auto;
	margin-top:		   			0px;
	background-color: 			none;
		
}
#header
{
	width:						940px;
	height:						420px;
	margin-left:				auto;
	margin-right:				auto;
	background:					url(../images/header.png);
	background-repeat:			no-repeat;
}

	#menubox
	{
		width:						800px;
		height:						30px;
		margin-left:				130px;
		margin-right:				auto;
		background:					none;
		padding-top:				30px;
		
	}
	#menubox ul
	{
		margin: 					0;
		padding: 					0;
		list-style-type: 			none;
		text-align: 				right;
	}
	#menubox ul li 
	{
		display:					inline;
		font:						bold 14px	arial;
	}
	#menubox li a 
	{
		text-decoration: 			none;
		color: 						#0099CC;
		margin-left: 				1px;
		white-space: 				nowrap; 
		text-shadow: 				-0px -0px #333;
	}
	#menubox li a:hover
	{	
		color:		   				#FF0000;
		text-shadow:	   			1px;
		font:						bold 14px	arial;
	}
/* end of menubox */
/* start of body */	
#body
{
	width:						940px;
	height:						auto;
	margin-left:				auto;
	margin-right:				auto;
	background-color:			none;
}
/* start of contbox */ 
	#contbox
	{
		width:						650px;
		height:						auto;
		margin-left:				20px;
		margin-right:				20px;
		float:						left;
		background:					none;
	}
	#contbox h1
{
	font-family:		arial;
	font-size:			15px;
	text-align:			center;
}
#contbox p	
{
	font-family:		arial;
	font-size:			14px;
	text-align:			justify;
	padding: 5px 10px 5px 10px;
}
#contbox ul
{
	list-style-type:		desc;
	list-style-position: 	inside;
	font-family:		 	arial;
	font-size:				14px;
	text-align:				justify;
}
#contbox p a:link 
{
	font-weight:		bold;
	color:				red;
	text-decoration:	none;
}
#contbox h1 a:link 
{
	color:				red;
	text-decoration:	none;
}
/* end of contbox */
/* start of rightpane */
#rightpanebox
{
	width:				250px;
	height:				400px;
	background:			none;
	float:				right;
	margin-right:		10px;
}
#rightpanebox p 
{
	text-align:			center;
	font:				15px arial;
}
#searchbox
{
	width:				250px;
	height:				100px;
}
/* end of rightpane */
/* start of coursebox */
#coursebox
	{
		width:						650px;
		height:						400px;
		margin-left:				20px;
		margin-right:				20px;
		float:						left;
		background:					none;
	}
.lesbox
{
	width:				220px;
	height:				150px;
	margin:				5px;
	float:				left;
}
/* start of footer */
#footer
{
	width:						940px;
	height:						50px;
	margin-left:				auto;
	margin-right:				auto;
	background-color:			blue;
}

















