﻿body {
	margin-top: 20px;
	background: #45dc23 url(images/img01.jpg) repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #757890;
}

h1, h2, h3 {
	margin: 0;
	letter-spacing: -.05em;
	font-family: Georgia, "Times New Roman", Times, Cambria;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	color: violet;
}

h2 {
	font-size: 1.4em;
	color: indigo;
}

h3 {
	font-size: 1em;
	color: blue;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}
#logo {
	float: right;
	color: #74788F;
}

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(img03.jpg) repeat-y center top;
	}
	
#menu a {
	padding: 20px 10px;
	margin-right: 1px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #757890;
}

#wrapper {
	width: 800px;
	margin: 2px auto;
	background: url(img04.jpg) repeat-y center top;
}

#page {
	width: 800px;
	margin: 1px auto;
	padding-top: 30px;
	
}

#content {
	float: right;
	width: 500px;
	margin-right: 40px;
	background: lightblue no-repeat left top;
}

#sider {
	float: left;
	width: 220px;
	height: 260px;
	padding-top: 30px;
	margin-left: 25px;
	color: #7893AE;
	background: url(images/computer-virus-rev-1.jpg) no-repeat left top;
	
 
}

.post .entry {
	padding: 20px 10px;
	text-align: justify;
	color: black;
}



#search form {
	
	height: 41px;
	margin: 0;
	padding: 12px 0 0 18px;
	
}

 .meta {
	padding: 2px 10px;
	background: white;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	}
	
	#footer {
	width: 800px;
	
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

#menu a {
	color: green;
}