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

#pic {
	border: solid #333 2px;
	padding: 5px;
	width: 300px;
	height: 300px;
	margin: 20px;
	
	vertical-align: bottom;
}

#pic.noscale {
	width: auto;
	height: auto;
	
	margin: 0;
	margin-bottom: 20px;
}

#wrap {
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#leftDiv {
	color:#656565;
	display:inline;
	float:left;
	font-size:100%;
	text-align:left;
	width:69%;
	
	border-right: 1px dashed #666;
}

#rightDiv {
	display:inline;
	float:right;
	padding-top:5px;
	width:28%;
}

#head {	
	font-size: 24px;
	color: #900;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	margin-left: 30px;
	margin-right: 20px;
	
	margin-top: 30px;
	
	border-bottom: solid 2px #900;
}

div.news {
	padding-right: 10px;
}

div.news h3 {
	font-size: 18px;
	text-decoration: underline;
	color: #494F67;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

div.news, p.date, p.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

p.date {
	color: #9DACC8;
	font-size: 10px;
	margin: 0 0 0 0;
}

p.head {
	font-weight: bold;
	margin-bottom: 0;
}

p.text {
	margin-top: 0;
	padding-right: 5px;
}

#head:hover {
	color: #AA2E29;	
}

#paragraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #313131;
	text-align: justify;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 60px;
	
	background-image: url(images/articleBack.png);
	background-repeat: repeat-y;
	
	margin-bottom: 50px;
}

#link {
	text-decoration: underline;	
}
