/* CSS Document */
a {
	text-decoration:none;
} 
.doc {
	color:#003300;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 2px;
	margin-right : 2px;
	font-size : 14px;
	font-family : MS Sans Serif;
	font-weight: italic;
	text-decoration:none;
} 

.doc :hover{
color:#FF6600;
}
.guide {
	color:#336633;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 2px;
	margin-right : 2px;
	font-size : 14px;
	font-family : MS Sans Serif;
	font-weight: italic;
	text-decoration:none;
} 

.guide :hover{
color:#FF6600;
}

#wrapper {
	margin: auto;
	width: 760px;
	height:600px;
  	position: relative;
}

