/* CSS Document */

body {
	background-color:#000000;
	font-family:"Trebuchet MS", Georgia; 
	font-size: 12px;
	color: #FFFFFF;
}

div.menu {
	width: 200px;
	height:560px;
}

h1 {
	font-size:24px;
	text-align:center;
	font-weight:normal;
}

h2 {
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
h2.contact {
	font-size:18px;
	text-align:left;
	font-weight:normal;
}

h2.menu {
	margin-left:50px;
	font-size:16px;
	text-align:left;
	font-weight:normal;
}

h6 {
	font-size:10px;
	text-align:center;
	font-weight:normal;
}

p.menu {
	margin-left:85px;
}

p.divider {
	text-align:center;
	margin-left:0;
}

div.principal {
	position:absolute;
	top:20px;
	left:200px;
	width: 900px;
	background:#000000;
}
div.contact {
	position:absolute;
	top:150px;
	left:253px;
	width: 314px;
	background-color:#333333;
	border:solid;
	border-color:#333333;
	border-width:10px;
}
div.contact1 {
	position:absolute;
	top:150px;
	left:700px;
	width: 400px;
}
div.contact2 {
	position:absolute;
	top:150px;
	left:601px;
	width: 100px;
}
div.newsletter {
	position:absolute;
	top:400px;
	left:253px;
	width: 314px;
	background-color:#333333;
	border:solid;
	border-color:#333333;
	border-width:10px;
}
table.newsletter {
	width: 300px;
	height:58px;
}
	
table.cities {
	border:none;
	width: 550px;
	height: 450px;
	margin-top:65px;
	margin-left:100px;
}
caption {
	text-align:center;
	font-size: 18px;
}
tr.cities { 
	height:25%;
}
td.cities {
	width:20%;
	text-align:left;
}

.bottom {
position:absolute;
left: 250px;
top: 525px;
}
#bottom {
color:#333333;
}

a.bottomlink:link {color:#333333; text-decoration:none;}
a.bottomlink:visited {color: #333333; text-decoration: none;}
a.bottomlink:hover {color: #333333; text-decoration: underline;}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline;}