*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body{
	background:#fcf29d;
	font-family:Arial, Helvetica, sans-serif;
}
div#Wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#fff url(../img/wrapper-left-top.gif) top left no-repeat;
	
}
	div#w-hook1{
		background:url(../img/wrapper-right-bot.gif) bottom right no-repeat;
	}
		div#w-hook2{
			background:url(../img/wrapper-right-top.gif) top right no-repeat;
		}
			div#w-hook3{
				background:url(../img/wrapper-left-bot.gif) left bottom no-repeat;
			}
div#WrapperMain{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	background:#fff;	
	margin-top:-10px;
	
}
div#WrapperButtom{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}			
div#Content{
	padding:10px;	
}

div#Header{
	background:#c1e6ff url(../img/header.jpg) right no-repeat;
	height:146px;
}
	div#Header h1{
		margin-top:20px;
		margin-left:10px;
		background:url(../img/testprep.jpg) no-repeat;
		height:105px;
		text-indent:-50000px;
		overflow:hidden;
		float:left;
		width:496px;
	}
	
div#Navigation{
	background:url(../img/nav.gif) right no-repeat;
	height:25px;
	margin-top:10px;
}
	div#Navigation ul{
		list-style:none;
		list-style-type:none;
	}
		div#Navigation li{
			float:left;
			list-style:none;
			list-style-type:none;
			font-size:12px;
			padding:5px;
			font-weight:800;
		}
.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
}

div#Desk{
	background:#ff9f00 url(../img/desk-left-top.gif) left top no-repeat;
	margin-top:10px;
	margin-bottom:20px;
}
	div#Desk-hook1{
		background:url(../img/desk-right-top.gif) right top no-repeat;
	}
		div#Desk-hook2{
			background:url(../img/desk-left-bot.gif) left bottom no-repeat;
		}
			div#Desk-hook3{
				background:url(../img/desk-right-bot.gif) right bottom no-repeat;
			}
				div#desk-content{
					padding:10px;
				}
				
p.para{
	text-align:center;
	font-size:13px;
}
p.heading1{
	font-size:22px;
	font-weight:600;
	padding-top:5px;
	padding-bottom:5px;
}
p.heading2{
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}
div.left-desk{
	float:left;
	width:375px;
	margin-right:5px;
	text-align:center;
}
div.right-desk{
	float:right;
	width:375px;
	margin-left:5px;	
	text-align:center;
}