/* CSS Document */

body {
	background-image: url(images/green-background.jpg);
}

a:link {
	text-decoration: none;
	color: #663;
}
a:visited {
	text-decoration: none;
	color: #663;
}
a:hover {
	color: #cc3;
}
a:active {
	text-decoration: none;
	color: #663;
}

.page {
	border: 4px #C9C dotted;
	width: 830px;
}

.pageinside {
	padding: 20px;
	background-color:#edddff;
	width: 790px;
}

.box {
	border-top: 1px #b6d53a solid;
	border-bottom:  1px #b6d53a solid;
	border-right:  1px #b6d53a solid;
	padding: 4px 10px 4px 20px;
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#609;
	width: 750px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#609;
}


li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#609;
	line-height:120%;
}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
} 

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660099;
	margin-bottom: -4px;
	margin-top: -1px;
	line-height: normal;
}


.floatleft {
	float:left;
	padding-right:20px;
	padding-bottom: 10px;
}
.floatright{
	float:right;
	padding-left: 20px;
	padding-bottom: 10px;
}

table img {display:block}

.nav {
	margin-top: 60px;
	width:800px;
}


div.content {
    border: #48f solid 3px;
    clear: left;
}
