@charset "UTF-8";
/* CSS Document */

		body {
			background-image:url(images/bg1.png);
			background-repeat:repeat;
			padding:0;
			margin:0;
			color:#b2c3b8;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
		#body {
			background-image:url(images/bg2.png);
			background-repeat:repeat-y;
			margin-top:25px;
			margin-left:50px;
			width:750px;
			}
			
		#ad {
			position:absolute;
			top:543px;
			left:86px;
			}
			
		#content {
			width:480px;
			margin-left:30px;
			float:left;
			}
			
		#sidebar {
			float:left;
			width:190px;
			margin-left:10px;
			}
			
		.title {
			background:#fff;
			color:#1c3c39;
			text-transform: uppercase;
			text-align:center;
			margin-bottom:5px;
			margin-top:5px;
			border-left-style: solid;
			border-left-width:thick;
			border-left-color:#b2c3b8;
			border-right-style: solid;
			border-right-width:thick;
			border-right-color:#b2c3b8;
			}
			
		.content {
			border-left-style:dotted;
			border-left-width:thin;
			border-left-color:#b2c3b8;
			border-right-style:dotted;
			border-right-width:thin;
			border-right-color:#b2c3b8;
			border-bottom-style:dotted;
			border-bottom-width:thin;
			border-bottom-color:#b2c3b8;
			margin-bottom:10px;
			padding-left:5px;
			padding-right:5px;
			padding-bottom:3px;
			}
			
		b {
			color:#077ebb;
			}
			
		h3 {
			color:#077ebb;
			border-bottom-style:dashed;
			border-bottom-width:thin;
			border-bottom-color:#d7e5ec;
			font-family:"Times New Roman", Times, serif;
			font-size:12px;
			text-transform:uppercase;
			}
			
		#body a {
			background-color: #d7e5ec;
			color:#1c3c39;
			text-decoration:none;
			}
			
		#body a:hover {
			background-color: #d7e5ec;
			color:#1c3c39;
			text-decoration: line-through;
			}
			
		p {
			text-indent:15px;
			text-align:justify;
			}
			
		blockquote {
			border-left-color:#077ebb;
			border-left-style:solid;
			border-left-width:thick;
			padding-left:5px;
			font-style:italic;
			}
			
		#content ul {
			list-style-image:url(http://anne-h.com/images/bullet.png);
			}
			
		img {
			border-color:#077ebb;
			}
