/* CSS Document */
/* CSS Document */
body{
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	font-variant: small-caps;
background-image:url(../images/backgroundflag.jpg);
background-attachment:fixed;
width:100%;
}

#wrapper{
	background-color: black;
	margin: auto;
	margin-top: 50px;
	width: 900px;
	height: 1100px;
	border-radius: 6px;
-webkit-box-shadow: inset 0px 0px #003366;
	box-shadow: 3px 0px 10px #003366;
	opacity:0.86;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

#nav {
	padding-top:50px;
	margin-left:125px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: large;
	font-variant: small-caps;
}
#nav li{
	display: inline;
}
#nav2{
	margin-left:150px;
}
#nav2 li{
	display: inline;
}h1{	
text-align:center;
padding-bottom:25px;
}
#contact{
	padding-top: 25px;
	margin: auto;
	text-align: center;
	background: #666666;
	border-radius: 10px;
	width: 825px;
	height: 700px;
	-webkit-box-shadow: inset 0px 0px #F9F6F6;
	box-shadow: 4px 0px 15px #F9F6F6;
}

#footer {
position: absolute;
top: 1075px;
left: 500px;
	text-align: center;
	margin: auto;
	padding: 12px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: large;
	font-variant: small-caps;
}

#footer li{
	display: inline;
}
	
a:link {
color : white;
}
a:visited {
color : red;
}
a:hover {
color : blue;
}
a:active {
color : yellow;
}	

