/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}


body {
   font: 62.5% "Trebuchet MS", Helvetica, sans-serif;
   background: url(../images/phototraining2-body-bg.jpg) repeat-x #fbf4cd;
}

#container {
	width: 1023px;
	margin: 0px auto 0px auto;
}

/*################################################ HEADER ################################################################*/

#header {
	height: 154px;
	width: 1023px;
	background: url(../images/phototraining2-header-bg.jpg) no-repeat;
	border: 1px solid #003300;
}


#header h2 {
	text-indent: -999em;
	height: 0px;
	overflow: hidden;
}


/*################################################ MAIN-CONTENT ################################################################*/

#main-content {	
	height: 613px;
	width: 1027px;
	background: #FFFFFF url(../images/sales-training-1-main-bg.gif) no-repeat 300px 102px;
	
}


#welcome {	
	float: left;
	width: 300px;
	height: 612px;
	background: url(../images/sales-training-1-main-wel.gif) no-repeat;
}



#main-content h2 {
	font-size: 2em;
	padding: 10px;
}


#main-content p {
	font-size: 13px;
	font-weight:bold;
	padding: 10px;
	color: black;
}



#photo{
	float: left;
	width: 300px;
	height: 293px;
	background: url(../images/sales-training1-main-photo1.jpg) no-repeat;
	margin: 17px 0 0 0;
}


#text{
	float: right;
	width: 200px;
	height: 180px;
	margin: 430px 24px 0 0;
	text-align: center;
}


#text span{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
}


#text span a{
	color: #003300;
}


#nav{
	float: left;
	height: 46px;
	width: 132px;
	background: url(../images/photo-training-1-text-but.gif) no-repeat;
	margin: 65px 0 0 65px;
}


#nav ul {
	list-style: none;
}


#nav ul li {
	float: left;
}


#nav ul li a {
	display: block;
	text-decoration: none;
	height: 46px;
	text-indent: -999px;
	overflow: hidden;
	width: 44px;
}





/*################################################ FOOTER ##############################################*/



#footer{
	overflow: hidden;
	margin: 30px 0 250px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #003300;
}
