/*
CSS For JigZoneCD.com Welcome.html
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e2edff;
	line-height: 125%
	padding: 15px
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
}

li {
	font-size:small;
}

h2 {
	color: blue
	font-size: medium
	font-weight: normal;
}

p {
	font-size: small;
	color: navy
}

em {
	
	text-transform: uppercase;
}

#tagline p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	background-color:navy;
	color: white
}

a {
	font-weight:bold;
}

a:link {
	color: black:
}

a:visited {
	color:gray;
}

a: hover {
	text-decoration: none;
	color: white;
	background-color:navy;
}

a:active {
	color:aqua;
	background-color:navy;
}

#redblock {
	position:relative;
	top: 200px;
	left:200px;
	background-color:red;
	width:100px;
	height:100px;
}

#bodycontent {
	float:right;
	width: 400px;
	background-color:yellow;
}	

#navigation {
	width: 180px;
	border: 1px dotted navy;
}	

#mainnavigation {
	background-color:#ffcc33;
	color:navy;
	font-weight:bold;
	width:200px;
	height:400px;
	}
	
