 a img { border:none; 
}
 
 a {
text-decoration: none;
border-bottom: 1px dotted blue;
}

body, html {
    margin:0;
    padding:0;
    }
	
	
#wrap {
    background: white;
	width: 750px;
	border: solid thin red;

    }

#rapwrap {
    background: white;
	width: 766px;
	border: solid thin red;

    }
	
	
#header {
		border: none;
 }
	
#navbar {
	background-color: white;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;

 }
 
 
#main {
	padding: 20px;
	background-color: white;
	border-right: 1px solid #ccc;
 }

 
#sidebar {
	background-color: white;
	color: darkblue;
	font-size: 12px;
	font-weight: bold; 
	border-left: 1px solid #ccc;
	padding: 5px;

 }
 
 
#footer {
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	clear: both;
	text-align: center;
	vertical-align:middle;
	border-top: 1px solid #ccc;

 }
 
 h1 {
 font-size: 18px;
 color: red;
 }
 

  
 h3 {
 font-size: 14px;
 font-weight: bold;
 }