
h1{
	font-family: Giddyup Std;
}

h2{
	font-family: Lucida Calligraphy;
}



p55{
	font-family: Lucida Calligraphy;
text-align: center;
}



p{
	font-family: Lucida Calligraphy
}

body{
	background-color: red;
	font-family: Arial;

}

a{
	text-decoration: none;
	color: white;
}

#container{
	backgroung-color: White;
	width: fit;
	height: fit;
	margin-left: auto;
	margin-right:auto;
}

#content{
	background-color:white;
	color: Black;
	padding: 10px;
width: fit;
	height: fit;
}
#nav{
	background-color: red;
	color: White;
	width: 150px;
	float: left;
	
}

#nav .selected{
	weight: bold;
}

#nav ul{
	list-style-type: none;
	padding: 0;
}

#main{
	background-color: red;
	color: white;
	width: 800px;
	float: right;
}

#footer{
	background-color:red;
	color:white;
	clear: both;
	padding: 0px;
	text-align: center;
width: fit;
	height: fit;
}

#header {
	background-color: red;
	color: White;
	text-align: center;
	
}