/* 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: 1750px;
	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;
}
h2{
	padding-left:10px;
}
#content1{
	width: 600px;
	margin: auto;
	line-height: 20px;
}

#wrapper #content1 img {
	padding: 10px;
	left: 150px;
	top: 100px;
	float: left;
}
#content2{
	width: 600px;
	margin: auto;
	line-height: 22px;
}

#wrapper #content2 img {
	padding: 10px;
	left: 150px;
	top: 100px;
	float: right;
}

#footer {
position: absolute;
top: 1675px;
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;
}	


