* {
	margin: 0;
	padding: 0;
} 

html {
	overflow: auto;
 }

body { 
	font-family: sans-serif;
 	font-size: 18px;
	color: #202020;
	margin: 0px;
	padding: 0px;
	text-align: center;  
	text-decoration: none;
	background-color: #fff;
	letter-spacing: 0.15em;
	overflow: hidden;
	word-wrap: break-word;
}

div {
    display: block;
}

img {
	border-style: none;
 }

a,ul,li {
	list-style-type: none;
 }

a {
	text-decoration: none;
 }

#sitename { 
	border-top: solid 3px #4282b3;
	width: 100%; 
 }

.logo img {
	height: auto;
	margin: 0 auto;
	vertical-align: top;
 }

#container { 
	background-color: #8500ff08;
	line-height: 1.6;
	text-align:left;
	height: auto;
	overflow: hidden;
 }

#content {
	background-color: #f5fffa;
 }


.list li a { 
	border-top: solid 1px #dedede;
	color: #fff;
	display: block;
	position: relative;
	border-style: solid; border-color:#dedede; border-width: 1px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4) inset;
	padding: 10px; 
	overflow: hidden;
	transition: all .3s;
 }

.list li a:after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #424242;
	transition: all .3s;
}

.list li a:link {
	background: #2850be;
 }

.list li a:visited {
	background: #83abec;
 }

.list li a:hover {
	background: #a6b4ce;
 }
 
.list li a:active {
	background: #d4dcd3;
 }

#footer { 
	background-color: #4282b3;
 }

#footer a:link {
	color: #fff;
 }

#footer a:visited {
	color: #fff000;
 }

#footer a:hover {
	color: #fff;
 }

#footer a:active {
          color: #fff000;
 }

.logo-f { 
	color: #fff;
}

@media screen and (max-width:450px){

.logo img {
	width: 70%;
 }

#container { 
	margin: 0 auto;
	width: 100%;
 }

#content {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 auto;
	text-align:left;
 }

p,
.list {
	padding: 5px; 
 }

#footer { 
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
 }

#footer a {  
	display: block;  
	font-size: 14px; 
	margin: 15px 50px;
	overflow: hidden;
	padding: 5px;
 }  


.logo-f { 
	font-size: 14px; 
	margin: 10px 50px;
	text-align: center;  
 }

}

@media screen and (min-width:451px) and (max-width:1100px){

.logo img {
	width: 70%;
 }

#container { 
	margin: 0 auto;
	width: 100%; 
 }

#content {
	line-height: 1.3em;
	width: 100%;
	text-align: left;
 }

p,
.list {
	font-size: 16px;
	padding: 5px 20px;
 }

#footer { 
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
 }

#footer a {  
	display: block;  
	font-size: 14px; 
	height:45 px;
	line-height: 45px;
        margin: 15px 50px 5px 50px;
	overflow: hidden;
	padding: 5px;
 }  

.logo-f { 
	font-size: 16px; 
	margin: 10px 50px;
	text-align: center;  
 }

}

@media screen and (min-width:1101px){

#sitename { 
	width: 100vw;
	max-width: 1500px;
 }

.logo img {
	    width: 70%;
 }

#container {
	margin: 0 auto;
	width: 100vw;
	max-width: 1500px;
 }

#content {
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5em;
	width: 800px;
	text-align:left;
	height: auto;
	overflow: hidden;  
 }

p,
.list {
	padding: 5px 30px;
 }

#footer { 
	height: auto;
	overflow: hidden;
	width: 100vw;
	max-width: 1500px;
	margin: 0 auto;
 }

#footer a {  
	display: block;  
	font-size: 16px; 
	height:45 px;
	line-height: 45px;
        margin: 20px 50px 10px 50px;
	overflow: hidden;
	padding: 5px;
 }  
 
.logo-f { 
	font-size: 16px; 
	margin: 10px 50px;
	text-align: center;  
 }

}