body {
	background: #BBBBBB
				url(images/stripes.png)
				repeat;
	
	text-align: center;	/*to trick IE*/
	
	color: #CC6666;
}

* {
	margin: 0 auto;
	padding: 0px;
	border: 0;
}

ul{list-style:none;}
a {
	color: #9B4A49;
}
* a:hover { text-decoration: underline;}
a img {border:none}
p {}

#frame {
	text-align: left;	/*fixes what the IE hack does*/
	background-color: #CCFFFF;
	width:800px;
	height: auto;

	margin-top: 75px;
	border-style: solid;
	border-width: 2px;
	
	overflow: hidden;
}

#header {
	margin: 5px 5px 0px 5px ;
	padding-left: 30px;
	padding-top: 10px;
	height: 190px;
	background-image:url(images/clouds.jpg);
	background-repeat: no-repeat;
	
	border-left-style: solid;
	border-left-color: #CC6666;
	border-left-width: 5px;
}

#bottom {
	border-top-style: solid;
	border-top-color: #CC6666;
	border-top-width: 10px;
	background: white url(images/bg.gif)  repeat-y 50% 0;
	overflow: hidden;
	margin: 0px 5px 0px 5px;
}

#bottom-left {
	float: left;
	width: 540px;
}

#bottom-right {
	float: right;
	min-height: 300px;
}

#content {
	font-family: Georgia, serif;
	color: #336969;
	padding: 20px 1em 1em 1em;
}

.inside {
	margin: 10px 10px 10px 5px;
	float: left; 
	border-width: 2px;
	border-style: solid;
}
#content p {
	text-align: justify;
	margin: 0px 50px 0px 30px;
	
	font-size: 90%;
	font-weight: normal;
	line-height: 1.33em;
}
#content h1 {
	text-align: center;
	font-size: 170%;
	line-height: .8em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 17px;
	
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
	border-bottom-width: 2px;
}
#content a {
	color: #339999;
	text-decoration: none;
}
#content a:hover { text-decoration: underline;}

#navbar {
	padding-top: 15px;
	padding-right: 15px;
}

#navbar ul { /* remove bullets and list indents */
	list-style-type: none;
}

#navbar li {
	padding-left: 56px;	/*this moves the hand (which is a background-image) to the left*/
}

#navbar li:hover {
	background-image: url(images/hand.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#footer {
	clear: both;
	position: relative;
	top: .4em;
	text-align: center;
	font-family: arial;
	font-size: 7pt;
	height: 2em;
}

#footer p {

}

.image {
	margin-top: 25px;
	text-align: center;
}
.image a img {
	border-width: 2px;
	border-style: solid;
}
.image div {
	font-size: 80%;
	padding-top: 3px;
}
.warning {
	font-family: Arial, sans-serif;
	text-align: justify;
	width:465px;
	color: gray;
	margin: 300px auto 100px;
	padding: .7em;
	font-size: 85%;
	font-style: oblique;
	background-color: lightyellow;
	border-style: dashed;
	border-width: 1px;
}

#veryBottom {
	background-color: black;
	margin: 200px auto 0 auto;
	width: 60%;
	color: white;
	padding: 1.2em 1.7em .3em 1.7em;
}
#veryBottom p {
	text-align: left;
}	

div.cityList {
	background: #B9DEE4
				url(images/stripes.png)
				repeat;
	
	font-size: 75%;
	font-weight: bold;
	font-style: oblique;
	/*border-color: #CC6666;*/
	border-width: 2px;
	border-style: dotted;
	margin: 5px auto;
	
	width: 50%;
	padding: 8px 0px 8px 28px;
}

.cityList br {
	clear: left;
}

.mclist ul {
	float: left;
	margin: 0;
	padding: 0;
	
}
.mclist li {
	float: left;
	width: 7em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.box {
	font-size: 85%;
	border-width: 1px;
	border-style: dotted;
	margin: 5px auto;
	background-color: #B9DEE4;
	margin: 5px;
	padding: 5px;
}
	