body { 
	margin: 20px 20px 0 20px; 
	font-family: Georgia, Times, serif;
	background:#fff;
	background-image:url('../images/bg.png');
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
	
ul {
	padding: 0;
	margin: 0;
	}
	
ul a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}
	
li {
	margin: 0 0 10px 0;
	list-style-type: none;
	}
			
.text a { 
	color: #000000;
	border-bottom: 1px dotted #000;
	outline: none; 
	}
	
.text a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.text a:active {
	text-decoration: none;
	}
	
.menu a { 
	color: #FF0000;
	text-decoration: none;
	outline: none; 
	}


#container {
	float: left;
	width: 600px;
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 10px 20px 0;
	}
	
#widgets {
	float: left;
	}
	
#pic {
	float: left;
	width: 50px;
	height: 50px;
	}
	
.widget {
	float: left;
	background: #FFF;
	padding: 10px;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	}
	
.widget a {
	color: #000;
	text-decoration: none;
	}
	
.widget a { 
	color: #000000;
	outline: none; 
	}
	
.text a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.text a:active {
	text-decoration: none;
	}
	
.widget img {
	border: 0;
	}
	
.widgethead {
	float: left;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#title {
	float: left;
	font-size: 18px;
	background: #FFF;
	margin-bottom: 30px;
	}
	
.category { 
	display: block;
	font-family: Arial;
	font-size: 10px;
	width: 590px;
	border-bottom: 1px dotted #999;
	}
	
.menu {
	font-size: 13px;
	font-family: Arial;
	}

.text {
	width: 590px;
	font-size: 18px;
	line-height: 24px;
	}
	
.small {
	width: 590px;
	font-size: 14px;
	line-height: 16px;
	}
	
.img2x2 {
	float: left;
	width: 290px;
	}
	
.gutter {
	float: left;
	margin-right: 10px;
	}

.caption {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	}
	
.imgcaption {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	}
	
.prevnext {
	float: right;
	text-align: right
	width: 40px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	}
	
.inactive {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	color: #CCC;
	}
	
.footer {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	}
	
.footer a {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	outline: none; 
	}
	
