@charset "utf-8";
#outer {
	width:auto;
	display: block;
	border: thin dashed #0C3;
	text-align: center;
}

#content {
	background-color: #000;
	display: block;
	width: inherit;
	padding: 1px;
	color: #FFF;
	border: thin dashed #0C3;
	padding:3px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.message{
	background:#CFC;
	border:#0C3 medium;
	border-style:solid;
	}

.newclass{
	 max-width:600px;
     width: 600px;
	}
.newclass1{
	width:auto
}

.clear{
clear:both;
}

a {
	color: #0C3;
}

body{
	background-color:#CCC;
	}
	
	
	
#footer{
	color: #0C3;
	font-size: 0.75em;
	text-align: center;
	background-color:#000;
	border: thin dashed #0C3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#footer a {
	color: #0C3;
	text-decoration:none;
}
#footer a:hover{
	color: #0C3;
	text-decoration:underline;
}

#footer ul{
		text-align:center;
		
		}
#footer li{
			margin:0 0.5em 0 0;
			border-right:1px solid  #0C3;
			padding:0 0.3em 0 0;
			display:inline;
		}	
#footer .noborder{
			border:0;
		}			

