html,body {margin: 0;
	   padding: 0;
	   }

h1,h2 {margin: 0;
	padding: 0;
	}

body { font-family: Georgia, Arial, Helvetica, Sans Serif; 
	font-size: 80%;
	width: 80%;
	margin: 0 auto;
	/*border-left: 2px solid #31B7FF;
	border-right: 2px solid #31B7FF;*/
	}

#container {
	border-left: 2px solid #31B7FF;
	border-right: 2px solid #31B7FF;
	border-bottom: 2px solid #31B7FF;
	}

#header {
	background-color: #31B7FF;
	color: #FFF;
	} 

#header h1 {
	padding-left:1.9em;
	font: bold 2.3em/80px Georgia, Arial, Helvetica, Sans-Serif;
}

#header h1 a{
	color: #FFF;
	text-decoration: none;
}

#header h1 a:hover{
	color: #000;
	text-decoration: underline;
}

#navigation {
	border-bottom: 10px solid #0099FF;
	list-style-type: none;
	background-color: #31B7FF;
}
#navigation p {
	background-color: #0099FF;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	margin: 0 0 0 1em;
	padding: 0.5em;
	}

#navigation a{
	color:#FFF;
	font-family: Georgia, arial, helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

#navigation a:hover{
	color: #000;
	text-decoration: underline
}

#content {
	padding: 0.5em 0 0 0;
	/*border-left: 2px solid #31B7FF;
	border-right: 2px solid #31B7FF;*/ 
}

#content p {
	padding: 0.3em 1em 0;
	}

#content h2, h3 {
	padding: 0.7em 1em 0;
	color: #000;
	}

#content a{
	color: #0099FF;
	text-decoration: none;
}

#content a:hover{
	color: #000;
	text-decoration: underline;
}

#content div#where{
	border: 2px solid #0099FF;
	background-color: #31B7FF;
	width: 90%;
	margin: 0.7em auto;	
}

#content #where h2{
	color: #FFF;
} 

#content #where p{
	color: #FFF;
} 

#content #where a{
	color: #FFF;
	text-decoration: underline;
}

#content #where a:hover{
	color: #000;
	text-decoration: underline;
}

div#change{
	margin: 0.3em 0 0 0.5em;
}

#footer { 
	/*position: absolute; */
	font-family: Arial, Helvetica, Sans Serif; 
	/*bottom: 0.7em; 
	width: 80%; */
	border-top: 5px solid #0099FF /*#08658F*/;
	background-color: #31B7FF;
	color: #FFF;
	height: 100%;
	margin: 0; 
	}

#footer #pluginauthor { 
	padding: 0.5em 0.3em;
	margin: 0; 
	}

#footer #pluginauthor a{
	color: #FFF;
	text-decoration: underline;
}

#footer #pluginauthor a:hover{
	color: #000;
	text-decoration: underline;
}

