/* CSS Document */

body{
	padding :0;
	margin :0;
	background-color: #FFFFFF;
}

#content{
	position: absolute
	top: 200px
	padding-bottom : 30px;
	padding-left : 260px;
	padding-right : 10%;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #990000;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 120%;
}

a:link {
	color: #006600
}

a:visited {
	color: #993300
}

a:hover {
	color: #990000 
}

a:active {
	color: #CC6600
}

blockquote {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent
}

ul li {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent
}
	
#footer{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	background-color : transparent;
}

#navigation{
	position: absolute;
	top : 230px;
	left : 13px;
	width : 196px;
	height: 176px;
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #006600;
	background-color: transparent;
}
#navigation a:visited{
	color: #666600
}
#object{
	margin-top: 20 px
	text-align: right
}

