* {
outline: none;
}

body {
	background-color: #7E7E7E;
	font-family: Spartan, Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image: url('image/gradient.jpg');
	background-repeat: repeat-x;
	/*background-color: gainsboro;*/
}
	
#container {
	width: 725px;
	margin:0 auto;
	background-color: gainsboro;
	border: 0px solid red;
	/*overflow:auto;*/
}

#banner {
	height:40px;
	text-align: center;
	padding-bottom:0em;
	background-color: gainsboro;
}

#maincontent {
	background-color: gainsboro;
	/*width: 725px; */
	text-align:center;
}

#footer {
	height: 75px;
	background-color:gainsboro ;
	margin: 0 auto;
	padding-bottom: 2em;
	clear: both;
}

#nav{
	padding: 2em 0 .5em 0;
}

#contactlinks{
	float: left;
	width: 260px;
	padding-left: 3em;
	margin-top:2em 0em 2em 0em;
	text-align:left;
}	

#contactlinksphoto{
	float:right;
	width: 255;
	padding: 2.5em;
}

#contactlinksphoto a, #contactlinks a{
	color: #3030A1;
	font-weight: 500;
}

#contactlinksphoto a:hover, #contactlinks a:hover {
	color: brown;
	}

#contactlinksphoto a:active, #contactlinks a:active {
	color: blueviolet;
	}
	
img {
	border: 0px solid clear;
}

a img {
border: none;
}
	
h1 {
	letter-spacing: 15px;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	letter-spacing: 4px;
	font-variant: small-caps;
}

h3 {
	letter-spacing: 1px;
	font-variant: small-caps;
}

h5 {
	font-variant: small-caps;
	font-weight: lighter;
}

.topbar{
	padding:0em 1em 0em 1em;
	margin: 0em 1.5em 0em 1.5em;
	border: 0px solid slategray;
	text-decoration: none;
	font-variant: small-caps;
	background-color:lightsteelblue;
}

a:link {
	color: black;
	text-decoration: none; 
	border: 0px;
}

a:visited {
	color: black;
	text-decoration: none; 
}

a:hover {
	color:brown;
	background-color:transparent;
	text-decoration: none; 
}

a:active { 
	color:blueviolet;
	text-decoration: none; 
}
	
li{
	text-align:justify;
}	




