body {
	text-align:center;
	color: black;
	background: black;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 100.1%;
	margin: 50px 0px; 
	padding:0px;
}
img {
	border: 0px;
}
#tags {
	text-align: center;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.floatr {
	float: right;
}
.floatl {
	float: left;
}
a:link {
	color: #464A90;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #464A90;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #AB4E45;
	text-decoration: underline;
}
a:active {
	color: #6A6C90;
	text-decoration: underline;
}
table ,tr, td {
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 1em;
	padding: 0;
}
abbr[title], acronym[title] { /* For Abbr, IE support */
  cursor: help;
  border-bottom: 1px dashed Red;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 175%;
	font-weight: bold;
	color: Gray;
	text-align: center;
	
	}
h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	color: gray;
	}
h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
h4 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
	
#wrapper {
	background: silver;
   width:1280px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px dashed white;
	background-color: black;
}
#header {
   background: silver;
	text-align: center;
	color: gray;
    }
#nav {
	font-size: 75%;
    background: #383838;
	 color: white;
	 padding:5px;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:1em;
    }
#nav a{
	color: silver;
}
#nav a:hover{
	color: white;
	text-decoration: none;
}
#main {
    background: white;
	 float:left;
    width:1024px;
	 border: 2px solid gray;
    }
#sidebar {
	font-size: 80%;
    background: white;
	 color: black;
    float:right;
	 border: 2px solid gray;
    width:230px;
	 padding: 5px;
    }
#sidebar h3 {
	padding:0 10px 0 0;
	text-align: center;
   font-size: 120%;
	font-weight: bold;
}
#sidebar h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#sidebar p {
    padding:0 10px 0 0;
}
#sidebar ul {
	padding: 0 0 0 1em;
	margin: 0;
	list-style-type: none;
}
#sidebar ul a {
	color: gray;
}
#main h2, #main h3, #main p {
    padding:0 10px;
    }
#footer {
    background: #191919;
	 color: white;
	 margin: 10px;
	 clear:both;
	 border: 2px solid gray;
    }
#footer p {
   padding:5px;
   margin:0;
	text-align: center;
	font-size: 70%;
    }

/*-- Image Floating--*/
.imgfloatl {
	float: left;
	margin: .5em;
	background: silver;
	padding: .2em;
	text-align: center;
	border: 0;
}
.imgfloatl p {
	font-size: .65em; 
	text-align: center;
}
.imgfloatr {
	float: left;
	margin: .5em;
	background: silver;
	padding: .2em;
	text-align: center;
	border: 0;
}
.imgfloatr p {
	font-size: .65em; 
	text-align: center;
}	
