/* CSS Document */

body{;
margin:0;
}

#container1{
margin:0 auto;
padding-top:20px;
width:750px;
height:825px;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#006633
}

#container2{
margin:0 auto;
width:700px;
height:800px;
border-style:solid;
border-width:3px;
border-color:#fec233;
}

#banner{
width:700px;
height:100px;
}

#pictures{
width:700px;
height:245px;
border-top-style:solid;
border-top-width:3px;
border-top-color:#fec233;
border-bottom-style:solid;
border-bottom-width:3px;
border-bottom-color:#fec233;
z-index:0;
}

#box{
width:200px;
height:71px;
padding: 100px 200px 0px 0px;
z-index:1;
}

#mainTitle{
margin:0 auto;
width:630px;
height:70px;
border-style:solid;
border-width:2px;
border-color:#fec233;
margin-top:20px;
}

#mainBody{
background:url(images/gradient.jpg);
background-color:#fce3a1;
margin:0 auto;
width:630px;
height:315px;
text-align:center;
border-style:solid;
border-width:2px;
border-color:#fec233;
margin-top:20px;
}

#mainBodyTop{
width:630px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 15px;
margin-top:17px;
color: #990000;
}

#mainBodyCities{
width:630px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
}

#footer{
width:750px;
margin:0 auto;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-top:5px;
}

/************text styles*************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.welcome{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	font-variant: small-caps;
}
	

/************link styles*************/

a:link {
	color:#003300;
	text-decoration:none;
	font-size: 14px;
}	
	
a:visited {
	color:#003300;
	text-decoration:none;
	font-size: 14px;
	}
		
a:hover {
	color:#006633;
	text-decoration:none;
	font-size: 14px;
	}
	
