/* CSS Document */
body
	{
	margin: 0;
	padding: 0;
	background: url(../img/body_bg.jpg) repeat-x;
	background-position: 50% 0;
	background-attachment:fixed;
	}

#wrapper
	{
	width: 100%;
	height: auto;
	margin: 46px auto 0 auto;
	}

.content
	{
	width: 922px;
	height: 521px;
	margin: 0 auto;
	text-indent: 20px;
	background-image: url(../img/cont_bg.jpg);
	}
  
h1
	{
	margin: 0;
	padding-top: 32px;
	font: 30px "Trebuchet MS";	
	}

span.black
	{
	color: black;
	}
a
	{
	color: #FF8001;
	text-decoration: none;
	}

#welcome
	{
	float: left;
	width: 430px;
	height: 365px;
	}

#welcome p
	{
	font-size: 14px;
	text-align: justify;
	text-indent: 20px;
	position: relative;
	top: 70px;
	left: 45px;
	padding: 30px;
	width: 340px;
	height: 129px;
	}

#welcome img
	{
	position: relative;
	top: 60px;
	left: 170px;
	}
#menu
	{
	position: relative;
	right: 35px;
	top: -3px;
	float: right;
	width: 441px;
	height: 348px;
	margin: 38px 0 0 0;
	}
	
#work
	{
	margin: 0 auto;
	width: 441px;
	height: 124px;
	background: url(../img/work_bg.jpg) top left no-repeat;
	}
	
#work:hover
	{
	background-position: 0 -124px;
	}

#designPatterns
	{
	margin: 0 auto;
	width: 441px;
	height: 124px;
	background: url(../img/des_pat_bg.jpg) top left no-repeat;
	}
	
#designPatterns:hover	
	{
	background-position: 0 -124px;
	}
	
#forum
	{
	margin: 17px auto 0 auto;
	width: 441px;
	height: 96px;
	background: url(../img/forum_bg1.jpg) top left no-repeat;
	}
	
#forum:hover
	{
	background-position: 0 -96px;
	}

#study
	{
	margin: 15px auto 0 auto;
	width: 441px;
	height: 96px;
	background: url(../img/study_bg.jpg) top left no-repeat;
	}
	
#study:hover
	{
	background-position: 0 -96px;
	}
	
.text
	{
		width: 280px;
		margin-left: 20px;
		padding-top: 10px;
	}

.textLearnOnly
	{
		width: 300px;
		margin-left: 20px;
		padding-top: 10px;
	}
		
h2
	{
	text-indent: 0;
	padding: 0;
	margin: 0;
	width: 310px;
	color: #FF8001;
	font: 28px "Trebuchet MS";
	background: url(../img/title_bg.jpg) bottom left repeat-x;
	}

#designPatterns h2
	{
	width: 280px;
	}
	
h2 a:hover
	{
	color: #CE5901;
	}
	
p
	{
	text-indent: 0;
	padding: 0;
	margin: 10px 0 0 0;
	font: 11px verdana;
	}
	
#mail
	{
	width: 100%;
	float: right;
	}
	
#mail img
	{
	margin-top: 25px;
	margin-right: 15px;
	float: right;
	}
	
#footer
	{
	width: 100%;
	height: 90px;
	background: url(../img/footer_bg.jpg) top left repeat-x;
	}
	
#footer p
	{
	text-align: center;
	padding-top: 70px;
	}
